I have a USB device /dev/sda1
and I want to format it as ext4. I have tried
sudo mkfs.ext4 /dev/sda1
It gives warning, goes ahead and completes formatting without error. But when I check it using sudo fdisk -l
, I can see that it is still FAT32,
Device Boot Start End Sectors Size Id Type
/dev/sda1 8192 62816255 62808064 30G c W95 FAT32 (LBA)
I don't have any data on it and I just want to change the file system..
Please advise.
Thanks,
gparted
, please see the answer here. – Léo Léopold Hertz 준영 Aug 17 '16 at 07:47