Hi all, I built a NAS maybe 4 years ago using FreeNAS 8.3.1, inside I configured a mirror-RAID with two WD Green 3TB drives (don't remember how I configured that RAID), then partitioned the resulting 3Gb array into two separate access drives, one labeled 'backup' at 2Tb and one labeled 'media' at 1TB.
I'm installing a PoE security system and thought of using the NAS for clip storage, so I pulled it out and fired it up. Everything was intact and how it used to be, no errors. So I bought an additional 4Gb WD Purple to use exclusively for security cam clips. I plugged it into SATA port 3 on the mobo figuring if I leave the two WD Greens on ports 1&2 it will simply recognize a separate drive. Powered it on then went into the GUI and to my horror it now has an alert that says:
So it still recognizes the raid partition, but Media is showing as 3Tb and Backup is showing as 0kb.... Media also says it only has 3.9mib 0% full which is wrong - - there is about 1Gb of data on the array (split between the two partitions)!
I clicked scrub and this is what it kicked back:
To be honest it's been so long since I configured this machine I have no idea what to do next. I really hope I did not destroy all of my data... even as a mirrored array, one would imagine there is a way to get it up again?
Please let me know if any of you have any suggestions or ideas, thanks in advance!
I'm installing a PoE security system and thought of using the NAS for clip storage, so I pulled it out and fired it up. Everything was intact and how it used to be, no errors. So I bought an additional 4Gb WD Purple to use exclusively for security cam clips. I plugged it into SATA port 3 on the mobo figuring if I leave the two WD Greens on ports 1&2 it will simply recognize a separate drive. Powered it on then went into the GUI and to my horror it now has an alert that says:
- WARNING: The volume Backup (ZFS) status is UNKNOWN
- OK: The volume Media (ZFS) status is HEALTHY
Code:
Backup /mnt/Backup 0 (Error) Error getting available space Error getting total space UNKNOWN Media /mnt/Media 3.9 MiB (0%) 2.7 TiB 2.7 TiB HEALTHY
So it still recognizes the raid partition, but Media is showing as 3Tb and Backup is showing as 0kb.... Media also says it only has 3.9mib 0% full which is wrong - - there is about 1Gb of data on the array (split between the two partitions)!
I clicked scrub and this is what it kicked back:
Code:
Environment: Software Version: FreeNAS-8.3.1-RELEASE-p2-x64 (r12686+b770da6_dirty) Request Method: GET Request URL: http://192.168.1.138/storage/scrub/1/ Traceback: File "/usr/local/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response 105. response = middleware_method(request, callback, callback_args, callback_kwargs) File "/usr/local/www/freenasUI/../freenasUI/freeadmin/middleware.py" in process_view 166. return login_required(view_func)(request, *view_args, **view_kwargs) File "/usr/local/lib/python2.7/site-packages/django/contrib/auth/decorators.py" in _wrapped_view 20. return view_func(request, *args, **kwargs) File "/usr/local/www/freenasUI/../freenasUI/storage/views.py" in zpool_scrub 810. pool = notifier().zpool_parse(volume.vol_name) File "/usr/local/www/freenasUI/../freenasUI/middleware/notifier.py" in zpool_parse 3758. parse = zfs.parse_status(name, doc, res) File "/usr/local/www/freenasUI/../freenasUI/middleware/zfs.py" in parse_status 661. status = data.split('config:')[1] Exception Type: IndexError at /storage/scrub/1/ Exception Value: list index out of range
To be honest it's been so long since I configured this machine I have no idea what to do next. I really hope I did not destroy all of my data... even as a mirrored array, one would imagine there is a way to get it up again?
Please let me know if any of you have any suggestions or ideas, thanks in advance!
Last edited by a moderator: