olistudent
IPPF-Urgestein
- Mitglied seit
- 19 Okt 2004
- Beiträge
- 14,787
- Punkte für Reaktionen
- 13
- Punkte
- 38
Can you please show the output of "strace -s 200 -e statfs df"?
I don't know why it should skip /var. Do have usbroot or anything lik
Regards
Oliver
Code:
root@fritz:/var/mod/root# strace -s 200 -e statfs df
Filesystem 1K-blocks Used Available Use% Mounted on
statfs("/", {f_type=0x73717368, f_bsize=65536, f_blocks=3659, f_bfree=0, f_bavail=0, f_files=0, f_ffree=0, f_fsid={0, 0}, f_namelen=0}) = 0
statfs("/", {f_type=0x73717368, f_bsize=65536, f_blocks=3659, f_bfree=0, f_bavail=0, f_files=0, f_ffree=0, f_fsid={0, 0}, f_namelen=0}) = 0
/dev/root 12864 12864 0 100% /
statfs("/proc", {f_type="PROC_SUPER_MAGIC", f_bsize=4096, f_blocks=0, f_bfree=0, f_bavail=0, f_files=0, f_ffree=0, f_fsid={0, 0}, f_namelen=0}) = 0
statfs("/var", {f_type=0x1021994, f_bsize=4096, f_blocks=13562, f_bfree=13270, f_bavail=0, f_files=0, f_ffree=0, f_fsid={0, 0}, f_namelen=0}) = 0
tmpfs 54248 1168 53080 2% /var
statfs("/dev", {f_type=0x1021994, f_bsize=4096, f_blocks=13562, f_bfree=13558, f_bavail=0, f_files=0, f_ffree=0, f_fsid={0, 0}, f_namelen=0}) = 0
dev 54248 16 54232 0% /dev
statfs("/sys", {f_type="SYSFS_MAGIC", f_bsize=4096, f_blocks=0, f_bfree=0, f_bavail=0, f_files=0, f_ffree=0, f_fsid={0, 0}, f_namelen=0}) = 0
statfs("/dev/pts", {f_type="DEVPTS_SUPER_MAGIC", f_bsize=4096, f_blocks=0, f_bfree=0, f_bavail=0, f_files=0, f_ffree=0, f_fsid={0, 0}, f_namelen=0}) = 0
statfs("/var/media/ftp", {f_type=0x5941ff53, f_bsize=4096, f_blocks=0, f_bfree=112383, f_bavail=0, f_files=0, f_ffree=0, f_fsid={0, 0}, f_namelen=0}) = 0
/var/dev/nand 524288 74756 449532 14% /var/media/ftp
statfs("/proc/bus/usb", {f_type=0x9fa2, f_bsize=4096, f_blocks=0, f_bfree=0, f_bavail=0, f_files=0, f_ffree=0, f_fsid={0, 0}, f_namelen=0}) = 0
I don't know why it should skip /var. Do have usbroot or anything lik
Regards
Oliver