Zerosleep Posted August 19, 2004 Share Posted August 19, 2004 #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 More sharing options...
markwolfe Veteran Posted August 19, 2004 Veteran Share Posted August 19, 2004 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. ;) Link to comment https://www.neowin.net/forum/topic/206092-howto-mounting-usb-storage-devices/#findComment-584394448 Share on other sites More sharing options...
dewy Posted September 11, 2004 Share Posted September 11, 2004 Not all people will have the usb-storage module loaded which is needed for this so if you get any erros try this (in a Terminal): modprobe usb-storage Or in Fedora: /sbin/modprobe usb-storage Link to comment https://www.neowin.net/forum/topic/206092-howto-mounting-usb-storage-devices/#findComment-584536902 Share on other sites More sharing options...
Zerosleep Posted September 17, 2004 Author Share Posted September 17, 2004 Good call, thanks. Link to comment https://www.neowin.net/forum/topic/206092-howto-mounting-usb-storage-devices/#findComment-584577640 Share on other sites More sharing options...
nexx Posted September 19, 2004 Share Posted September 19, 2004 May I also suggest using the sync option when mounting. Just a personal preference :) Link to comment https://www.neowin.net/forum/topic/206092-howto-mounting-usb-storage-devices/#findComment-584589500 Share on other sites More sharing options...
MulletRobZ Posted April 27, 2005 Share Posted April 27, 2005 Fedora Core 3 detects USB sticks and most other devices almost immediately, and that's without any external configuration! ;) Link to comment https://www.neowin.net/forum/topic/206092-howto-mounting-usb-storage-devices/#findComment-585839624 Share on other sites More sharing options...
Recommended Posts