Error creating pool NetApp DS2246

anibol

Cadet
Joined
Nov 7, 2018
Messages
8
Hi, I'm using FreeNas 11.2 with my NetApp DS2246. FreeNas sees the all disk (24) but when i try to create any pool i get this error:

Request Method: POST
Request URL: http://192.168.105.167/legacy/storage/volumemanager/
Software Version: FreeNAS-11.2-U2 (c4928af13)
Exception Type: ClientException
Exception Value: Command '('dd', 'if=/dev/zero', 'of=/dev/da1', 'bs=1m', 'count=32')' returned non-zero exit status 1.
Exception Location: /usr/local/lib/python3.6/site-packages/middlewared/client/client.py in call, line 477

I wipe the disk i'm using to create the pool but it seems to wipe too quick (filling with zeros)

I have used this instructions found on other thread:

sysctl kern.geom.debugflags=0x10
dd if=/dev/zero of=/dev/ada2 bs=1m count=1

But in the second one i get this error: dd: /dev/da0: Invalid argument

/dev/da0 is my first disk, when i enter diskinfo -v da0 i got the info correctly

Any hints?
Thanks
 

anibol

Cadet
Joined
Nov 7, 2018
Messages
8
FreeNas see all the disk:

1551255475166.png

The volume manager:

1551255633547.png


I have to say that my disk are formatted with 520 sector size, i don't know if this is a problem.
 

Attachments

  • 1551255594514.png
    1551255594514.png
    206.1 KB · Views: 306
Top