In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
Xiaobian to share with you how to install remote Windows sharing on Linux, I hope you read this article after the harvest, let us discuss it together!
We need to understand shared folders and be able to use them at any time, which is useful for accessing remote directories from any system connected through the same network, and we can install these remote shares on Linux systems and use them as local file systems.
Installing Remote Windows Share on Linux
Use the following steps to install remote Windows shared directories on the Linux file system hierarchy. For this command, you must have the following: 1) the remote system IP or FQDN, 2) the remote share name, and 3) a username and password for authentication.
Create mount point-You can use any existing directory to mount the remote share, or create a separate directory to mount the remote share directory.
$ mkdir / mnt / win1
Mount Remote Share-Now mount the remote share directory on the local file system using the following command.
$ mount -t cifs //10.10.1.100/share -o username=myUser,password=myPassword /mnt/win1
Command explanation:
-t cifs:-File system type to mount. Earlier versions of the operating system used SMBFS
-o:-Used to pass command-line options to load commands, e.g., in the command above, we passed the username and password needed to connect to the remote share in the command.
//10.10.1.100/share:-IP address and share name of remote Windows 2000/NT system
/mnt/win1:-Linux installation point where we can access remote files
After reading this article, I believe you have a certain understanding of the method of installing remote Windows sharing on Linux. If you want to know more about it, welcome to pay attention to the industry information channel. Thank you for reading!
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.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.