Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
经验:挂载windows共享文件夹
Experiences and Insight
480
views ·
0
replies ·
To
floor
Go
billdp
deepin
2020-04-18 16:55
Author
本文的目的:有一个windows的共享文件夹,现在要从deepin中连接上这个文件夹。
1、确保windows已经共享了文件夹,并知道用户名和密码。以下只设计deepin端的设置, 默认windows端的已经可以正常使用。2、安装支持软件包 : sudo apt install cifs-utils
3、加入到开机启动:sudo vi /etc/fstab ,打开fstab进行编辑
4、fstab在最后加上一行(根据自己的情况改路径和用户、密码)://192.168.0.155/d/deepin /mnt/d/ cifs username=administrator,password=1234,uid=1000 rw,relatime 0 0
6、重启,检查是否已经正确挂载,并可以有创建文件的权力。
Reply
Like 0
Favorite
View the author
All Replies
No replies yet
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
WiFi Drivers
Popular Events
More
1、确保windows已经共享了文件夹,并知道用户名和密码。以下只设计deepin端的设置, 默认windows端的已经可以正常使用。2、安装支持软件包 : sudo apt install cifs-utils
3、加入到开机启动:sudo vi /etc/fstab ,打开fstab进行编辑
4、fstab在最后加上一行(根据自己的情况改路径和用户、密码)://192.168.0.155/d/deepin /mnt/d/ cifs username=administrator,password=1234,uid=1000 rw,relatime 0 0
6、重启,检查是否已经正确挂载,并可以有创建文件的权力。