Utworzyłam sobie system plików XFS na partycji hda8 z przestrzenią ,,realtime'' na partycji hda5:
Kod: Zaznacz cały
mkfs.xfs -r rtdev=/dev/hda5 /dev/hda8
Kod: Zaznacz cały
mount -t xfs -o rtdev=/dev/hda5 /dev/hda8 /xfs
EDIT:
w manualu jest coś takiego:
Niestety nie mogę pojąć w jaki sposób to wykorzystaćThe realtime section is used to store the data of realtime files.These files had an attribute bit set through xfsctl(3) after file creation, before any data was written to the file.
