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!

[SOLVED]Raiz1 pool manual creation

Forum rules
Set-Up GuideFAQsForum Rules
Post Reply
fumantsu
Starter
Starter
Posts: 69
Joined: 04 Mar 2014 12:15
Location: Athens->Brno
Status: Offline

[SOLVED]Raiz1 pool manual creation

Post by fumantsu »

I wonder, I try to create a raiz1 manual pool but the command fails.

Code: Select all

zpool create -n -m /mnt/tank1 tank1 raiz /dev/ada3 /dev/ada4 /dev/ada5 /dev/ada6
which based on this: http://docs.oracle.com/cd/E19253-01/819 ... index.html should work doesn't.
The error is: cannot open 'raiz': no such GEOM provider
must be a full path or shorthand device name

The ada devices are ready (formatted etc.)
Last edited by fumantsu on 11 Jun 2014 22:56, edited 1 time in total.
Fractal Node 304, Avoton C2550 Quad-Core Processor, 8GB RAM ECC, 4 x 4TB WD RED in mirrors , NAS4Free 9.2.0.1 build 972

User avatar
b0ssman
Forum Moderator
Forum Moderator
Posts: 2438
Joined: 14 Feb 2013 08:34
Location: Munich, Germany
Status: Offline

Re: Raiz1 pool manual creation

Post by b0ssman »

its

zpool create -n -m /mnt/tank1 tank1 raidz1 /dev/ada3 /dev/ada4 /dev/ada5 /dev/ada6
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.

User avatar
crowi
Forum Moderator
Forum Moderator
Posts: 1176
Joined: 21 Feb 2013 16:18
Location: Munich, Germany
Status: Offline

Re: Raiz1 pool manual creation

Post by crowi »

why do you use the -n flag ?
NAS 1: Milchkuh: Asrock C2550D4I, Intel Avoton C2550 Quad-Core, 16GB DDR3 ECC, 5x3TB WD Red RaidZ1 +60 GB SSD for ZIL/L2ARC, APC-Back UPS 350 CS, NAS4Free 11.0.0.4.3460 embedded
NAS 2: Backup: HP N54L, 8 GB ECC RAM, 4x4 TB WD Red, RaidZ1, NAS4Free 11.0.0.4.3460 embedded
NAS 3: Office: HP N54L, 8 GB ECC RAM, 2x3 TB WD Red, ZFS Mirror, APC-Back UPS 350 CS NAS4Free 11.0.0.4.3460 embedded

fumantsu
Starter
Starter
Posts: 69
Joined: 04 Mar 2014 12:15
Location: Athens->Brno
Status: Offline

Re: Raiz1 pool manual creation

Post by fumantsu »

b0ssman wrote:its

zpool create -n -m /mnt/tank1 tank1 raidz1 /dev/ada3 /dev/ada4 /dev/ada5 /dev/ada6
lol!!!! I was write raiz instead of raidz.... shame on me!!
crowi wrote:why do you use the -n flag ?
for test. I still wondering what is better. To add a raidz1 vdev to an existing raidz1 pool or to create a new one.
Fractal Node 304, Avoton C2550 Quad-Core Processor, 8GB RAM ECC, 4 x 4TB WD RED in mirrors , NAS4Free 9.2.0.1 build 972

Post Reply

Return to “ZFS (only!)”