[File Manager] 有没有考虑过磁盘隐藏啊
Tofloor
poster avatar
range1-_
deepin
2021-08-01 02:22
Author

装了双系统,但是Windows下的磁盘没法隐藏,害怕误删文件,能隐藏吗?或者默认不读取?

Reply Favorite View the author
All Replies
北冥夜未央
deepin
Ecological co-builder
2021-08-01 02:35
#1

文件管理器的设置里取消自动挂载。

Reply View the author
灵兮之
deepin
2021-08-01 04:44
#2

隐藏磁盘

查询分区UUID:

lsblk -f

新建:90-hide_parts.rules

sudo dedit /etc/udev/rules.d/90-hide_parts.rules

添加内容:

ENV{ID_FS_UUID}=="XXXX", ENV{UDISKS_IGNORE}="1"

把XXXX换成要隐藏的分区uuid,保存重启生效

Reply View the author
说书人
deepin
2021-08-01 06:15
#3

虽然通过配置规则能隐藏,文管还是开发出该功能来为好,提这个需求的蛮多

Reply View the author