mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
9 lines
210 B
Plaintext
9 lines
210 B
Plaintext
|
|
|
||
|
|
To use xfstests on device mapper always use the /dev/mapper/<name> symlinks,
|
||
|
|
not the /dev/dm-* devices, or the symlinks created by LVM.
|
||
|
|
|
||
|
|
For example:
|
||
|
|
|
||
|
|
TEST_DEV=/dev/mapper/test
|
||
|
|
SCRATCH_DEV=/dev/mapper/scratch
|