westerndigitalcorporation / libzbc

ZBC device manipulation library. When submitting a bug report, PLEASE DO NOT SUBMIT CONFIDENTIAL INFORMATION OR INFORMATION SPECIFIC TO DRIVES THAT ARE VENDOR SAMPLES OR NOT PUBLICLY AVAILABLE.
BSD 2-Clause "Simplified" License
154 stars 56 forks source link

is there working on seagate drive #45

Closed MaminHakim closed 2 years ago

MaminHakim commented 2 years ago

Hi, I'm looking to make partitions on my SMR host managed seagate disk. is this working on my drive ?

damien-lemoal commented 2 years ago

GPT partitions are not supported in Linux with SMR host managed drives, irrespective of the device vendor. If you need a "smaller" chunk of the drive to be exposed as a block device, use dm-linear. See: https://zonedstorage.io/linux/part/ and https://zonedstorage.io/linux/dm/#dm-linear.