I am trying to mount a USB pen:
----------------------------
[angelo_user@zorro ~]$ sudo fdisk /dev/sde1 -l
Device Boot Start End Blocks Id System
/dev/sde1 32 31266815 15633392 c W95 FAT32 (LBA)
----------------------------
But I get the message :----------------------------
[angelo_user@zorro ~]$ sudo fdisk /dev/sde1 -l
Device Boot Start End Blocks Id System
/dev/sde1 32 31266815 15633392 c W95 FAT32 (LBA)
----------------------------
"mount: unknown filesystem type 'FAT32'"
----------------------------
mount: only root can use "--types" option
[angelo_user@zorro ~]$ sudo mount -t FAT32 /dev/sde1 /media/tmp_USB1
[sudo] password for angelo_user:
mount: unknown filesystem type 'FAT32'
----------------------------
how we have to indicate the value 'FAT 32 in the -t parameter?
-- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org