NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
ronlaws
Sep 22, 2016Aspirant
File operations taking forever
Is there a speciffic reason why file operations take forever on the ReadyNAS? I'm a seasoned *NIX user and normal behavour oof say: mv folder_a ../parent_folder would normaly complete in a matter of ...
StephenB
Sep 23, 2016Guru - Experienced User
Each share is its own BTRFS subvolume. So a move becomes a copy/delete operation. It's fastest to do a cp --reflink and then delete the original.
On deletions - do you have snapshots and/or bitrot protection enabled?
- ronlawsSep 23, 2016Aspirant
As far as I know, no - bitrot protection isnt enabled on this particular share and i turned all snapshots off. It may be on another share, I will need to doble check, did not know each share was treated as a seperate file system though, I don't see them under mounts (assuming Working Directory /data) only the various nfs share mountd though that would explain why normally instant operations are taking time (As if copying from 2 different disks)
- StephenBSep 23, 2016Guru - Experienced User
ronlaws wrote:
that would explain why normally instant operations are taking time (As if copying from 2 different disks)
Exactly. But cp --reflink should be as fast as a normal move (the data isn't copied, the new folder entry just points to the same datablocks).
The rm slowdown is unexplained though. Perhaps you should run a balance.
Related Content
NETGEAR Academy

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