Hi,
I have been trying to use the GBDE encryption scheme as mentioned in the handbook https://www.freebsd.org/doc/handbook/disks-encrypting.html
However when I try to run the nuke/destroy command it simply doesn't work. Either ends up saying error 22 or says that the operation is not permitted.
Steps I use
1) Initialize the partition/volume with : gbde init /dev/da0p1 -i -L da0p1.lock
2) Enter password and confirm it in interactive mode as above
3) Attach gbde device using : gbde attach /dev/da0p1 -l da0p1.lock
4) Mount the .bde partition : mount /dev/da0p1.bde /mnt
5) I can read/write to this partition and can even unlock it - BUT the problem is when I use : gbde nuke /dev/da0p1 OR gbde destroy /dev/da0p1
It simply doesn't work and either gives an error (22) or says that the operation is not permitted (yes, I am sudo)
Is it broken ?
I have been trying to use the GBDE encryption scheme as mentioned in the handbook https://www.freebsd.org/doc/handbook/disks-encrypting.html
However when I try to run the nuke/destroy command it simply doesn't work. Either ends up saying error 22 or says that the operation is not permitted.
Steps I use
1) Initialize the partition/volume with : gbde init /dev/da0p1 -i -L da0p1.lock
2) Enter password and confirm it in interactive mode as above
3) Attach gbde device using : gbde attach /dev/da0p1 -l da0p1.lock
4) Mount the .bde partition : mount /dev/da0p1.bde /mnt
5) I can read/write to this partition and can even unlock it - BUT the problem is when I use : gbde nuke /dev/da0p1 OR gbde destroy /dev/da0p1
It simply doesn't work and either gives an error (22) or says that the operation is not permitted (yes, I am sudo)
Is it broken ?