Other Help Topics :: Unable to delete files on usb
cfdisk does not do any formatting, it only partitions your disk.
You can use the mk* set of tools for formatting. See http://damnsmalllinux.org/wiki....h_Drive for example.DSL doesn't include dosfstools, only ext2 & 3. So if you want to format into ext2, you would use mkfs.ext2 -m 0 /dev/sda1
Did mke2fs and then cfdisk and the stick is now clean.
Quote
Did mke2fs and then cfdisk and the stick is now clean.
Why on earth would you partition after formatting?Then mke2fs -m 0 /dev/sda1 would be sufficient to "format". Still learning Linux.Next Page...
original here.