df の出力に CIFS 共有の値が正しくないことが表示されます
環境
ONTAP 9
問題
- CIFS 共有の DF 出力には、すべての値が 0 と表示されます KB
- 例:
[root@Client ~]# mount -t cifs -o username=$username, password=$password, uid=$local_uid, gid=$local_gid, vers=3.0 //storage/cifsshare/folder /mnt -vvv
mount.cifs kernel mount options: ip=x.x.x.x, unc=\\storage\cifsshare, vers-1.0, uid=12345, gid=12345, user=windows_user, prefixpath=folder, pass=***
[root@Client -]: df -h /mnt
Filesystem Size Used Avail Uses Mounted on
//storage/cifsshare/folder 0.0kb 0.0kb 0.0kb - /mnt
[root@Client -]: 1
- この問題は、を使用して共有がマウントされている場合は発生しません smb1