Bugzilla – Bug 128995
subfs mounted partition not listed by df
Last modified: 2005-10-18 13:13:47 UTC
I have an external USB HDD with several fat32 partitions. They are mounted fine as subfs. However a simple df do not list them. Yet df -a list them, however this seems wrong because df man says: -a, --all include file systems having 0 blocks the fat32 partitions do not have 0 blocks and I think a single df command should list them (it is confusing for the user who might not have the idea to try df -a)
This is indentional because this disk is subfs mounted and df does not know if there is a media at all or not.