求助,deepin如何做磁盘映射?
Tofloor
poster avatar
shistory
deepin
2019-05-13 18:43
Author
单位有共享磁盘,爬了下帖子说用smb://但是提示
  1. -PC:~$ smb://10.113.40.12
    bash: smb://10.113.40.12: 没有那个文件或目录
Copy the Code
可是在win下映射正常,求助怎么操作

Reply Favorite View the author
All Replies
avatar
jiangbo0143
deepin
2019-05-13 19:02
#1
linux没有磁盘符的映射,只能是mount到某个目录。可以用smbmount 等命令。
smbmount //192.168.1.1/g_pan /mnt/win_g_pan -o username=xxx ,password=123
等价于 mount -t smbfs -o username=xxx,password=123 //192.168.1.1/g_pan /mnt/win_g_pan

Reply View the author
avatar
shistory
deepin
2019-05-13 19:05
#2
https://bbs.deepin.org/post/177958
linux没有磁盘符的映射,只能是mount到某个目录。可以用smbmount 等命令。
smbmount //192.168.1.1/g_pan / ...

意思就是用下面那条命令试一下是么?
小白见谅
Reply View the author
avatar
shistory
deepin
2019-05-13 19:07
#3
https://bbs.deepin.org/post/177958
linux没有磁盘符的映射,只能是mount到某个目录。可以用smbmount 等命令。
smbmount //192.168.1.1/g_pan / ...

输入命令提示ROOT  是需要root之后才可用么?
Reply View the author
avatar
shistory
deepin
2019-05-15 02:36
#4
求解,求大神帮助
Reply View the author
avatar
lyxlgr
deepin
2019-05-15 22:18
#5
在命令前加sudo
Reply View the author
avatar
deepin-chinaren
deepin
2019-05-16 13:29
#6
5.1.1内核可以映射
Reply View the author