33
submitted 1 day ago* (last edited 22 hours ago) by akunohana@piefed.blahaj.zone to c/linux@lemmy.ml

Edit: feedback
Thanks for all the advice! Here's some funny feedback: it was a faulty drive 🤣 give me back my feelings 😭 obviously I'm sending it back

dhWvundoMJKYgdc.jpg

I have just received my Seagate 18TB IronWolf Pro HDD and the specs say that the logical sector size is 512 emulated. Moreover, Seagate says that switching to 4096 sector size is as easy as doing a quick format (Windows terminology?). I suppose on Linux this simply means creating a filesystem with that block size? For instance mkfs.ext4 -b 4096 /dev/device or - in my specific case - cryptsetup luksFormat --sector-size=4096 and then creating a file system?

What confuses me is the Arch Wiki article on advanced format that has instructions on how to use hdparm to tell the firmware to use a certain sector size.

Do I need to do the hdparm thing, which seemingly conflicts with the Seagate instructions?

you are viewing a single comment's thread
view the rest of the comments
[-] bizdelnick@lemmy.ml 2 points 1 day ago

low level format

What do you mean?

[-] mangaskahn@lemmy.world 2 points 18 hours ago

Low level formating is how the data tracks are layed out on the disk platters, it's what the drive firmware sees. hdparm and sg_format instruct the disk to rearrange those tracks. High-level formatting is what the OS sees when you run mkfs. It creates a new file system or replaces an existing one.

[-] non_burglar@lemmy.world 1 points 1 day ago

Erasing the partition table and/or uefi metadata space.

this post was submitted on 22 Jul 2026
33 points (100.0% liked)

Linux

66562 readers
148 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 7 years ago
MODERATORS