
XFS 파일 시스템의 장벽 옵션이 켜져 있는지 확인하는 방법을 알려줄 수 있는 사람이 있습니까? XFS 문서에는 커널 2.6부터 기본적으로 켜져 있다고 되어 있지만 켜져 있는지 확인하고 싶습니다.
저는 Fedora 23을 사용하고 있습니다.
uname -a
Linux localhost.localdomain 4.4.8-300.fc23.x86_64 #1 SMP Wed Apr 20 16:59:27 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
[sri@localhost ~]$ xfs_info /
meta-data=/dev/mapper/fedora-root isize=512 agcount=4, agsize=2424576 blks
= sectsz=512 attr=2, projid32bit=1
= crc=1 finobt=1 spinodes=0
data = bsize=4096 blocks=9698304, imaxpct=25
= sunit=0 swidth=0 blks
naming =version 2 bsize=4096 ascii-ci=0 ftype=1
log =internal bsize=4096 blocks=4735, version=2
= sectsz=512 sunit=0 blks, lazy-count=1
realtime =none extsz=4096 blocks=0, rtextents=0
마운트 출력 확인에 Barrier=0 옵션이 없나요?
[sri@localhost ~]$ mount | grep xfs
/dev/mapper/fedora-root on / type xfs (rw,relatime,attr2,inode64,noquota)
/dev/mapper/fedora-home on /home type xfs (rw,relatime,attr2,inode64,noquota)