NucleusKore
TheSaint
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 and mkdosfs).
So how do I solve this problem?
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 and mkdosfs).
So how do I solve this problem?