× NETGEAR will be terminating ReadyCLOUD service by July 1st, 2023. For more details click here.
Orbi WiFi 7 RBE973
Reply

Could not delete share due to snapshot deletion failure.

patdman81
Tutor

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?

Message 1 of 5

Accepted Solutions
StephenB
Guru

Re: Could not delete share due to snapshot deletion failure.


@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.

 

View solution in original post

Message 4 of 5

All Replies
StephenB
Guru

Re: Could not delete share due to snapshot deletion failure.


@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.

Message 2 of 5
patdman81
Tutor

Re: Could not delete share due to snapshot deletion failure.

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.

Message 3 of 5
StephenB
Guru

Re: Could not delete share due to snapshot deletion failure.


@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.

 

Message 4 of 5
patdman81
Tutor

Re: Could not delete share due to snapshot deletion failure.

That did the trick!

 

Thanks 🙂

Message 5 of 5
Top Contributors
Discussion stats
  • 4 replies
  • 985 views
  • 2 kudos
  • 2 in conversation
Announcements