Hi, I was playing about a bit and discovered, all my 4 HDDs using 512b logical sectors instead of 4K.
See:
fdisk -l
Disk /dev/sda: 3.64 TiB, 4000787030016 bytes, 7814037168 sectors
Disk model: WDC WD40EFRX-68N
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: CFD37F5A-8E44-4F4E-94EB-6D10B5A0EA03
Device Start End Sectors Size Type
/dev/sda1 34 2047 2014 1007K BIOS boot
/dev/sda2 2048 2099199 2097152 1G EFI System
/dev/sda3 2099200 7813988352 7811889153 3.6T Solaris /us
Iam using ZFS mirror with 2 disks each (so to say raid 10). Is there a way to change the sector size without loosing any data ? Or iam screwed ? (Was using the normal install way using zfs as rootfs, too)
See:
fdisk -l
Disk /dev/sda: 3.64 TiB, 4000787030016 bytes, 7814037168 sectors
Disk model: WDC WD40EFRX-68N
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: CFD37F5A-8E44-4F4E-94EB-6D10B5A0EA03
Device Start End Sectors Size Type
/dev/sda1 34 2047 2014 1007K BIOS boot
/dev/sda2 2048 2099199 2097152 1G EFI System
/dev/sda3 2099200 7813988352 7811889153 3.6T Solaris /us
Iam using ZFS mirror with 2 disks each (so to say raid 10). Is there a way to change the sector size without loosing any data ? Or iam screwed ? (Was using the normal install way using zfs as rootfs, too)