Mount: For example, attach a shared folder on a Windows server to the Linux/dev/windows directory
1, first on the Windows Server can ping to establish a "Gongxiang" directory, set Administrator and Everyone permissions;
2, check, start-run-input: \\192.168.1.110 can access to;
3, create a "Windows" directory under the LINUX/MNT directory;
4. On the Linux command line, enter:
Mount-t cifs-o User=administrator,[email protected]//10.9.3.45/gongxiang/dev/windows/
(or:mount.cifs-o username= "Administrator", password= "Passwordforwindows"//10.10.0.192/test/mnt/share)
5. Check if "df-h" is mounted
650) this.width=650; "src=" https://s5.51cto.com/wyfs02/M01/94/EB/wKioL1kP8TPBo05VAAC6F6UlXbc935.jpg "title=" 01. JPG "alt=" wkiol1kp8tpbo05vaac6f6ulxbc935.jpg "/>
Uninstall: Umount/mnt/share
This article is from the "technical Daniel help you take care of" blog, please be sure to keep this source http://zhaoshilei.blog.51cto.com/6455149/1923174
Linux hangs in Windows shared directory command