Greetings all,
Consulting gpart(8) how do destroy partition table:
O.K., let us delete the partitions:
O.K., perhaps the /dev/nvd0p2 is mounted:
Nope.
What else to try?
Kindest regards,
M
Consulting gpart(8) how do destroy partition table:
-F Forced destroying of the partition table even if it
is not empty.
Code:
# gpart destroy -F /dev/nvd0
gpart: Device busy
O.K., let us delete the partitions:
Code:
# gpart delete -i 1 /dev/nvd0
gpart: /dev/nvd0p1 deleted
# gpart delete -i 2 /dev/nvd0
gpart: Device busy
Code:
# cat /etc/fstab
What else to try?
Kindest regards,
M