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!
Computer lost power, can't boot now
-
nobby
- NewUser

- Posts: 8
- Joined: 24 Jun 2012 02:59
- Status: Offline
Computer lost power, can't boot now
Today a guy came and installed some new power plugs in our house, and in the process he accidentally unplugged my nas4free server. When I tried to boot up I am unable to get nas4free to load. I'm am running 9.1.0.1 embedded off a usb stick. The attached screenshot shows what I get up too (it finds a config file, but then gets to "Defer for Background Checking" and this seems to fail). Does anyone have any suggestions on what I can do?
Thanks
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: Computer lost power, can't boot now
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.
-
nobby
- NewUser

- Posts: 8
- Joined: 24 Jun 2012 02:59
- Status: Offline
Re: Computer lost power, can't boot now
Thanks for that b0ssman. I'm following the steps in the faq now. I don't usually use the command function in the webgui - If I run the command "fsck_ufs -p /dev/ada1 &" in the command box, will the website eventually give me the message "FILE SYSTEM CLEAN; SKIPPING CHECKS" as per the faq? I've run it now and as far as I can tell, nothing is happening.
- raulfg3
- Site Admin

- Posts: 4865
- Joined: 22 Jun 2012 22:13
- Location: Madrid (ESPAÑA)
- Contact:
- Status: Offline
Re: Computer lost power, can't boot now
use shell better (webgui is not neccesary/usefull in this case)
12.1.0.4 - Ingva (revision 7743) on SUPERMICRO X8SIL-F 8GB of ECC RAM, 11x3TB disk in 1 vdev = Vpool = 32TB Raw size , so 29TB usable size (I Have other NAS as Backup)
Wiki
Last changes
HP T510
Wiki
Last changes
HP T510
-
nobby
- NewUser

- Posts: 8
- Joined: 24 Jun 2012 02:59
- Status: Offline
Re: Computer lost power, can't boot now
Ok running "fsck_ufs -p /dev/ada1 &" in a shell and I get the following message: Cannot find file system superblock. This happens on each of my 3 disks (ada0, ada1, ada2). After a bit of searching I found that if I run "newfs -N /dev/ada0" I get a bunch of alternative super blocks. But running fsck_ffs -b 192 ada1 gives message: 192 is not a file system superblock (I tried running this using various superblock numbers). Any thoughts on what I can do now?
-
nobby
- NewUser

- Posts: 8
- Joined: 24 Jun 2012 02:59
- Status: Offline
Re: Computer lost power, can't boot now
Spent the whole weekend trying to figure out how to fix my disk errors. I managed to boot up my computer using sysrescuecd, and accessed my disks to backup data. As a last ditch attempt before I just formatted everything, I loaded a fresh nas4free liveusb on a usb stick and booted up. Imported my disks, then added a mount point for each. There was an error status for each disk on the mount management web page. Then I went to the fsck section and executed on each disk. After a bit of a wait, I got back messages that disks had been fixed (or salvaged). Rebooted my computer using my original embedded nas4free usb stick and everything appears to be ok. Yay! I can see the importance of a UPS now.
- shakky4711
- Advanced User

- Posts: 273
- Joined: 25 Jun 2012 08:27
- Status: Offline
Re: Computer lost power, can't boot now
Hi,
WRONG, ada1 is the raw drive, you need to locate to the partition with the file system.
Do not use the &, so the output is not skipped and you see the results.
But use ada1p1 only on a separate data drive, for raid arrays you must check the filesystem on the array
Shakky
Code: Select all
Ok running "fsck_ufs -p /dev/ada1 &" in a shellCode: Select all
fsck_ufs -p /dev/ada1p1But use ada1p1 only on a separate data drive, for raid arrays you must check the filesystem on the array
Shakky
- Lee Sharp
- Advanced User

- Posts: 251
- Joined: 13 May 2013 21:12
- Contact:
- Status: Offline
Re: Computer lost power, can't boot now
You have a flair for understatement.nobby wrote:I can see the importance of a UPS now.