LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 05-07-2004, 02:21 PM   #1
mammajamma101
LQ Newbie
 
Registered: May 2004
Distribution: Fedora Core
Posts: 6

Rep: Reputation: 0
Why doesn't my Disgo USB work on Fedora Core?


Can anyone please give me information as to how my Disgo USB drive isn't working with Fedora Core. I have plugged it in, and it lights up to signify that it is connected, but innactive. However, when I do fdisk -l in the terminal, it does not show up. Any ideas?
 
Old 05-07-2004, 03:04 PM   #2
ranger_nemo
Senior Member
 
Registered: Feb 2003
Location: N'rn WI -- USA
Distribution: Kubuntu 8.04, ClarkConnect 4
Posts: 1,142

Rep: Reputation: 47
As root, do the following...

First, you'll need a directory to mount to...
# mkdir /mnt/usb

Second, try mounting the drive...
# mount -t vfat /dev/sda1 /mnt/usb

Third, if it doesn't give you an error, look in the dir...
# ls /mnt/usb

Lastly, unmount with...
# umount /mnt/usb

If that works, you can search the message board for how to add a line to your /etc/fstab so that it's easier to mount/unmount, and allow normal users to mount/unmount.
 
Old 05-08-2004, 06:03 AM   #3
mammajamma101
LQ Newbie
 
Registered: May 2004
Distribution: Fedora Core
Posts: 6

Original Poster
Rep: Reputation: 0
when i type;

# mount -t vfat /dev/sda1 /mnt/usb

i get the error message:

mount: /dev/sda1 not a valid block device

This even when the usb stick signifies it is connected but inactive.
 
Old 05-08-2004, 09:24 AM   #4
ranger_nemo
Senior Member
 
Registered: Feb 2003
Location: N'rn WI -- USA
Distribution: Kubuntu 8.04, ClarkConnect 4
Posts: 1,142

Rep: Reputation: 47
Check in /proc , in either diskstats or partitions, to see if it lists the USB drive. Read the files to see what is listed in them, then plug the USB drive in, and read the files again. Hopefully, one will list the drive after plugging it in.
 
Old 05-08-2004, 05:18 PM   #5
mammajamma101
LQ Newbie
 
Registered: May 2004
Distribution: Fedora Core
Posts: 6

Original Poster
Rep: Reputation: 0
When i go to /proc, diskstats is not there, and partitions is just an empty document
 
Old 05-10-2004, 08:04 PM   #6
ranger_nemo
Senior Member
 
Registered: Feb 2003
Location: N'rn WI -- USA
Distribution: Kubuntu 8.04, ClarkConnect 4
Posts: 1,142

Rep: Reputation: 47
Hmmm... This is nearing the end of my experience...

Open a terminal window... [ctrl]+[alt]+[f3] , and plug the drive into the computer. Mine always gives a notification that it's been found and tells a bit of info about it... Vendor, Model, Rev, Type, blah, blah, blah, and the device it is seen as. You can get back to the GUI with [alt]+[f7] .

If that doesn't work, try turning the computer off, plugging the drive in, and booting up. Then run "dmesg" to see the init info. It might list it in there.

Or, try the brute force method... "mount -t vfat /dev/sda1 /mnt/usb" replacing the sda1 with sda2, sda3, ... , sda9, sdb1, sdb2, ... as high as you want to go. Hopefully, one will work. Better yet, hopefully, somebody will reply with a way to search the USB connection for the correct device.
 
Old 05-13-2004, 03:32 PM   #7
mammajamma101
LQ Newbie
 
Registered: May 2004
Distribution: Fedora Core
Posts: 6

Original Poster
Rep: Reputation: 0
Nope, tried all that, still didnt work.

I dunno if this will be of any interest to you, but when i go into /dev there are thousands of sdxxx devices, all with the same icon. It goes from sda1 to sdz9!

Anyway, thanks for your help. It was much appreciated.
 
Old 05-24-2004, 10:35 AM   #8
LesMorton
LQ Newbie
 
Registered: May 2004
Location: Scarborough, North Yorkshire, UK
Distribution: Red Hat Linux, Red Hat Fedora, Suse
Posts: 1

Rep: Reputation: 0
On my system, I can mount my disgo with the command

mount -t vfat /dev/sdb1 /mnt/usb

Give that a try.
 
Old 05-24-2004, 07:37 PM   #9
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
At the console type "fdisk -l /dev/sd[a-z]". This should give you any partitions that exists. If nothing shows up, you have to load a few modules. The modules you need to load to make your usb drive are sd_mod and usb-storage. Type "modprobe sd_mod ; modprobe usb-storage". Then again type "fdisk -l /dev/sd[a-z]". Do all of this as su or as root.

Putting a line in the fstab for usb storage devices is a waste of time. If you have more than two usb storage devices, one device will be mounted to different directories and the permissions will be also different.

When mounting usb storage devices, use the sync option or data you have saved or opened will be corrupted.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
USB 2.0 ports detected as USB 1.1 on Fedora Core 3 vbvamsi Linux - Hardware 1 10-09-2005 06:26 PM
Fedora Core - does it work ? ChrisJefferies Fedora 12 06-12-2005 09:07 PM
Disgo 32meg USB Key oomspeter Mandriva 1 09-24-2004 12:03 PM
usb modem does not work on fedora core 1 shafiei Linux - Networking 0 09-11-2004 03:03 PM
Mandrake 10, Disgo USB device Ian Bowns Linux - Newbie 4 07-10-2004 12:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 08:39 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration