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. ...
Sebazzz
Dec 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.
StephenB
Dec 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!