First page Back Continue Last page Image
Still on Mounting Commands
- sudo mount /dev/sda1 /mnt
- Mount the first flash drive first partition in the /mnt directory
- sudo mount /dev/fd0 /floppy -t vfat
- Mount an old Windows floppy which was inserted into the first floppy drive (-t means Type of Filesystem)
While Ubuntu (and a few other Distros) will do this for you, many do not and one reason for taking this class is to have skills in the server realm where it almost certainly will be done manually, so you do need to know these commands