Hi-
Rocky 9.2 (DVD install w/gnome) with XFS, LVM and mutiple LVs. LV “rl-animwork” is mounted to /animwork. The target mount dir shows empty, both with “rl-animwork” mounted and without it mounted:
ls -alh /animwork
total 4.0K
drwxr-xr-x. 2 root root 6 Nov 14 19:39 .
dr-xr-xr-x. 25 root root 4.0K Nov 8 18:21 …
du -hcs /animwork
0 /animwork
0 total
but when “rl-animwork” is mounted on /animwork, df reports 2.8GiB used:
/dev/mapper/rl-animwork xfs 390G 2.8G 388G 1% /animwork
How is this possible? lsof reporting no big deleted files.
Other infos:
/etc/fstab:
/dev/mapper/rl-root / xfs defaults 0 0
/dev/mapper/rl-animwork /animwork xfs defaults 0 0
UUID=16d9afb6-8bd4-408e-b4a9-5e332f185576 /boot xfs defaults 0 0
/dev/mapper/rl-home /home xfs defaults 0 0
/dev/mapper/rl-swap none swap defaults 0 0
lvdisplay outoput for the lv:/
— Logical volume —
LV Path /dev/rl/animwork
LV Name animwork
VG Name rl
LV UUID QwG5Gj-jbhh-5UlF-4XDO-ges1-DHm4-mFDns8
LV Write Access read/write
LV Creation host, time localhost.localdomain, 2023-10-19 12:50:01 -0700
LV Status available
open 1
LV Size 390.08 GiB
Current LE 99861
Segments 1
Allocation inherit
Read ahead sectors auto
currently set to 8192
Block device 253:3
Any ideas? Thank you.