Thursday, July 30, 2009

Mount USB into Linux

Step to mount usb
  • mkdir /usb
  • chmod 777 /usb
  • mount -t vfat /dev/sdb1 /usb

Then try to check whether the drive are ready to use or not.
  • cd /usb
  • ls

Unmount the drive
  • umount /usb

No comments:

Post a Comment