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!

Prepare disks to be able to use with ZFS

Forum rules
Set-Up GuideFAQsForum Rules
Post Reply
mbauhardt
NewUser
NewUser
Posts: 14
Joined: 22 Feb 2015 13:39
Status: Offline

Prepare disks to be able to use with ZFS

Post by mbauhardt »

Hi,
i want to prepare my 4 X 2 TB disks to be able to use it with ZFS. I had this disks already in use with FreeNas. But now i want to delete everything and want to prepare the disks to use it in production with Nas4Free. Is it enough to overwrite the first and last sectors with NULL. See http://wiki.nas4free.org/doku.php?id=faq:0129

Or is it better to overwrite everything on disk with NULL

Code: Select all

dd if=/dev/zero of=/dev/ada0
dd if=/dev/zero of=/dev/ada1
dd if=/dev/zero of=/dev/ada2
dd if=/dev/zero of=/dev/ada3
Thanks for comments
Marko

User avatar
raulfg3
Site Admin
Site Admin
Posts: 4865
Joined: 22 Jun 2012 22:13
Location: Madrid (ESPAÑA)
Contact:
Status: Offline

Re: Prepare disks to be able to use with ZFS

Post by raulfg3 »

script to wipe from FAQ:0129 is enough , zeroe all 2TB is a waste of time.
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

mbauhardt
NewUser
NewUser
Posts: 14
Joined: 22 Feb 2015 13:39
Status: Offline

Re: Prepare disks to be able to use with ZFS

Post by mbauhardt »

Ok. Thanks.

Post Reply

Return to “ZFS (only!)”