Working with External Drives on Ubuntu
-
To see all drives, you can type in the command:
-
If you want to format a drive, you can type in the command:
Where
/dev/sdXX/
is the name of the drive you can find using the commanddf -h
.You must then create a file system in the drive, and you can do this with the
mkfs
command.