You are not logged in.
Pages: 1
My hard drive has a physical block size of 4096 and a logical block size of 512.
Is it possible to change the logical block size to 4096?
I've tried
mkfs.ext4 -F -b 4096 /dev/sdb1It made a partition, but it didn't change the logical block size.
Is this even possible?
Offline
Unless you hack the firmware of the drive itself [or use an USB enclosure that uses the wrong blocksize for its emulation], I'd guess the answer would be no.
It also shouldn't matter. Just align your partitions to MiB boundaries, and most filesystems already use 4K blocks as minimum unit regardless.
Offline
Thanks. I'll try that.
Offline
Pages: 1