Open main menu

Changes

How to View/Partition/Format/Mount HDD/SSD

647 bytes added, 20:14, 13 April 2022
Writing superblocks and filesystem accounting information: done
==How to mount HDD/SSD Partition==
pi@raspberrypi:~ $ sudo mount /dev/sda1 /mnt
pi@raspberrypi:~ $ df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/root 30354572 8071072 20942064 28% /
devtmpfs 793780 0 793780 0% /dev
tmpfs 958644 0 958644 0% /dev/shm
tmpfs 383460 1296 382164 1% /run
tmpfs 5120 4 5116 1% /run/lock
/dev/mmcblk0p1 258095 50413 207683 20% /boot
tmpfs 191728 24 191704 1% /run/user/1000
/dev/sda1 76314492 24 72392188 1% /mnt
'/dev/sda1' is mounted under /mnt
<!--Add review function! -->