Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The method of Linux accessing windows shared folder

2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces the Linux access to windows shared folder methods related knowledge, content detailed and easy to understand, simple and fast operation, has a certain reference value, I believe everyone read this Linux access to windows shared folder method article will have some gains, let's take a look at it.

Linux system access windows shared folder specific steps 1, first create a shared folder on windows [A];

2."Start Menu"-"Control Panel"-"User Account"-"Manage Other Accounts"; then enable guest accounts, otherwise they cannot be accessed;

3. Create folder [B] on linux; for example: mkdir [B];

4, mount -t cifs -o username="[win username]",password="[win password]"//[win ip]/[A] /[B]

Ps: Windows without password, password can be blank; and turn off win firewall.

For example: mount -t cifs -o username="administrator",password="Admin123"//192.168.101.188/gongxiang/windows

After that, you can access the files under windows[A] through the [B] folder on linux.

The content of this article on "Linux access to windows shared folders" is introduced here, thank you for reading! I believe everyone has a certain understanding of the knowledge of "Linux access to windows shared folders." If you still want to learn more knowledge, please pay attention to the industry information channel.

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.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report