NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
Sebazzz
Dec 08, 2016Aspirant
Question: Legacy readynas RAID implementation
My ReadyNAS NVX Pioneer (x86, RAIDiator 4) is a bit old and in order to investigate the possibility to migrate the harddisks into a more modern system I'm investigating the way RAID is implemented. ...
StephenB
Dec 08, 2016Guru - Experienced User
md0 is for your OS partition (which is mirrored using RAID-1 across all disks, so the NAS can boot from any disk). Your guess that the OS isn't run from the flash is correct. It's installed onto the disks at setup.
md1 is the swap partition. Note RAID-6 can run on 4 disks with no problem. You can confirm with swapon -s
md2 is your data volume.
If your disks were (or at some point had been) different sizes you'd see more. My pro-6 once had a mix of 1.5 TB and 3 TB, and I have an md2 and an md3. My data volume spans both (seamlessly).
Sebazzz wrote:
My ReadyNAS NVX Pioneer (x86, RAIDiator 4) is a bit old and in order to investigate the possibility to migrate the harddisks into a more modern system I'm investigating the way RAID is implemented.
Note an OS-6 x86 NAS can be used for migration. http://kb.netgear.com/29957/ReadyNAS-Migrating-disks-from-RAIDiator-4-2-to-ReadyNAS-OS-6-x86?cid=wmt_netgear_organic
- SebazzzDec 08, 2016Aspirant
Thanks for the reply! That clears up a lot.
I don't seem to be able to find any explicit RAID configuration (not in the md configuration file at least). Are all drives auto-detected on boot? How does mounting /c from /dev/c/c work, since one would expect the mount to happen from /dev/md2.
- StephenBDec 08, 2016Guru - Experienced User
I've never researched how it boots, but mdadm scans the partitions and assembles the arrays.
- mdgm-ntgrDec 08, 2016NETGEAR Employee Retired
After starting the RAID you then use some commands from lvm2 to scan for volume groups, activate the volume group and then you can mount the volume.
# vgscan
# vgchange -a y# mkdir /c
# mount /dev/c/c /c
When done# cd
# sync
# umount /c
# vgchange -a n
# mdadm --stop --scan
If your current system is still working I'd recommend getting a new OS6 NAS with new disks and using backup jobs to copy the data across.
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!