GNU coreutils will accept paths that are not mounts as parameters and output the filesystem they are from:
$ df /usr
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/nvme0n1p2 490150872 76337224 388841924 17% /
while uutils will only output something if the path given is the mountpoint
$ df /usr
df: no file systems processed
Sorry for the bad title, I wasn't really sure how to phrase this.
GNU coreutils will accept paths that are not mounts as parameters and output the filesystem they are from:
while uutils will only output something if the path given is the mountpoint
Sorry for the bad title, I wasn't really sure how to phrase this.