| Mounting a FAT32 filesystem Hey everyone, I'm trying to mount my portable USB drive, which has been formatted in FAT32. When I try the command below, bash tells me that it doesn't recognize format FAT32.
mount -t fat32 /dev/usb/ /mnt/
Is it possible to mount such a filesystem, and if so, how? I'd also like to know the method for NTFS as well please.
Thank you very much! |