LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   USB flash disk (https://www.linuxquestions.org/questions/linux-hardware-18/usb-flash-disk-131743/)

taoweijia 01-05-2004 12:45 PM

USB flash disk
 
I have an USB flash disk(64M) and I don;'t know how to make it mount under linux.
the dmesg shows :
hub .c: new USB devive ... assigned address 6
warning: USB mass storage data integrity not assured
USB mass storage device fund at 6
I tried to mount /mnt/USBHDD /dev/sda1 and /dev/sda, they don't work (not a block device)
can someone show me how to mount it?
Thanks

ezra143 01-05-2004 05:30 PM

"mount /mnt/USBHDD /dev/sda1 and /dev/sda"

try # mount /dev/sda1 /mnt/USBHDD

also make sure it is entered in your /etc/fstab

csutomi 12-28-2005 04:30 AM

Hi!
I have the same problem with my new FlashDisk. I cannot mount it, because I receive an error message:
Code:

linux:/home/thomas/sajat/sbin # mount -t vfat /dev/sda1 ./t
mount: /dev/sda1 is not a valid block device
linux:/home/thomas/sajat/sbin #

If I edit the fstab, I get the same message at startup. I have a photo machine too with USB cable, and there is no problem to mount it. :confused: Can anybody help me?


All times are GMT -5. The time now is 09:32 AM.