Hi,
mein als xfs eingerichtetes root FS wird mittels xfs_info nicht als XFS FS anerkannt...
erstmal etwas Text drumherum (wie es aufgefallen ist)....
ich wollte Rear (RelaxAndRecover) installieren,
beim dump/backup bricht das Programm immer mit Meldung
[root@acer conf]# rear -v mkbackup
Relax-and-Recover 2.2 / Git
Using log file: /var/log/rear/rear-acer.log
Using backup archive '/tmp/rear.xHwiIguTpTqbnZp/outputfs/acer/backup.tar.gz'
Creating disk layout
ERROR: Failed to save XFS options of /dev/sda3
Aborting due to an error, check /var/log/rear/rear-acer.log for details
Beendet
ab.. Im Log steht folg.
2017-12-01 19:34:47.237275113 Begin saving filesystem layout
2017-12-01 19:34:47.240231653 Saving filesystem layout (using the findmnt command).
xfs_info: /dev/sda3 is not a mounted XFS filesystem
2017-12-01 19:34:47.820540454 ERROR: Failed to save XFS options of /dev/sda3
==== Stack trace ====
Trace 0: /usr/bin/rear:543 main
Trace 1: /usr/share/rear/lib/mkbackup-workflow.sh:11 WORKFLOW_mkbackup
Trace 2: /usr/share/rear/lib/framework-functions.sh:101 SourceStage
Trace 3: /usr/share/rear/lib/framework-functions.sh:49 Source
Trace 4: /usr/share/rear/layout/save/GNU/Linux/230_filesystem_layout.sh:150 source
Trace 5: /usr/share/rear/lib/_input-output-functions.sh:251 StopIfError
Message: Failed to save XFS options of /dev/sda3
== End stack trace ==
dmesg Bootmeldungen... XFS
kosta@acer ~]$ dmesg | grep -i xfs
[ 3.394164] SGI XFS with ACLs, security attributes, realtime, no debug enabled
[ 3.396822] XFS (sda3): Mounting V5 Filesystem
[ 3.596752] XFS (sda3): Ending clean mount
mounts... XFS
[root@acer conf]# mount | grep -i sda3
/dev/sda3 on / type xfs (rw,relatime,attr2,inode64,noquota)
[root@acer conf]# df -Th /
Dateisystem Typ Größe Benutzt Verf. Verw% Eingehängt auf
/dev/sda3 xfs 450G 13G 437G 3% /
[root@acer conf]# xfs_info /dev/sda3
xfs_info: /dev/sda3 ist kein eingehängtes XFS-Dateisystem
[root@acer conf]# grep -i xfs /etc/fstab
LABEL=linux_arch / xfs rw,relatime,attr2,inode64,noquota 0 1
Einer eine Idee ?