NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
mslaterhk
Sep 15, 2015Aspirant
Data recovery nightmare
Ok so I'm usually a pretty level-headed guy but this has me sweating - hope someone can help... QUESTION: If ReadyNas has somehow over-written (MBR?) root folder structure of logical volume, and...
- Sep 15, 2015
What you are looking at is the 4GB OS partition.
You will need to install mdadm and lvm2 if they are not already on your system# apt-get install mdadm # apt-get install lvm2
If you have not already you need to start the RAID
# mdadm --assemble --scan
We use LVM on legacy ReadyNAS so you need to do
# vgscan # vgchange -a y
Then you should be able to mount the volume
# mount /dev/c/c /mnt
where /mnt is the mountpoint (could be anything, needs to be an empty directory).
On ubuntu you would need to put sudo at the start of these commands, I think.
mdgm-ntgr
Sep 15, 2015NETGEAR Employee Retired
What you are looking at is the 4GB OS partition.
You will need to install mdadm and lvm2 if they are not already on your system
# apt-get install mdadm # apt-get install lvm2
If you have not already you need to start the RAID
# mdadm --assemble --scan
We use LVM on legacy ReadyNAS so you need to do
# vgscan # vgchange -a y
Then you should be able to mount the volume
# mount /dev/c/c /mnt
where /mnt is the mountpoint (could be anything, needs to be an empty directory).
On ubuntu you would need to put sudo at the start of these commands, I think.
Related Content
NETGEAR Academy

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