try then "mount -t msdos /dev/sda1 /mnt" (it depends on the way your stick has been formatted, old-school or not-as-old-school). And for the "/dev/sda1" part, you should check in your dmesg output to make sure this is the actual location assigned to the device after detection. According to the output you gave, you should simply try "/dev/sda". Regards, JB.
On 7/12/05, Colin Cotter <[EMAIL PROTECTED]> wrote: > > mount -t vfat /dev/sda1 /mnt > > OK thanks Jan. I get > > /* > critter:/home/colin# mount -t vfat /dev/sda1 /mnt/ > > 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 > */ > > The memory stick works fine under Linux, must be a config problem I think. > > --Colin > >