I have a USB start up drive with 2 partitions. How can I erase them? I cannot.
Asked
Active
Viewed 2,284 times
2 Answers
5
The following will completely erase the entire USB stick, so backup your data first.
- unmount the USB stick by right-clicking on it
- Start
gpartedand in the top right cornet, take the correct USB drive/dev/XdYwhereXandYdenoninate your USB stick. - Go to device and click Create partition table and take
msdosif you want to be able to boot the USB on BIO machines and takegptfor all other use cases - Create at least one partition and format it
If any of the above steps fail,
- Check whether the USB stick is write-protected by a switch
- Use mkusb to erase the first 1 Mbyte of data.
If that also fails, your USB stick has a hardware problem. Please replace it.
1
Merging Partitions
Rsync and Grsync, (Graphical Rsync) are tools for copying and syncing partitions.
Rsync and Grsync are available from Ubuntu Software.
The basics for using Rsync and Grsync are beyond the scope of this answer.
C.S.Cameron
- 20,530
- 12
- 78
- 125

