You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a block device with a 4096 byte physical block size and 512 byte logical block size (i.e. so called 512e), mkfs.f2fs creates the file system with 512 byte sectors.
On a block device with a 4096 byte physical block size and 512 byte logical block size (i.e. so called 512e),
mkfs.f2fs
creates the file system with 512 byte sectors.# lsblk -t /dev/sdb NAME ALIGNMENT MIN-IO OPT-IO PHY-SEC LOG-SEC ROTA SCHED RQ-SIZE RA WSAME sdb 0 4096 0 4096 512 1 none 256 128 0B └─sdb1 0 4096 0 4096 512 1 none 256 128 0B
Most other file system mkfs utilities prefer the underlying block device's physical block size over its logical block size.
The text was updated successfully, but these errors were encountered: