jacquesgalore
Members
-
Joined
-
Last visited
Solutions
-
jacquesgalore's post in Cannot delete share: device or resource busy was marked as the answerI was able to solve this by:
1. Unmounting the share
2. Using `zfs destroy -r` instead of `rm -rf`
It appears that `rm -rf` is "queueing" the command but upon boot the changes are not successful.
By using zfs directly I was able to circumvent this.