Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Mass storage USB devices are usually accessed as SCSI devices.
On Debian my USB storage is recognized as /dev/sda on whatever I want to mount it on.
Check your Mandrake docs for correct SCSI device name.
I was unable to access my storage on Mandrake 8.0 even though everything appeared correct. Don't have any idea if it was just me or Mandrake.
Good Luck.
Thanks for the info. I just bought a 128Meg Lexar Jump Drive and your procedure works great in RedHat 8.0. The procedure is reiterated below for completeness:
cd /mnt
mkdir usbdrive
mount -t vfat /dev/sda1 /mnt/usbdisk
ls
Originally posted by TazLinux got it working guys,
It was under /dev/sda1
mkdir /mnt/usbdisk
mount -t vfat /dev/sda1 /mnt/usbdisk
that was it.
I tried this myself and received the message "This device is not a block device."
I'm also having some trouble with just going to /mnt/ using Konquerer..it just freezes. I think it may because I don't have a working floppy disk drive on this box (but I have it so it doesn't mount unless explicitly commanded to now) but Konquerer still freezes when I try to access the /mnt/ directory.
But back to my aforementioned problem...I would also like to say I had an issue writing to my floppy disk drive for awhile, it would also say something like "This device is a block device" or "This device does not support this action" or something to that effect. But at least my zip drive was mounted, I can't even seem to get my Lexar 128 MB Jump Drive working.
I am having the same problem as digitalis.
# mount -t vfat /dev/sda1 usb
mount: /dev/sda1 is not a valid block device
# cdrecord -scanbus
...
..
scsibus0:
0,0,0 0) 'HL-DT-ST' 'CD-RW GCE-8240B ' '1.06' Removable CD-ROM
0,1,0 1) *
(0,0,0) is a cdr/rw
I cant seem to load my usb storage device either, can anyone help?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.