NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
rickyli99
Apr 23, 2013Aspirant
mounting NVX disks in linux
Anyone still have the instructions on how to mount ReadyNAS disks on a desktop? Since my case (20881428) with netgear tech support is at a dead end, and they're recommending I reinitialize my array. I...
mdgm-ntgr
Apr 23, 2013NETGEAR Employee Retired
The instructions for x86 systems are a bit different and simpler than the instructions for the vintage Infrant systems. The standard 4k block size is used for your volume.
This wouldn't void your warranty at all. You would just possibly lose any support from NetGear for recovering data from your array (which it looks like you're not going to get anyway). A factory default (wipes all data, settings, everything) with the disks in place would restore full software support.
With a Linux machine the steps would be something like
You should see at least three md devices are started (/dev/md0, /dev/md1, /dev/md2). There may be more if vertical expansion has taken place or if you were using Flex-RAID with multiple volumes.
You should then be able to "mount /dev/c/c/ /mnt" if everything is working correctly and have a look at your system.
Note you would need to run most/all of these commands as the root user which could mean doing something like
etc.
or
then entering commands without needing to type sudo at the start of each command.
This wouldn't void your warranty at all. You would just possibly lose any support from NetGear for recovering data from your array (which it looks like you're not going to get anyway). A factory default (wipes all data, settings, everything) with the disks in place would restore full software support.
With a Linux machine the steps would be something like
# apt-get update
# apt-get install mdadm lvm2
# mdadm --assemble --scan
You should see at least three md devices are started (/dev/md0, /dev/md1, /dev/md2). There may be more if vertical expansion has taken place or if you were using Flex-RAID with multiple volumes.
# vgscan
# vgchange -ay
You should then be able to "mount /dev/c/c/ /mnt" if everything is working correctly and have a look at your system.
Note you would need to run most/all of these commands as the root user which could mean doing something like
# sudo apt-get ...
etc.
or
sudo su -
then entering commands without needing to type sudo at the start of each 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!