NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
nextwavepc
May 10, 2019Guide
hidden snapshots wont delete
i am showing 1.36TB of snapshots - i only had them enabled on a directory with 200mb shared. i have tried to delete using the ssh to upgrade the snapshot - but no dice. i am running current firmware ...
StephenB
May 10, 2019Guru - Experienced User
Do you see the snapshots (via ssh) when you enter
# btrfs subvolume list /data
(use your actual volume name instead of /data if you are using flexraid)
If you can see them, then you could try manually deleting them with
# btrfs subvolume delete /path
using the full path of the snapshot (something like /data/sharename/.snapshots/xx/snapshot). Make sure you include the volume name - the btrfs list command doesn't include it.
If the deletion works, you likely will need to do a balance (and maybe a scrub after that) to reclaim the space.
- nextwavepcMay 10, 2019Guide
this is what i get when i attempt that command
Using username "root".
root@10.3.0.54's password:Welcome to ReadyNASOS 6.10.0
Last login: Fri May 10 10:09:25 2019 from tech-1
root@NWNAS:~# btrfs subvolume list /data
ERROR: not a btrfs filesystem: /data
ERROR: can't access '/data'
root@NWNAS:~# root@NWNAS:~# btrfs subvolume list /data
-bash: root@NWNAS:~#: command not found
root@NWNAS:~# ERROR: not a btrfs filesystem: /data
-bash: ERROR:: command not found
root@NWNAS:~# ERROR: can't access '/data'
>- StephenBMay 10, 2019Guru - Experienced User
What is the name of your data volume (look on the volume tab of the web ui)?
- nextwavepcMay 10, 2019Guide
ok, so its named RAID so i rerun the command and get.
ID 1491 gen 20856 top level 262 path ._share/test/.snapshot/c_1425099615
ID 1521 gen 22902 top level 262 path ._share/test/.snapshot/c_1427774440
ID 1551 gen 24893 top level 262 path ._share/test/.snapshot/c_1430366434
ID 1582 gen 63461 top level 262 path ._share/test/.snapshot/c_1433044814
ID 1612 gen 63455 top level 262 path ._share/test/.snapshot/c_1435636844how would i structure the delete command?
Related Content
NETGEAR Academy

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