mkdosfs

  1. NucleusKore

    Formatting a usb pen in fat32 using mkdosfs

    After unmounting the pendrive, and using fdisk to set the partition as W95 FAT32, I used the following command sudo mkdosfs -F 32 /dev/sdb1 Now everything was successful, but when I try to paste files as user I cannot because the owner of the filesystem is root (I had to be root to fdisk...
Top Bottom