NAS326 Upgrade HD and keeping old files
Options
Nickba
Posts: 17
Freshman Member
Freshman Member
Hello,
I am trying to upgrade my internal HDs on my NAS326. When I remove the internal HD and connect as external USB, I cannot access it(it shows as unformatted). It is not RAID, it is just a simple volume. Is there a way that I can connect an internal HD as external to copy the files to the new installed HD?
#NAS_July_2020
0
All Replies
-
Even if you configured a 'simple volume', the NAS puts a single disk raid array on it. To be able to mount that, you'll have to assemble it.Assuming you have one internal disk, the external disk will be sdb. On a 326 the data partition is the 3th one, so that is sdb3.Assemble the array:sumdadm --assemble /dev/md4 /dev/sdb3When that succeeds, the array is either automounted, or you have to mount it manually:mkdir /mnt/mountpointmount /dev/md4 /mnt/mountpoint0
Categories
- All Categories
- 442 Beta Program
- 2.9K Nebula
- 219 Nebula Ideas
- 128 Nebula Status and Incidents
- 6.5K Security
- 603 USG FLEX H Series
- 344 Security Ideas
- 1.7K Switch
- 84 Switch Ideas
- 1.4K Wireless
- 52 Wireless Ideas
- 7K Consumer Product
- 298 Service & License
- 481 News and Release
- 92 Security Advisories
- 31 Education Center
- 10 [Campaign] Zyxel Network Detective
- 4.8K FAQ
- 34 Documents
- 87 About Community
- 105 Security Highlight
Guru Member