Linux mount Windows共享後編譯出現“Value too large for defined data type”

今天遇到一個問題,Linux掛載windows的共享文件之後,編譯出現提示:對已定義的數據類型來說值過大(Value too large for defined data type);

google了一下,找到了解決方法:

sudo mount -t smb //192.168.100.16/src /src -o username=test,uid=test,nounix,noserverino

只需在後面加參數nounix,noserverino即可。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章