July 9th, 2023, 6:38
sudo ./SeaChest_Lite -d /dev/sdc --showSupportedFormats
=========================
SeaChest_Lite - Seagate drive utilities - NVMe Enabled
Copyright (c) 2014-2023 Seagate Technology LLC and/or its Affiliates, All Rights Reserved
SeaChest_Lite Version: 1.9.0-4_1_1 X86_64
Build Date: Mar 27 2023
Today: Fri Jul 7 20:58:30 2023 User: root
================================
/dev/sdb - ST3000DM001-1CH166 - W1F19B22 - CC29 - ATA
Supported Logical Block Sizes and Protection Types:
---------------------------------------------------
* - current device format
PI Key:
Y - protection type supported at specified block size
N - protection type not supported at specified block size
? - unable to determine support for protection type at specified block size
Relative performance key:
N/A - relative performance not available.
Best
Better
Good
Degraded
-----------------------------------------
Logical Block Size PI-0 PI-1 PI-2 PI-3 Relative Performance Metadata Size
-----------------------------------------
* 512 Y N N N N/A N/A
-----------------------------------------TestDisk 7.1, Data Recovery Utility,
Disk /dev/sdc - 3000 GB / 2794 GiB - CHS 357698 64 32 Current partition structure: Partition Start End Size in sectors
Warning: number of heads/cylinder mismatches 255 (NTFS) != 64 (HD) Warning: number of sectors per track mismatches 63 (NTFS) != 32 (HD) 1 P MS Data 6 732563999 732563994
but sgdisk (I don't remember how it was connected then) showed logical/physical): 4096/4096 bytes.
sudo fdisk -l
Dysk /dev/sdc: 2,73 TiB, bytes: 3000592982016, sectors: 5860533168 disk model: ST3000DM001-1CH1 units: sectors, 1 * 512 = 512 bytes sector size (logical/phisical) in bytes: 512 / 4096 Size (minimal/optimal) : 4096 / 4096 etiquette: dos
device start end sector size Id Type /dev/sdc 1 4294967295 4294967295 2T ee GPT
Partition 1 doesn't start on the boarder of physical sector..
sgdisk -p /dev/sdc
Disk /dev/sdc: 732566645 sectors, 2.7 TiB Model: Backup+ Desk Sector size (logical/physical): 4096/4096 bytes Disk identifier (GUID): ... Partition table holds up to 128 entries Main partition table begins at sector 2 and ends at sector 5 First usable sector is 6, last usable sector is 732566639 Partitions will be aligned on 8-sector boundaries Total free space is 2640 sectors (10.3 MiB)
Number Start (sector) End (sector) Size Code Name 1 6 732563999 2.7 TiB 0700
hdparm -I /dev/sdX | grep 'Sector size:'July 9th, 2023, 17:13
July 9th, 2023, 18:09
still shows that only 512 Logical Sector size is supported. So, I am confused why sgdisk showed 4096/4096.
I read something about Advanced Format
and that it is better
about SmartAlign™ Technology for Advanced Format Hard Drives.
sg_format --format --size=4k /dev/sdXgpart create -s GPT /dev/sdXgpart add -a 4k -t freebsd-zfs /dev/sdXPowered by phpBB © phpBB Group.