mount -t cifs -o username=share,password=123.com /mnt
mount: cannot allocate memory的解決辦法今天在一台linux機器上mount windows 7 64位系統的乙個可讀寫共享資料夾,
命令如下:mount -o username=administrator,password=123456 /bak
結果提示如下錯誤資訊:
cifs vfs: send error in sesssetup = -12
cifs vfs: cifs_mount failed w/return code = -12
mount: cannot allocate memory
解決方案:
開啟登錄檔,路途如下,建立乙個名叫「irpstacksize」的dword項,值設為10進製15或18:
hkey_local_machine\system\currentcontrolset\services\lanmanserver
\parameters\irpstacksize
設好後重啟windows機器,然後在linux下重新mount即可
在最後一行加入:
//ip/共享目錄名 /掛載位置 cifs username=someone,password=someone,rw 0 0
開機就能自動掛載到系統上面了,
Windows 掛載linux 目錄
目標 windows 10.0.1.129 的 s 碟符 必須是乙個碟符,未被使用的 掛載 linux 10.0.1.144 的home dilusense 194root haolq目錄 準備工作 centos redhat 作業系統 yum install nfs utils rpcbind 啟...
(windows內建Linux)掛載
這個wsl與普通linux相比還有很多東西沒有,但並不是無法解決,搜尋問題還是到微軟官方那裡好 jarvis donghuangzhong mnt f fdisk l fdisk cannot open proc partitions no such file or directory1.先新建乙個...
linux 客戶機掛載vitualbox共享資料夾
1.安裝增強功能包 guest additions 安裝好ubuntu 9.10後,執行ubuntu並登入。然後在virtualbox的選單裡選擇 裝置 devices 安裝增強功能包 install guest additions 你會發現在ubuntu桌面上多出乙個光碟圖示,這張光碟預設被自動載...