In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-28 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
an environment
SERVER:windows server 2012 R2 DC Domain IP: 192.168.1.11
CLIENT:Centos 6.5
Two mounts
Command:
mount -t cifs -o username='test\testuser',password='test' "//192.168.1.11/server test/test" /mnt/testmount: block device //192.168.1.11/server test/test is write-protected, mounting read-onlymount: cannot mount block device //192.168.1.11/server test/test read-only
Error:write-protected, mounting read-only
Need to install:
yum install cifs-utils.x86_64
After the installation is complete, you can continue to execute.
Three boot auto mount
After the mount is completed, it will fail after shutdown. You can modify the/etc/fstab file to implement the boot mount by adding a line:
"//192.168.1.11/server test/test" /mnt/test cifs auto,username='test\testuser',password='test' 0 0
4 Other
-t cifs(common internet file system) Specifies the file type
-o Specifies options for mounting files ro read-only rw read-write
username and password are the login username and password. In domain environment, the username needs to be added with domain name.
Shared directory address, double quotes "" if directory name has spaces
Shared directories for linux mounted domain servers require that the user account has read and write permissions to shared files.
Five reference links
http://blog.chinaunix.net/uid-8810763-id-2453890.html mount command detailed explanation
http://blog.csdn.net/jingxia2008/article/details/50218933 mount failed password hash problem
http://blog.csdn.net/lanyou1900/article/details/39612585 boot automatic mount
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.