You are not logged in.
Pages: 1
the usb is read only or write protected or something cant remember
i used this usb for flahing iso's using balena and i want to wipe/format everything in the usb(including its contents)
i do not care about any data stored on the usb but i want it to be a usable storage usb where i can save data
Offline
use one of these tools to repartition/reformat the drive.
https://wiki.archlinux.org/title/Partit … ning_tools
Offline
You can use shred or dd with either:
shred -vn 1 /dev/sdX or
dd if=/dev/zero of=/dev/sdX Offline
Pages: 1