I am using Kubuntu 13.04. How to format a USB or external drive?
Asked
Active
Viewed 1,720 times
I am using Kubuntu 13.04. How to format a USB or external drive?
sudo cfdisk <device>
and alsosudo fdisk <device>
with success pretty often.sudo parted
(notice: without the 'g') is a bit more user-friendly than both fdisk and cfdisk. – MadMike Oct 11 '13 at 05:58