Can I read a raid drive from an NSA320 in an NAS540?
Options
dvbird
Posts: 5
Freshman Member
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
- 441 Beta Program
- 2.9K Nebula
- 208 Nebula Ideas
- 127 Nebula Status and Incidents
- 6.4K Security
- 529 USG FLEX H Series
- 332 Security Ideas
- 1.7K Switch
- 84 Switch Ideas
- 1.3K Wireless
- 51 Wireless Ideas
- 6.9K Consumer Product
- 294 Service & License
- 461 News and Release
- 90 Security Advisories
- 31 Education Center
- 10 [Campaign] Zyxel Network Detective
- 4.7K FAQ
- 34 Documents
- 86 About Community
- 99 Security Highlight
Guru Member
Master Member