Mounting and Unmounting a USB Disk
To Mount a USB device:
- Insert the removable disk into the USB port.
- Find the USB file system name for the USB in message log file:
> shell run tail /var/log/messages
- If necessary, create:
/mnt/usb - Mount the USB file system to your usb directory:
> mount /dev/sdb1 /mnt/usb
To unmount the USB Disk:
- Run:
> umount /mnt/usb
- Remove the USB disk.
|
|
|