[Desktop] 删除、新建文件的时候不刷新,只有F5刷新一遍才出现
Tofloor
poster avatar
hxl
deepin
2021-04-24 01:19
Author

点击创建新文件夹的时候,看似无反应,但是文件夹已经创建好,必须按F5手动刷新一遍才出现,删除文件也是。

 

 

Reply Favorite View the author
All Replies
guaguale
deepin
2021-04-24 01:26
#1

sudo sysctl -w fs/inotify/max_user_watches=10000  监控数上限了吧

Reply View the author
是桂花呀a
deepin
2021-04-24 01:39
#2
It has been deleted!
martianyan
deepin
2021-04-24 06:10
#3

我也遇到了这个问题,所有文件的变更都要手动刷新了之后才能看见。

用 sysctl -n fs/inotify/max_user_watches 显示监控数上限是8192

根据这个问题下的回答

https://unix.stackexchange.com/questions/498393/how-to-get-the-number-of-inotify-watches-in-use

发现系统目前使用的监控数是1092

因此不是监控数上限的问题。

Reply View the author
是桂花呀a
deepin
2021-04-24 06:21
#4
It has been deleted!
180******43
deepin
2021-04-25 23:10
#5

同样的问题

sysctl -n fs/inotify/max_user_watches

524288

 

Reply View the author