NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
Steelwood
Feb 09, 2023Follower
mount HDD aus Raid Iaus Linux ReadyNAS RND4450
Hallo zusammen, ich möchte von einen ReadyNAS RND4450 eine verbliebene Festplatte auslesen. Die Platte wurde in einem Raid I genutzt. Das Ziel, was ich habe ist, die Daten von der Festplatte...
StephenB
Feb 09, 2023Guru - Experienced User
Steelwood wrote:
Does anyone have an idea what this is and/or what workaround is possible here?
See http://jim-st.blogspot.com/2012/07/mouning-readynas-drives-on-x86-systems.html
Simple step by step guide to mounting Sparc-based ReadyNAS Drives in x86-based Linux:
In a terminal window:
- sudo su
- apt-get install fuseext2
- apt-get install lvm2
- modprobe fuse
- vgscan
- vgchange -ay c
- fuseext2 -o ro -o sync_read /dev/c/c /mnt
You can now see the mounted files in the /mnt directory
(NB: Without the “-o sync_read” option to fuseext2 I had problems with copying large files. It kept saying the source file wasn’t found. After adding this option everything worked fine).
This might not work on the second disk. Though I haven't used RAID-1 on my NV+, I have used it on my Duo (which has the same architecture). The second disk in the Duo is formatted oddly, I think because of the RAID acceleration hardware built into the Sparc CPU.
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!