9
Format a 512e drive to 4096 on Linux
(piefed.blahaj.zone)
The Lemmy community will help you with your tech problems and questions about anything here. Do not be shy, we will try to help you.
If something works or if you find a solution to your problem let us know it will be greatly apreciated.
Rules: instance rules + stay on topic
Partnered communities:
I don't really have a good answer for you. Is the concern IO throughput? Wear leveling? Space efficiency? If this is a new drive being stuffed into an existing system, I recommend doing a couple of permutations and measuring.
Since I may want to clone disks:
Ahh yeah, align the sector sizes, especially if you want to boot the clones. Reading the seagate drive page, it seems like it tells you explicitly how to set the sector size ^1^ . Windows probably does this implicitly when doing a format. I am fairly confident none of the luks or mkfs tooling will touch hard drive firmware settings. So yes, you definitely want to tweak the mode with hdparm.
1:
Thanks! I did notice that little box of text, but it's "unfair" they assume people know ATA commands or whatever they are... :( I would've appreciated something more... Abstract 🤣
Anyway, thanks for the help!😊