Tagged Questions
1
vote
2answers
2k views
Linux, fat32 and etc/fstab
I mounted a FAT32 drive onto my Linux computer using the following terminal command:
> sudo mount /dev/sdb1 /media/exampleFolderName -o dmask=000, fmask=111
I did this so I could share / edit ...