掛載之前得建立乙個有password的使用者(當前使用者也能夠),並將你要掛載的目錄進行共享,並賦予讀寫許可權
如圖。
命令: mount -t cifs -o username=zhz,password=123456 /data/developer/test
umount /data/developer/test
掛載會遇到乙個問題。當window關機後,會導致掛載目錄卡死。
當然通過nfs的方式來掛載相同會出現。
解決方法:
useradd -m -g 500 yourname
smbpasswd -a yourname
[yourname]
comment = web root
path = /data/developer/yourname/shared
read only = no
public = yes
writable = yes
create mask = 0777
directory mask = 0777
valid users = yourname
在windows資源管理器中訪問:\\測試機ip\yourname
目的:1. 本機與測試機檔案傳輸
2. 本機除錯**,linux環境執行
Windows 掛載linux 目錄
目標 windows 10.0.1.129 的 s 碟符 必須是乙個碟符,未被使用的 掛載 linux 10.0.1.144 的home dilusense 194root haolq目錄 準備工作 centos redhat 作業系統 yum install nfs utils rpcbind 啟...
Linux 掛載windows 共享
mount t cifs o username share,password 123.com mnt mount cannot allocate memory的解決辦法今天在一台linux機器上mount windows 7 64位系統的乙個可讀寫共享資料夾,命令如下 mount o usernam...
(windows內建Linux)掛載
這個wsl與普通linux相比還有很多東西沒有,但並不是無法解決,搜尋問題還是到微軟官方那裡好 jarvis donghuangzhong mnt f fdisk l fdisk cannot open proc partitions no such file or directory1.先新建乙個...