I’ve run into a problem. I can't do anything with my microSD card; the system refuses to mount it or perform any operations on it. It displays the same warning for any action I try to take.
I even tried this:
But did not help.
Any ideas how to work around this?
Code:
root@freebsd_res:/home/user # gpart destroy -F /dev/da0
gpart: geom 'da0': Read-only file system
root@freebsd_res:/home/user # gpart show
...
=> 63 250347457 da0 MBR (119G)
63 8129 - free - (4.0M)
8192 250339328 1 fat32lba [active] (119G)
=> 63 250347457 diskid/DISK-<ID> MBR (119G)
63 8129 - free - (4.0M)
8192 250339328 1 fat32lba [active] (119G)
root@freebsd_res:/home/user # gpart destroy -F /dev/da0
gpart: geom 'da0': Read-only file system
root@freebsd_res:/home/user # mount /dev/da0s1 /mnt
mount: /dev/da0s1: Read-only file system
root@freebsd_res:/home/user # gpart delete -i 1 da0
gpart: geom 'da0': Read-only file system
sysctl kern.geom.debugflags=16But did not help.
Any ideas how to work around this?