How can i use my usb thumb drives and mp3 players with linux? I'm using red hat btw.
Page 1 of 1
USB devices in linux
#3
Posted 05 May 2004 - 12:38 PM
I tried out what the how-to said but wehni tried to mount my usb-drive, and error msg appears telling me that there r too many mounted filesystems or somthing liddat.
#4
Posted 05 May 2004 - 02:12 PM
Did everything go accordingly up to that point?
Did you go:
mount /dev/sda1 /mnt/usbstick
before trying to mount it with..
mount /mnt/usbstick
?
I added this to my .bash_profile which is in the home directory..
#!/bin/bash
/sbin/modprobe usb-storage
mount /mnt/usbstick
That way it mounts every time I reboot. If it's not there, it doesn't matter.
Did you go:
mount /dev/sda1 /mnt/usbstick
before trying to mount it with..
mount /mnt/usbstick
?
I added this to my .bash_profile which is in the home directory..
#!/bin/bash
/sbin/modprobe usb-storage
mount /mnt/usbstick
That way it mounts every time I reboot. If it's not there, it doesn't matter.
#6
Posted 06 May 2004 - 12:04 PM
Did you do;
cd /mnt
mkdir /usbstick
...first?
Then issue the command mount /dev/sda1 /mnt/usbstick.
Remember, there is a space between mount and /dev/sda1, as well as sda1 and /mnt/usbstick.
This also has to be done as root user.
cd /mnt
mkdir /usbstick
...first?
Then issue the command mount /dev/sda1 /mnt/usbstick.
Remember, there is a space between mount and /dev/sda1, as well as sda1 and /mnt/usbstick.
This also has to be done as root user.
Share this topic:
Page 1 of 1

Help










