Coming from freenas 0.7.2.xx.x.xx i figured since there no longer is any updates, i would switch to NAS4free.
After a clean install i startet adding and mounting disks.. the two smalest ones (320gb and 500gb) added og and mountet fine without problems.. shared with cifs/smb all is good..
The biggest disk(2tb)..well.. not so good.. can add it without any problems, but when i try to mount it i get these errors:
Can't get UFS ID
I have checked my old config file, and the disk should be formated UFS/GPT
I get this error with the following settings: Disk, ada1, GPT partition, 1, UFS
This is my main disk, and would rater not format it again...
Any suggestions?
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!
One (of 3) disk's won't mount after installing NAS4free
-
kakemanx
- NewUser

- Posts: 1
- Joined: 09 Sep 2012 11:20
- Status: Offline
- daoyama
- Developer

- Posts: 394
- Joined: 25 Aug 2012 09:28
- Location: Japan
- Status: Offline
Re: One (of 3) disk's won't mount after installing NAS4free
Please post the result of following command from shell or SSH:kakemanx wrote:The biggest disk(2tb)..well.. not so good.. can add it without any problems, but when i try to mount it i get these errors:
Can't get UFS ID
I have checked my old config file, and the disk should be formated UFS/GPT
I get this error with the following settings: Disk, ada1, GPT partition, 1, UFS
# gpart show /dev/ada1
# diskinfo -v /dev/ada1p1
# dumpfs -l /dev/ada1p1
If you have some error on the disk, try this:
# fsck_ufs -y /dev/ada1p1
Thanks,
Daisuke Aoyama
NAS4Free 10.2.0.2.2115 (x64-embedded), 10.2.0.2.2258 (arm), 10.2.0.2.2258(dom0)
GIGABYTE 5YASV-RH, Celeron E3400 (Dual 2.6GHz), ECC 8GB, Intel ET/CT/82566DM (on-board), ZFS mirror (2TBx2)
ASRock E350M1/USB3, 16GB, Realtek 8111E (on-board), ZFS mirror (2TBx2)
MSI MS-9666, Core i7-860(Quad 2.8GHz/HT), 32GB, Mellanox ConnectX-2 EN/Intel 82578DM (on-board), ZFS mirror (3TBx2+L2ARC/ZIL:SSD128GB)
Develop/test environment:
VirtualBox 512MB VM, ESXi 512MB-8GB VM, Raspberry Pi, Pi2, ODROID-C1
GIGABYTE 5YASV-RH, Celeron E3400 (Dual 2.6GHz), ECC 8GB, Intel ET/CT/82566DM (on-board), ZFS mirror (2TBx2)
ASRock E350M1/USB3, 16GB, Realtek 8111E (on-board), ZFS mirror (2TBx2)
MSI MS-9666, Core i7-860(Quad 2.8GHz/HT), 32GB, Mellanox ConnectX-2 EN/Intel 82578DM (on-board), ZFS mirror (3TBx2+L2ARC/ZIL:SSD128GB)
Develop/test environment:
VirtualBox 512MB VM, ESXi 512MB-8GB VM, Raspberry Pi, Pi2, ODROID-C1
-
Craigus
- NewUser

- Posts: 1
- Joined: 04 Mar 2014 06:50
- Status: Offline
Re: One (of 3) disk's won't mount after installing NAS4free
Bumping this thread in case it helps someone else. My issue may not be the same as the OP's.
I encountered this error using the NAS4Free-x86-LiveCD-9.2.0.1.943 when attempting to create a mount point for one of 4 drives in my existing 0.69 system.
The problematic drive was the boot drive which has 0.69 installed on partition 1. I was trying to mount it as a GPT disk, but of course doing
reminded me that this drive was bootable and hence MBR.
Once I created the mount point as MBR using partition 2, all was well.
I encountered this error using the NAS4Free-x86-LiveCD-9.2.0.1.943 when attempting to create a mount point for one of 4 drives in my existing 0.69 system.
The problematic drive was the boot drive which has 0.69 installed on partition 1. I was trying to mount it as a GPT disk, but of course doing
Code: Select all
nas4free: ~ # gpart show /dev/ada1
=> 63 976773105 ada1 MBR (465G)
63 128457 1 freebsd [active] (62M)
128520 2583 - free - (1.3M)
131103 976299597 2 freebsd (465G)
976430700 8694 - free - (4.3M)
976439394 328671 3 freebsd (160M)
976768065 5103 - free - (2.5M)
Once I created the mount point as MBR using partition 2, all was well.