On Dec 21, 2014 9:50 AM, "Angelo Moreschini" mrangelo.fedora@gmail.com wrote:
Hi Joachim,
"-t vfat" worked...
[angelo_user@zorro ~]$ sudo mount --type vfat /dev/sde1 /media/tmp_USB1 [angelo_user@zorro ~]$ ls -l /media/tmp_USB1
So, vfat include FAT32...
Thank you very much .
But, ....how I can know -in general- things like this ..?
Can you give me a link to a such documentation?
`mount` can read the filesystem type too. Try using it without the type argument, and see what happens.
--Pete