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

Linux client mount Linux Samba server shared folder error: mount error (6)

2025-04-04 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

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

An error was reported when Linux client mounts the shared folder of Linux Samba server:

Retrying with upper case share name

Mount error (6): No such device or address

Refer to the mount.cifs (8) manual page (e.g. Man mount.cifs)

Resolve:

It indicates that the mount path is incorrect.

1. View the server

Vim / etc/samba/smb.conf

In the file are:

[share]

Comment = kimreeshare

Path = / database

Public = NO

Writeable = YES

Note: the name in [] is the name of the directory in the network, and path is the local path. Therefore, you should use the network name instead of the native name when mounting.

So when the client is mounted, the source address should be / / IP/share instead of / / IP/database

Done

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

Servers

Wechat

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

12
Report