I am a Newbie with NAS4Free/ZFS.
My first expereinces were with a virtual NAS4Free - no problems.
The reality is - as always - more complicated:
I tried to re-use 3 older HD (2x25GB, 1 300GB) - please no blames on that; I just did not want to buy 3 new HDs for the brand-new N54L.
So I first created the vdev from the 3HD with RAIDZ1 successfulyy, I think
But the next step went wrong: Creating the Pool from ZFS-Pools-Management gave me a "Error code 1" when I was clicking "Accept" (Originallly it is in German).
I tried a lot, including running the wipe-Script, but no success at all.
Finally, I tortured my brain with using the CLI via SSH.
And therefore zcreate told me something of drives with different size and ordered me to use "-f"-switch; finally this worked.
So, this is the first question: Is there a more sophisticated WebGUI for ZFS available - say, some sort of Expert-mode with a checkbox "please show me all the black-magic going on in backgriund of the GUI"?
Error code 1 as an explanation for what is wrong is useless!!
Next question: The vdev/pool has been created with 512Bytes Blocksize - is this a problem? Can that be corrected later ?
Next question: According to examples how to use zcreate the pool called 'storage' is mounted at "/", not under "/mnt". This turns out to be a problem when creating Shares for CIFS, which always want to share below "/mnt". Can that be corrected ?
Many thanks in advance!
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!
Is there some kind of Expert-Mode for ZFS ?
-
drnicolas
- Advanced User

- Posts: 180
- Joined: 15 Aug 2013 14:03
- Location: Wiesbaden, Germany
- Status: Offline
Is there some kind of Expert-Mode for ZFS ?
HP Proliant N54L - Bios Mod -16GB non-ECC-RAM - ZFS RAIDZ1 (3x3TB) - 1VM running XigmaNAS 11.2.0.4.6026
- raulfg3
- Site Admin

- Posts: 4865
- Joined: 22 Jun 2012 22:13
- Location: Madrid (ESPAÑA)
- Contact:
- Status: Offline
Re: Is there some kind of Expert-Mode for ZFS ?
Error code 1 indicate that your disk are previously used on a ZFS pool, You need to wipe prior to reuse
You need to use -f flag ( force ) flag because your disk are diferent size disk, read wiki & doku to find the force flag in webGui.
Next question: is not a problem , is normal, for yor actual disk, and can not be changed later.
You need to use -f flag ( force ) flag because your disk are diferent size disk, read wiki & doku to find the force flag in webGui.
Next question: is not a problem , is normal, for yor actual disk, and can not be changed later.
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
- b0ssman
- Forum Moderator

- Posts: 2438
- Joined: 14 Feb 2013 08:34
- Location: Munich, Germany
- Status: Offline
Re: Is there some kind of Expert-Mode for ZFS ?
and the mount point can be changed from the zfs pages
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.
-
chrisf4lc0n
- Advanced User

- Posts: 262
- Joined: 07 May 2013 13:15
- Location: West Drayton (London)
- Status: Offline
Re: Is there some kind of Expert-Mode for ZFS ?
the block sizes can be changed in the future, by creatng gnops, just search this forum... there is a fair bit of an info about that. also the mount points can be changed by using "zfs set mountpoint" command... zfs is abit different to any other fs, as it is a fs, partitioning tool to certain extent and partition manager in one. just check the help for zpool and zfs commands in shell
Watercooling is just the beginning 
-
drnicolas
- Advanced User

- Posts: 180
- Joined: 15 Aug 2013 14:03
- Location: Wiesbaden, Germany
- Status: Offline
Re: Is there some kind of Expert-Mode for ZFS ?
Okay, I think I found the Checkbox for "-f".
In German "Erzwinge Nutzung" is far, far awy from -f.
Suggestion: Add some text about "-force Flag" to the GUI
In German "Erzwinge Nutzung" is far, far awy from -f.
Suggestion: Add some text about "-force Flag" to the GUI
HP Proliant N54L - Bios Mod -16GB non-ECC-RAM - ZFS RAIDZ1 (3x3TB) - 1VM running XigmaNAS 11.2.0.4.6026
-
fsbruva
- Advanced User

- Posts: 378
- Joined: 21 Sep 2012 14:50
- Status: Offline
Re: Is there some kind of Expert-Mode for ZFS ?
I have also seen error code 1 when the pool is named illegally, such as with a space in the name.raulfg3 wrote:Error code 1 indicate that your disk are previously used on a ZFS pool,