在虚拟机中安装的Deepin 15.10,登陆花屏
Tofloor
poster avatar
xhsh
deepin
2019-06-08 19:28
Author
我是在Virtualbox中安装的Deepin 15.10,等启动时花屏。只有Recovery mode才能正常登陆。怎么解决正常模式下登陆的花屏问题?
Reply Favorite View the author
All Replies
avatar
superendermansm
deepin
2019-06-08 19:29
#1
用vmware   
Reply View the author
Comments
xhsh
2019-06-08 22:47
非常感谢,装上了。但下一个问题是,如何挂载Windows下共享出来的共享文件夹?一直看不到主机系统共享的文件夹。
avatar
itfan
deepin
2019-06-28 23:47
#2

有vmwaretools或者用smb直接在deepin里面挂载window的共享
Reply View the author
avatar
edeas
deepin
2019-06-30 01:24
#3
新建个sh文件,内容为:
  1. #!/bin/bash
  2. dde-file-manager smb://192.168.1.21
Copy the Code

IP地址和路径根据你的共享文档修改下,我用这方法直接打开我的NAS共享文档。
Reply View the author