L lorenzo Jul 4, 2011 #1 Hi, I have a problem, I need to read some stuff from my pen drive, but when I try to mount it I receive an error: Code: $ mount -t fat /dev/da0 /mnt/ $ mount: /dev/da0 : Operation not supported by device Can you help me?
Hi, I have a problem, I need to read some stuff from my pen drive, but when I try to mount it I receive an error: Code: $ mount -t fat /dev/da0 /mnt/ $ mount: /dev/da0 : Operation not supported by device Can you help me?
SirDice Administrator Staff member Administrator Moderator Jul 4, 2011 #2 Fat is not a correct filesystem. Try mount_msdosfs(8).