Old Hard disks full of data on New NAS 542
fabiolodi
Posts: 5 Freshman Member
Hi everybody,
I had 2 hard disk (3 TB each) full of data in my nsa325, i think configured as JBOD.
I sold the NAS and I bought a new NAS 542 and i want to install my old hard disks without loose data, more a new hard disk of 8 TB.
Which is the correct procedure for this?
Thanks for your kindness.
Fabio
#NAS_May_2019
I had 2 hard disk (3 TB each) full of data in my nsa325, i think configured as JBOD.
I sold the NAS and I bought a new NAS 542 and i want to install my old hard disks without loose data, more a new hard disk of 8 TB.
Which is the correct procedure for this?
Thanks for your kindness.
Fabio
#NAS_May_2019
0
All Replies
-
Which is the correct procedure for this?
None. The NAS542 doesn't accept disks from an NSA325.
You have a new NAS542 with a single (almost) empty 8TB disk? It is possible to mount the old disks manually from the command line, and then copy the files over. Then you can create a new volume on the old disks, using the webinterface, and if you want you can copy the files back.
0 -
Yes i have a 8TB hard disk in my new 542.
Can you help me, writing to me the right things to do? I’m not able to do this alone.
I have also a docking station for hard disk if this can be useful.
thank you very much0 -
Create a volume on the 8 TB disk, if you haven't done so already. Create a share where you want to put the data.Enable the ssh daemon (can be found among the network settings), and login over ssh as root, with the admin password. On Windows you can use PuTTY for that.If that works, plugin the old disks in the NAS. Do not try to manage them from the webinterface. Of course switch the NAS off before inserting disks.Now login again and execute
cat /proc/partitions
This shows all block devices known to the kernel. Harddisks, partitions and flash partitions. You are searching for 2 +/- 3TB partitions sdx2 (size is given in kb), where the x is something else. Assuming one of the disks is sdc2, assemble the raid array:<div>mdadm --assemble --run /dev/md5 /dev/sdc2</div>
If that doesn't fail, create a mountpoint and mount it:<div>mkdir /mnt/mountpoint</div><div><br></div><div>mount /dev/md5 /mnt/mountpoint</div><div></div>
It is possible that you get an 'already mounted' error, in that case the firmware sneaked in and mounted the array directly when you assembled it. In that case usecat /proc/mounts
to find out where it's mounted.Now you can copy the data over:<div>cd /mnt/mountpoint/</div><div><br></div><div>cp -av * /i-data/sysvol/share/<br></div><div></div>
Where share is the name of the share you created for this
0 -
Thank you very much. Next days i’ll try to do this. I’ll write to you for a feedback. Bye0
-
Hi, i restored all my files. Thank you very much for your support. I wish you all rhe best.0
Categories
- All Categories
- 415 Beta Program
- 2.4K Nebula
- 151 Nebula Ideas
- 98 Nebula Status and Incidents
- 5.7K Security
- 277 USG FLEX H Series
- 277 Security Ideas
- 1.4K Switch
- 74 Switch Ideas
- 1.1K Wireless
- 42 Wireless Ideas
- 6.4K Consumer Product
- 250 Service & License
- 395 News and Release
- 85 Security Advisories
- 29 Education Center
- 10 [Campaign] Zyxel Network Detective
- 3.6K FAQ
- 34 Documents
- 34 Nebula Monthly Express
- 85 About Community
- 74 Security Highlight