NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
patdman81
Jul 05, 2022Tutor
Could not delete share due to snapshot deletion failure.
I'm trying to delete a share and keep getting an error.
Could not delete share due to snapshot deletion failure. Code: 1004030000
I have a RNDU6000 running OS v6.10.7
Any thoughts on how to resolve?
patdman81 wrote:
I have not been able to delete this share via the web UI.
First I would double-check that the volume is not in read-only status.
patdman81 wrote:
Any thoughts which command to use?
Log in as root, using the admin password.
Then list the snapshots for the share with
# btrfs subvolume list -s /data | grep SHARENAME
substituting the real sharename for the placeholder of course.
Then try deleting them one at a time using
# btrfs subvolume delete -c <path>
Where <path> is the full path to the snapshot - something like /data/SHARENAME/.snapshot/NUMBER/snapshot
Note the first command won't include the /data/ bit, but the second command definitely needs it.
After the snapshots are sucessfully deleted, delete the main share from the admin web ui. If you get an error deleting a snapshot, then post it here.
4 Replies
patdman81 wrote:
I'm trying to delete a share and keep getting an error.
Could not delete share due to snapshot deletion failure. Code: 1004030000
I have a RNDU6000 running OS v6.10.7
Any thoughts on how to resolve?
Do you have ssh enabled?
It might be possible to find and delete the snapshots using ssh. Another thing you could try is deleting them from the admin web ui.
I do indeed have ssh enabled.
Any thoughts which command to use?
I have not been able to delete this share via the web UI.
Regards,
Patrick.
patdman81 wrote:
I have not been able to delete this share via the web UI.
First I would double-check that the volume is not in read-only status.
patdman81 wrote:
Any thoughts which command to use?
Log in as root, using the admin password.
Then list the snapshots for the share with
# btrfs subvolume list -s /data | grep SHARENAME
substituting the real sharename for the placeholder of course.
Then try deleting them one at a time using
# btrfs subvolume delete -c <path>
Where <path> is the full path to the snapshot - something like /data/SHARENAME/.snapshot/NUMBER/snapshot
Note the first command won't include the /data/ bit, but the second command definitely needs it.
After the snapshots are sucessfully deleted, delete the main share from the admin web ui. If you get an error deleting a snapshot, then post it here.
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!