Recently I installed FreeBSD 14.2 on a USB stick. The idea was that I have a Windows laptop that has to remain intact, but I wanted to run FreeBSD. Eventually I gave up because I couldn't get the NIC on the laptop to work right.
So I decided to reuse the USB stick. First I tried using dd to write zeros onto it. Dd told me it had a read-only filesystem.
Next I tried using gpart destroy, and it also told me it had a read-only filesystem.
Finally, I put it on a Windows 11 system and was able to delete it. It appears that Windows has improved how it deals with Unix and Linux volumes. It used to get confused and not let you delete the *nix partitions.
So I got my problem solved, but I am still trying to figure out what I was doing wrong with the Unix tools. Am I overlooking something obvious?
Thanks...Lynn
So I decided to reuse the USB stick. First I tried using dd to write zeros onto it. Dd told me it had a read-only filesystem.
Next I tried using gpart destroy, and it also told me it had a read-only filesystem.
Finally, I put it on a Windows 11 system and was able to delete it. It appears that Windows has improved how it deals with Unix and Linux volumes. It used to get confused and not let you delete the *nix partitions.
So I got my problem solved, but I am still trying to figure out what I was doing wrong with the Unix tools. Am I overlooking something obvious?
Thanks...Lynn