Compatible Support Forums: USB devices in linux

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

USB devices in linux

#1 User is offline   iamroot 

  • addict
  • Group: Members
  • Posts: 501
  • Joined: 06-April 04

Posted 03 May 2004 - 01:44 PM

How can i use my usb thumb drives and mp3 players with linux? I'm using red hat btw.
0

#2 User is offline   Dapper Dan 

  • Pooh-Bah
  • Group: Moderators
  • Posts: 1703
  • Joined: 27-September 03

Posted 03 May 2004 - 02:43 PM

This is the best "how to" I've found.
0

#3 User is offline   iamroot 

  • addict
  • Group: Members
  • Posts: 501
  • Joined: 06-April 04

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.
0

#4 User is offline   Dapper Dan 

  • Pooh-Bah
  • Group: Moderators
  • Posts: 1703
  • Joined: 27-September 03

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.


0

#5 User is offline   iamroot 

  • addict
  • Group: Members
  • Posts: 501
  • Joined: 06-April 04

Posted 06 May 2004 - 08:48 AM

When i enter mount/dev/sda1/mnt/usbstick i get "no such directory"
0

#6 User is offline   danleff 

  • Carpal Tunnel
  • Group: Moderators
  • Posts: 2903
  • Joined: 30-August 02

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.
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users