Can I read a raid drive from an NSA320 in an NAS540?
dvbird
Posts: 5 Freshman Member
I have an old NSA320 that had two drives in a raid 1 configuration. The NSA320 died (currupted firmware). I used one of the drives as a new volume in the NAS540, thinking I would be able to read the data from second NSA320 drive. Can I do this? If so, how?
#NAS_June
0
Accepted Solution
-
Yes you can.Enable the ssh daemon and login over ssh.Then find the name of the partition:
cat /proc/partitions
Assuming it's sdb2, assemble the raidarray:<div>su</div><div><br></div><div>mdadm --assemble /dev/md5 /dev/sdb2 --run</div>
Now you can mount the array:<div>mkdir /i-data/olddisk</div><div><br></div><div>mount /dev/md5 /i-data/olddisk</div>
Don't know if the partition will show up automagically in webinterface/samba, but at least you should now be able to copy the contents from old array to the new one using the command prompt
1
All Replies
-
No, you can't.
NAS540 and NSA320 were used different file system, you can mount NSA320 drive to Linux and copy out the data, then restore back to NAS540.
1 -
Yes you can.Enable the ssh daemon and login over ssh.Then find the name of the partition:
cat /proc/partitions
Assuming it's sdb2, assemble the raidarray:<div>su</div><div><br></div><div>mdadm --assemble /dev/md5 /dev/sdb2 --run</div>
Now you can mount the array:<div>mkdir /i-data/olddisk</div><div><br></div><div>mount /dev/md5 /i-data/olddisk</div>
Don't know if the partition will show up automagically in webinterface/samba, but at least you should now be able to copy the contents from old array to the new one using the command prompt
1
Categories
- All Categories
- 415 Beta Program
- 2.4K Nebula
- 145 Nebula Ideas
- 94 Nebula Status and Incidents
- 5.6K Security
- 239 USG FLEX H Series
- 267 Security Ideas
- 1.4K Switch
- 71 Switch Ideas
- 1.1K Wireless
- 40 Wireless Ideas
- 6.3K Consumer Product
- 247 Service & License
- 384 News and Release
- 83 Security Advisories
- 29 Education Center
- 10 [Campaign] Zyxel Network Detective
- 3.2K FAQ
- 34 Documents
- 34 Nebula Monthly Express
- 83 About Community
- 71 Security Highlight