lunes, 24 de septiembre de 2012

To mount / unmount an external usb file system drive

In a terminal window, type:

sudo mkdir /media/tmpdisk
(to a directory to mount the drive, if not created)

sudo mount -o rw,defaults,umask=000 /dev/sdb1 /media/tmpdisk
(to mount the drive)

umount /media/tmpdisk/
(to umount the disk)

No hay comentarios:

Publicar un comentario