McNetic
Mitglied
- Mitglied seit
- 7 Feb 2007
- Beiträge
- 674
- Punkte für Reaktionen
- 0
- Punkte
- 16
I would be surprised if a df call would cause filesystem activity. As far as I know, df uses the statfs() system call to get the size/free information about the mounted filesystems. I think the linux kernel calculates these values (or better lets the fs driver do it) when first mounting the fs and on subsequent sync operations. The normal linux df does not cause a sync by default (though there is an option to do so), so I think the bb-df also wouldn't do that.