Three easy steps to mount the usb:
1. Connect the usb drive. Create a folder in /mnt folder ( [root@localhost:/]#mkdir /mnt/usbdrive )
2. Execute the command ([root@localhost:/]#mount /dev/sdX /mnt/usbdrive, where sdX is the USB drive file name inside /dev folder). Verify the usb drive mapping by navigating the file /etc/mtab or /mnt/usbdrive.
3. Unmount the usb drive ([root@localhost:/]#umount /mnt/usbdrive).
1. Connect the usb drive. Create a folder in /mnt folder ( [root@localhost:/]#mkdir /mnt/usbdrive )
2. Execute the command ([root@localhost:/]#mount /dev/sdX /mnt/usbdrive, where sdX is the USB drive file name inside /dev folder). Verify the usb drive mapping by navigating the file /etc/mtab or /mnt/usbdrive.
3. Unmount the usb drive ([root@localhost:/]#umount /mnt/usbdrive).
No comments:
Post a Comment