mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
74ed5e51da
This test uses the scsi_debug module to test mkfs against various physical & logical sector sizes, and with aligned and unaligned devices. Signed-off-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>
36 lines
750 B
Plaintext
36 lines
750 B
Plaintext
QA output created by 279
|
|
===================
|
|
4k physical 512b logical aligned
|
|
===================
|
|
mkfs with opts: DEVICE
|
|
Passed.
|
|
Got sector size: 4096
|
|
===================
|
|
mkfs with opts: -b size=2048 -f DEVICE
|
|
Passed.
|
|
Got sector size: 512
|
|
===================
|
|
4k physical 512b logical unaligned
|
|
===================
|
|
mkfs with opts: DEVICE
|
|
Failed.
|
|
===================
|
|
mkfs with opts: -f DEVICE
|
|
Passed.
|
|
Got sector size: 512
|
|
===================
|
|
mkfs with opts: -s size=4096 DEVICE
|
|
Failed.
|
|
===================
|
|
mkfs with opts: -s size=4096 -f DEVICE
|
|
Passed.
|
|
Got sector size: 4096
|
|
===================
|
|
hard 4k physical / 4k logical
|
|
===================
|
|
mkfs with opts: -b size=2048 DEVICE
|
|
Failed.
|
|
===================
|
|
mkfs with opts: -s size=512 DEVICE
|
|
Failed.
|