Re: Problem with USB-Sticks Johan Lindquist wrote:
> On 2003-10-25, gazing longingly at the horizon,
> Christoph Gysin <fr33z3@fr33z3.org>
> felt a deep, passionate desire to let the following be known:
>
>
>>use:
>>msdos for fat12
>>fat for fat16
>>vfat for fat32
>>
>>the line should be:
>>/dev/scsi/host1/bus0/target0/lun0/disc /flash fat defaults,user,noauto 0 0
>
>
> Using "auto" for the file system might just work as well.
>
I got a USB pen drive and could not mount it. I noticed that the
partitions had error on them. I had to fdisk the disk, remove all
partitions (there were more then one), then create a new one. I emerged
dosfstools so that I could format my drive as vfat. Now it works on both
my gentoo box and a windows box!
P.S. I used /dev/sda1 just as the previous poster mentioned. |