Hello guys,
I had a NAS4FREE server, running with a single hard disk (unfortunately).
Last week, I changed the DNS at the server interface and it was frozen. I tried to reboot and now it is not booting anymore.
What should I do? Please, help!!!
Thanks in advance,
Bruno
This is the old XigmaNAS forum in read only mode,
it will taken offline by the end of march 2021!
I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!
it will taken offline by the end of march 2021!
I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!
Cannot access the Hard Disk
-
kenZ71
- Advanced User

- Posts: 379
- Joined: 27 Jun 2012 20:18
- Location: Northeast, USA
- Status: Offline
Re: Cannot access the Hard Disk
Sounds like your OS install has gone nuts - your data might still be OK.
Maybe try to reinstall the OS? You could unplug the data drive while setting up the OS to be safe and not overwrite your data.
Maybe try to reinstall the OS? You could unplug the data drive while setting up the OS to be safe and not overwrite your data.
11.2-RELEASE-p3 | ZFS Mirror - 2 x 8TB WD Red | 28GB ECC Ram
HP ML10v2 x64-embedded on Intel(R) Core(TM) i3-4150 CPU @ 3.50GHz
Extra memory so I can host a couple VMs
1) Unifi Controller on Ubuntu
2) Librenms on Ubuntu
HP ML10v2 x64-embedded on Intel(R) Core(TM) i3-4150 CPU @ 3.50GHz
Extra memory so I can host a couple VMs
1) Unifi Controller on Ubuntu
2) Librenms on Ubuntu
-
Bruno
- NewUser

- Posts: 3
- Joined: 08 Oct 2014 14:31
- Status: Offline
Re: Cannot access the Hard Disk
Hey KenZ71,
thanks a lot for your reply.
So, I've installed and configured Nas4Free in a second Hard Disk.
From the web interface, I could mount the first Hard Disk but, the data was not recognized.
I'm afraid that my data has gone :S
Any other suggestion for recovering the data?
Thanks once again!
Bruno
thanks a lot for your reply.
So, I've installed and configured Nas4Free in a second Hard Disk.
From the web interface, I could mount the first Hard Disk but, the data was not recognized.
I'm afraid that my data has gone :S
Any other suggestion for recovering the data?
Thanks once again!
Bruno
- b0ssman
- Forum Moderator

- Posts: 2438
- Joined: 14 Feb 2013 08:34
- Location: Munich, Germany
- Status: Offline
Re: Cannot access the Hard Disk
from the command line do a gpart list
and try to mount the partition using the mount command
and try to mount the partition using the mount command
Nas4Free 11.1.0.4.4517. Supermicro X10SLL-F, 16gb ECC, i3 4130, IBM M1015 with IT firmware. 4x 3tb WD Red, 4x 2TB Samsung F4, both GEOM AES 256 encrypted.
- b0ssman
- Forum Moderator

- Posts: 2438
- Joined: 14 Feb 2013 08:34
- Location: Munich, Germany
- Status: Offline
Re: Cannot access the Hard Disk
it should be similar to viewtopic.php?f=55&t=6922
Nas4Free 11.1.0.4.4517. Supermicro X10SLL-F, 16gb ECC, i3 4130, IBM M1015 with IT firmware. 4x 3tb WD Red, 4x 2TB Samsung F4, both GEOM AES 256 encrypted.
-
Bruno
- NewUser

- Posts: 3
- Joined: 08 Oct 2014 14:31
- Status: Offline
Re: Cannot access the Hard Disk
Hello B0ssman,
I tried to run the gpart command and I got the following result (pictures attached).
Once identified the partition (ada1), I tried:
- fsck_ufs -p /dev/ada1p1 and the answer: NO WRITE ACCESS, UNEXPECTED INCONSISTENCY; RUN FSCK MANUALLY
- fsck_ufs -p /dev/ada1 and the answer: CANNOT FIND FILE SYSTEM SUPERBLOCK
Any idea about what I should try?
Thanks,
Bruno
I tried to run the gpart command and I got the following result (pictures attached).
Once identified the partition (ada1), I tried:
- fsck_ufs -p /dev/ada1p1 and the answer: NO WRITE ACCESS, UNEXPECTED INCONSISTENCY; RUN FSCK MANUALLY
- fsck_ufs -p /dev/ada1 and the answer: CANNOT FIND FILE SYSTEM SUPERBLOCK
Any idea about what I should try?
Thanks,
Bruno
You do not have the required permissions to view the files attached to this post.
- b0ssman
- Forum Moderator

- Posts: 2438
- Joined: 14 Feb 2013 08:34
- Location: Munich, Germany
- Status: Offline
Re: Cannot access the Hard Disk
you forgot the point
- run a file system check (http://wiki.nas4free.org/doku.php?id=faq:0001) in my case fsck_ufs -p /dev/da5a
- run a file system check (http://wiki.nas4free.org/doku.php?id=faq:0001) in my case fsck_ufs -p /dev/da5a
Nas4Free 11.1.0.4.4517. Supermicro X10SLL-F, 16gb ECC, i3 4130, IBM M1015 with IT firmware. 4x 3tb WD Red, 4x 2TB Samsung F4, both GEOM AES 256 encrypted.