Alexander Apprich wrote:
Amadeus W. M. wrote:
I'm trying to access a usb memory stick (FC4), and I think it's detected
but I don't know how to access it. I tried guessing /dev/sd? but in /dev I
only have sda? for my partitions only, and nothing else. So
mount -t vfat /dev/sd? /media/usb
doesn't work for any sd?. How do I access it? Here's whatever info I could
gather, maybe it's of some use. Thanks!
[snip]
are you running Windows, too? If so, how many partitions are on that
stick? If there is nothing on the stick (or nothing important) delete
everything on it and try craeting a new single full size partition w/
fat as the filesystem. Then try it again w/ FC.
Alex
To throw some more into this.
I have just installed FC4 and have had an issue with a USB HD that I was
trying to mount.
In the past I was having problems with various USB sticks where they
would not mount on FC1.
My procedure was to open a terminal window and run tail -f /var/log/messages
Plug the stick in and see what happens and what messages I get.
I found that all my stick problems were related to no filesystems.
There were file systems on the sticks but they were not readable by
Linux. On an empty stick, fdisk the disk on the device that was
indicated in the "messages" listing. Delete all partitions and create
the necessary vfat partitions. Make the file system and all worked well.
Here is an example of what happens when I plugged my stick in.
Aug 15 09:36:46 eagle1 kernel: usb 1-6: new high speed USB device using
ehci_hcd and address 7
Aug 15 09:36:47 eagle1 kernel: scsi5 : SCSI emulation for USB Mass
Storage devices
Aug 15 09:36:52 eagle1 kernel: Vendor: LEXAR Model: JUMPDRIVE PRO
Rev: 0
Aug 15 09:36:52 eagle1 kernel: Type: Direct-Access
ANSI SCSI revision: 02
Aug 15 09:36:52 eagle1 kernel: SCSI device sda: 2014992 512-byte hdwr
sectors (1032 MB)
Aug 15 09:36:52 eagle1 kernel: sda: Write Protect is off
Aug 15 09:36:52 eagle1 kernel: sda: assuming drive cache: write through
Aug 15 09:36:52 eagle1 kernel: SCSI device sda: 2014992 512-byte hdwr
sectors (1032 MB)
Aug 15 09:36:52 eagle1 kernel: sda: Write Protect is off
Aug 15 09:36:52 eagle1 kernel: sda: assuming drive cache: write through
Aug 15 09:36:52 eagle1 kernel: sda: sda1
Aug 15 09:36:52 eagle1 kernel: Attached scsi removable disk sda at
scsi5, channel 0, id 0, lun 0
Aug 15 09:36:52 eagle1 scsi.agent[25231]: disk at
/devices/pci0000:00/0000:00:1d.7/usb1/1-6/1-6:1.0/host5/target5:0:0/5:0:0:0
Aug 15 09:36:52 eagle1 fstab-sync[25255]: added mount point
/media/usbdisk for /dev/sda1
Aug 15 09:36:52 eagle1 kernel: SELinux: initialized (dev sda1, type
vfat), uses genfs_contexts
Hope this helps.
--
Robin Laing