"Leslie P. Polzer": > Are there limitations that make it impossible to show > the branch-total of available, used and free space?
As long as the value fits in the type of u64, it is possible and there is no technical limitation. But I am afraid users will be confused in semantics. For instance, with two RW branches, - write(2) may return ENOSPC(No space left on device), while df reports there left free space. - on the contrary, df reports the filesystem is full or more than 100%, write(2) may success. I don't think there is a prefect solution for each and every case. But I have a plan to introduce new mount options, sum: total of all branches wsum: total of writable branches only nosum: first branch only(current behaviour) Do you think these options are useful? Junjiro R. Okajima ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/
