On Wed, 24 Jan 2018 18:25:24 +0100 =?UTF-8?Q?Holger_Schr=c3=b6der?=
<holgi....@gmx.de> wrote:
> 
> create a partition on a clean disk (example /dev/sdb1)
> 
> create a testpool on the partition:
> modprobe zfs
> zpool create -f -o ashift=12 -o listsnapshots=on -o altroot=/mnt/foo -m 
> none testpool /dev/sdb1
> 
> create a filesystem on testpool:
> zfs create -o mountpoint=/media/test testpool/testfs
> 
> then view with gparted ... no partition you can see (rawdisk zfs)
> 
> 
> Holger...
> 


What commands did you run to ensure the disk was clean?

For example did you zero out the entire disk device with:

   sudo dd if=/dev/zero of=/path-to-disk-device

Prior to creating ZFS did you check for file signatures on the disk with:

   sudo wipefs /path-to-disk-device

The wipefs command without any flags reports all signatures on the disk
device and does not change the disk.

Curtis

Reply via email to