[HOWTO] Mounting USB storage devices.


Recommended Posts

#This is one of the more simple howto's. All the credit for this should go to markjensen.

1. Create a spot for it in /mnt. ie: /mnt/usbdrive The name isn't really important, just make sure you can tell what it is.

2. su to root and "mount /dev/sda1 /mnt/usbdrive".

If that doesn't work. Do a "dmesg", and see what it comes up as. ie: sda: sda1 or sdb: sdb1.

That is all. Post any errors you may get here.

Link to comment
https://www.neowin.net/forum/topic/206092-howto-mounting-usb-storage-devices/
Share on other sites

And, if a user wants, they can make things easier on themselves by adding an entry to their /etc/fstab, like this:

/dev/sda1   /mnt/usbdrive   auto   rw,users   0 0

This will allow any unpriveleged user on the computer to use a mount /mnt/usbdrive to get read and write access to the device.

Just make sure you use umount /mnt/usbdrive to unmount the device before removing it. ;)

  • 4 weeks later...
  • 7 months later...
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.