Skip to main content
11 votes
Accepted

df with a given filename return a filesystem name which is not in the list of all filesystems given by df without any parameter

The output you’re seeing with no parameters is the result of special handling of device names ending in UUIDs: if (process_all && has_uuid_suffix (dev_name) && (...
Stephen Kitt's user avatar
5 votes

df with a given filename return a filesystem name which is not in the list of all filesystems given by df without any parameter

The result is not the same on all systems. The behavior depends on the distribution used, maybe the version of coreutils, and/or partly on whether LVM, LUKS, configuration or another system is in use. ...
ReflectYourCharacter's user avatar

Only top scored, non community-wiki answers of a minimum length are eligible