Почему df -h, df -a и mount отдают разный результат?
Делаю df -h
Filesystem Size Used Avail Use% Mounted on
...
tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup
//10.10.10.1/filestorage 485G 2.7G 482G 1% /mnt/filestorage/b
tmpfs 1.6G 0 1.6G 0% /run/user/1000
Делаю df -a
Filesystem 1K-blocks Used Available Use% Mounted on
...
debugfs 0 0 0 - /sys/kernel/debug
sunrpc 0 0 0 - /run/rpc_pipefs
/usr/sbin/auto.filestorage 0 0 0 - /mnt/filestorage
//10.10.10.1/filestorage 507944172 2830708 505113464 1% /mnt/filestorage/c
tmpfs 1643564 0 1643564 0% /run/user/1000
//10.10.10.1/filestorage 507944172 2830708 505113464 1% /mnt/filestorage/b
//10.10.10.1/filestorage 507944172 2830708 505113464 1% /mnt/filestorage/a
binfmt_misc 0 0 0 - /proc/sys/fs/binfmt_misc
Делаю mount
/usr/sbin/auto.filestorage on /mnt/filestorage type autofs ...
//10.10.10.1/filestorage on /mnt/filestorage/c type cifs ...
//10.10.10.1/filestorage on /mnt/filestorage/b type cifs ...
//10.10.10.1/filestorage on /mnt/filestorage/a type cifs ...
В частности, меня интересует, почему df -h показывает только одну шару?