Hi forum
I'm having a usb stick with filesystem which was made using dd to copy a bootable iso to it.
No longer needed so now trying to blow that filesystem away.
mount reports the following :
I've tried to remount as read-write, but thats a showstopper.
Also tried to
That too is unsuccessful.
Should I try the following, then reformat using usual gpart and newfs commands ?
Thanks for any clues to nuke this filesystem, so the stick can be repurposed.
I'm having a usb stick with filesystem which was made using dd to copy a bootable iso to it.
No longer needed so now trying to blow that filesystem away.
mount reports the following :
Code:
/dev/da4 on /media/Generic_Flash_Udisk_ab0532468136 (cd9660, local, read-only)
Also tried to
Code:
# gpart destroy -F /dev/da4
Should I try the following, then reformat using usual gpart and newfs commands ?
Code:
# dd if=/dev/zero of=/dev/da4 bs=1M count=2
Last edited by a moderator: