I could not make Fash Drive working. Though it mentioned that it work on Linux
(Kernel > 2.4.2), Mac, M$
I am using Debian with Kernel 2.4.27.
I issued following commands. On using usbfs with option -f, It mounted, but
showed some dricer folder (lised below), and could not use it.
===================
debian:~# mount -t msdos /dev/sda1 /mnt/usb/
mount: wrong fs type, bad option, bad superblock on /dev/sda1,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
debian:~# mount -t vfat /dev/sda1 /mnt/usb/
mount: wrong fs type, bad option, bad superblock on /dev/sda1,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
debian:~# mount -t usbfs /dev/sda1 /mnt/usb/
debian:~# ls /mnt/usb/
001/ 002/ 003/ 004/ devices drivers
debian:~# ls /mnt/usb/
======================================================
Same are the result on RedHat.
--
H.S.Rai