NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
AMRivlin
Mar 20, 2013Apprentice
OS6 now works on x86 Legacy WARNING: NO NTGR SUPPORT!
Update: It is now unofficially possible using NTGR images to update legacy hardware to os6.X See Post #3, for directions to install 6.2.1 on x86 Ultra and Pro Models. (ARM NOT SUPPORTED by this OS) ...
- Jan 21, 2016
mdgm and I have decided that its time to lock this thread. So please do post any new OS6 on Legacy issues on their own threads.
Skywalker
Apr 03, 2014NETGEAR Expert
StephenB wrote: Each share is set up as a btrfs subvolume. That allows you to control snapshots on a share-by-share basis.
Xophile wrote: Isn't it possible to move data between shares directly with BTRFS?
A direct consequence is that moving files from one share to another is done as a copy/delete - the same as moving files between two disks on a PC.
Well, not exactly. You can "instantly" copy files around between subvolumes using cp --reflink, and then remove the original. So, to move a file from the Backup share to the Documents share, you could do:
# cp -a --reflink /data/Backup/file /data/Documents/
# rm /data/Backup/file
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!