Commands to use or access USB drive on Linux and Unix
Follow the Steps to access USB drive on Linux.
Abhay
10:54 pm on December 9, 2009
Steps to access USB drive on Linux is as follows –
1. Login as root
2. run modprobe -i usb-storage
3. mkdir /mnt/usbstick
4. mount /dev/sdb1 /mnt/usbstick
5 You can see the contents of USB in /mnt/usbstick directory
6. After you finish your work do umount /dev/sdb1
Abhay 10:54 pm on December 9, 2009
Steps to access USB drive on Linux is as follows –
1. Login as root
2. run modprobe -i usb-storage
3. mkdir /mnt/usbstick
4. mount /dev/sdb1 /mnt/usbstick
5 You can see the contents of USB in /mnt/usbstick directory
6. After you finish your work do umount /dev/sdb1