惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
Secure Thoughts
罗磊的独立博客
T
The Blog of Author Tim Ferriss
人人都是产品经理
人人都是产品经理
博客园 - 叶小钗
Last Week in AI
Last Week in AI
美团技术团队
Google Online Security Blog
Google Online Security Blog
Application and Cybersecurity Blog
Application and Cybersecurity Blog
D
Docker
G
Google Developers Blog
大猫的无限游戏
大猫的无限游戏
酷 壳 – CoolShell
酷 壳 – CoolShell
小众软件
小众软件
月光博客
月光博客
L
LINUX DO - 最新话题
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
W
WeLiveSecurity
H
Heimdal Security Blog
Vercel News
Vercel News
SecWiki News
SecWiki News
Forbes - Security
Forbes - Security
Blog — PlanetScale
Blog — PlanetScale
Google DeepMind News
Google DeepMind News
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
www.infosecurity-magazine.com
www.infosecurity-magazine.com
TaoSecurity Blog
TaoSecurity Blog
T
Troy Hunt's Blog
A
About on SuperTechFans
C
Check Point Blog
S
Security Affairs
Hacker News - Newest:
Hacker News - Newest: "LLM"
AI
AI
WordPress大学
WordPress大学
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Help Net Security
Help Net Security
博客园_首页
The Last Watchdog
The Last Watchdog
S
SegmentFault 最新的问题
Hugging Face - Blog
Hugging Face - Blog
Security Archives - TechRepublic
Security Archives - TechRepublic
Engineering at Meta
Engineering at Meta
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
I
Intezer
K
Kaspersky official blog
M
MIT News - Artificial intelligence
J
Java Code Geeks
G
GRAHAM CLULEY
P
Palo Alto Networks Blog

博客园 - longbigfish

部署(https证书) https证书问题(本地) 参数更新 Ubuntu 24安装Neo4j详细教程 protect 紧急 手机 刷脏页的两种模式 python中的多线程陷阱与pytorch分布式执行机制 git之复合指令和submodule rpc编程示例 mpi编程 cifs远程挂载 使用脚本进入一个命令行控制台,并预设执行的命令列表 longtable 跨越多个页面时,如何在跨页时自动断行并加上横线及去掉页眉 matplotlib中文显示-微软雅黑 latex编译过程-关于嵌入所有字体 python做图笔记 linux启动全过程 连接并同步windows下的git仓库 反向ssh
cifs挂载远程文件出现 No such device or address错误
longbigfish · 2019-02-26 · via 博客园 - longbigfish

1. 参考

https://www.raspberrypi.org/forums/viewtopic.php?t=82199

找了两天看到这个文章才解决了问题。

我是之前同事在windows上挂载成功过,因此在windows再次进行挂载发现记录了上次的网络路径。

2. 然而,根据  https://blog.csdn.net/HyJoker/article/details/50890928

    在远端并的samba conf文件中并没有找到1中的网络路径。

3. 根据 https://www.linuxquestions.org/questions/linux-wireless-networking-41/samba-shares-show-empty-folders-644525/

       smbclient -L <servername>  输入远端密码(注意这里运行命令服务器和远端服务器用户名一样,如果不一样,可能需要输入用户名参数), 确实可以看到在远端server上的网络路径

  根据 https://askubuntu.com/questions/198501/list-of-all-shared-folders

        在远端运行  smbstatus --share  也列出了所有共享的文件夹。

  注意:smbstatus --share 列出所有被clien端挂载的列表,如果一个folder被两个机器进行了挂载,则在这里有两个记录

也就是说,运行中共享的文件和 conf里的不一样

4. cifs 用法

mount -t cifs  //xx.xx.xx.xx/netname  /mountpoint -o username=tom