- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
If my readynas (6.9.6) died, what's the best way to access the data on it?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Recently, my friends' Synology NAS died, the motherboard is faulty. He said he have to buy a similar product to access the data on it.
This makes me worry about my NAS. I use a Netgear ReadyNAS, which is a discontinued product. If it fails, is there any way to let me access the data on it? (suppose HDD are all good)
Thanks.
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@kamanwu wrote:
This makes me worry about my NAS. I use a Netgear ReadyNAS, which is a discontinued product. If it fails, is there any way to let me access the data on it? (suppose HDD are all good)
First of all, RAID is simply not enough to keep your data safe. If you don't want to lose it, you do need to have a backup plan in place (storing the data on at least one other device). So I agree with @FURRYe38 about the need for a backup.
There are four basic approaches when the NAS chassis fails:
- Purchase another compatible ReadyNAS (used in this case), and migrate your disks to it. This can either be a native OS-6 NAS, or a 4.2.x model that can be converted to OS-6 (e.g, a Pro or Ultra model).
- Attach your disks to a linux PC (either with SATA or a USB adapter/dock), and manually mount the volume.
- Attach your disks to a Windows PC (either with SATA or a USB adapter/dock) and access the files with recovery software that supports linux RAID and btrfs. For example, ReclaiMe.
- Attempt to repair the NAS (usually not possible unless the power supply has failed)
All Replies
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: If my readynas (6.9.6) died, what's the best way to access the data on it?
I recommend making backups of what is on the working NAS now for safe keeping. Can never have too many backups.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@kamanwu wrote:
This makes me worry about my NAS. I use a Netgear ReadyNAS, which is a discontinued product. If it fails, is there any way to let me access the data on it? (suppose HDD are all good)
First of all, RAID is simply not enough to keep your data safe. If you don't want to lose it, you do need to have a backup plan in place (storing the data on at least one other device). So I agree with @FURRYe38 about the need for a backup.
There are four basic approaches when the NAS chassis fails:
- Purchase another compatible ReadyNAS (used in this case), and migrate your disks to it. This can either be a native OS-6 NAS, or a 4.2.x model that can be converted to OS-6 (e.g, a Pro or Ultra model).
- Attach your disks to a linux PC (either with SATA or a USB adapter/dock), and manually mount the volume.
- Attach your disks to a Windows PC (either with SATA or a USB adapter/dock) and access the files with recovery software that supports linux RAID and btrfs. For example, ReclaiMe.
- Attempt to repair the NAS (usually not possible unless the power supply has failed)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: If my readynas (6.9.6) died, what's the best way to access the data on it?
@StephenB wrote:
@kamanwu wrote:
This makes me worry about my NAS. I use a Netgear ReadyNAS, which is a discontinued product. If it fails, is there any way to let me access the data on it? (suppose HDD are all good)
First of all, RAID is simply not enough to keep your data safe. If you don't want to lose it, you do need to have a backup plan in place (storing the data on at least one other device). So I agree with @FURRYe38 about the need for a backup.
There are four basic approaches when the NAS chassis fails:
- Purchase another compatible ReadyNAS (used in this case), and migrate your disks to it. This can either be a native OS-6 NAS, or a 4.2.x model that can be converted to OS-6 (e.g, a Pro or Ultra model).
- Attach your disks to a linux PC (either with SATA or a USB adapter/dock), and manually mount the volume.
- Attach your disks to a Windows PC (either with SATA or a USB adapter/dock) and access the files with recovery software that supports linux RAID and btrfs. For example, ReclaiMe.
- Attempt to repair the NAS (usually not possible unless the power supply has failed)
Thanks for this detailed information.
I do back up my data, but all backup data is on this NAS as well. I do not have another large storage device to back up this NAS.
I would like to use approach #2 since I have other Linux servers. Suppose I have 4 disks in use (RAID 5). Do I need to attach all 4 disks to the Linux server, or just 3 of them? Are there any instructions on how to manually mount the volume? Thanks again.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: If my readynas (6.9.6) died, what's the best way to access the data on it?
@kamanwu wrote:I do back up my data, but all backup data is on this NAS as well. I do not have another large storage device to back up this NAS.
Have you ever considered how much it is worth to you?
One place to start is by backing up personal data (photos, documents, etc). That probably is a small fraction of your total storage.
Longer term options are purchasing USB drives, cloud storage, or getting a second NAS. I use a combination of NAS->NAS backup and cloud backup myself.
@kamanwu wrote:
I would like to use approach #2 since I have other Linux servers. Suppose I have 4 disks in use (RAID 5). Do I need to attach all 4 disks to the Linux server, or just 3 of them? Are there any instructions on how to manually mount the volume?
You can get by with 3 if the array is healthy.
The exact steps depend on whether your array was ever vertically expanded (or has mixed disk sizes now).
Basically you need to assemble the mdadm virtual disk(s), and then mount with btrfs.