Results 1 to 4 of 4
I have an external USB drive that I want to format but I can't find a Linux utility to do this. I would also like to quickly and easily format ...
- 07-02-2010 #1Just Joined!
- Join Date
- Jun 2008
- Posts
- 43
Formating USB drive
I have an external USB drive that I want to format but I can't find a Linux utility to do this. I would also like to quickly and easily format USB zip drives too. The ability to format in FAT, NTFS or EXT? would be good as well. GParted seems like overkill.
- 07-02-2010 #2
gparted is for partitioning drives.
Partitioning is related, but not actually formating.
You can use fdisk or cfdisk if you want quick partitioning tools.
For the actual formating, you need mkfs
After installing the corresponding useralnd tools (e2fsprogs, ntfsprogs, dosfstools, etc ) for a filesystem, the these are available:
mkfs.ext3, mkfs.ext4, mkfs.vfat, mkfs.ntfs
Look at their manpages for detailed infoYou must always face the curtain with a bow.
- 07-02-2010 #3Just Joined!
- Join Date
- Jun 2008
- Posts
- 43
- 07-02-2010 #4
Probably yes.
Never cared to even look
You might find, that commandline gives you everything you need to do this job.You must always face the curtain with a bow.


Reply With Quote
