Results 1 to 4 of 4
Hi ppl, i been trying to mount my USB floppy drives and USB thumb drives ( a scandisk Cruzer mini) into my USB hub in Fedora Core 2. i used ...
- 04-05-2005 #1Just Joined!
- Join Date
- Mar 2005
- Posts
- 9
how to mount USB drives ?
Hi ppl, i been trying to mount my USB floppy drives and USB thumb drives ( a scandisk Cruzer mini) into my USB hub in Fedora Core 2. i used Hardware Viewer and it displays the usb floppy drive and thumbdrive under the HardDisk portion as /dev/sda/ and /dev/sdb
I read in past tutorials that u got to set the /etc/fstab file to recognize the drives right ? May i noe how do i type the command to mount the drives ?
regards
wilson
- 04-05-2005 #2
u dont have to edit fstab to be able to view them.
try the command:
of course make sure that the /mnt/usb-stick folder exists before running that.Code:mount /dev/sda1 /mnt/usb-stick
Then you should see the contents of the drive in /mnt/usb-stick
to mount the other drive, just change /dev/sda1 to /dev/sdb1 and the /mnt/usb-stick to where u want it.
You cana dd lines to the fstab to make mounting easier if u want tho"I am not an alcoholic, alcoholics go to meetings"
Registered Linux user = #372327
- 04-05-2005 #3Just Joined!
- Join Date
- Mar 2005
- Posts
- 9
regarding the usb stick
where do i check the usb-stick exists ?
Originally Posted by sdousley
- 04-05-2005 #4Linux Enthusiast
- Join Date
- Dec 2004
- Location
- Rockin' in the USA!!!
- Posts
- 603
make sure that your usb-drive is plugged in, and from the command line (Press Alt+F2 and type gnome-terminal # or konsole, if that be your preference) type:
now you can browse the contents of that drive at the location /mnt/usb-driveCode:mkdir /mnt/usb-drive mount /dev/sda1 /mnt/usb-drive


