[File Manager] 文件管理器报BUG
Tofloor
poster avatar
135******12
deepin
2021-01-07 18:56
Author

在文件管理器上直接按del删除一个文件会弹出如下界面,但如果按shift+del就可以正常删除,另外操作的盘是自己挂的,在home目录操作是正常的,用终端rm也是正常的

挂载配置如下

/dev/disk/by-uuid/83e2b760-xxx-xxxxxx-xxxxxx /data auto nosuid,nodev,nofail,x-gvfs-show 0 0

 

Reply Favorite View the author
All Replies
135******12
deepin
2021-01-07 18:58
#1

突然发现,是不是路径错了...正确的路径应该是/data/temp/bullet.json  但界面提示的是/temp/bullet.json

 

Reply View the author
fhy
deepin
2021-01-07 19:30
#2

我也发现这个问题了

前几天挂载了一个新分区至 /data  在深度管理器可以创建目录 无法删除

用命令行操作正常 

Reply View the author
fhy
deepin
2021-01-07 19:34
#3

fstab 文件中 挂载参数

 /etc/fstab        

/dev/sda3  /data  ext4  defaults   0 2
Reply View the author