[File Manager] 怎么隐藏文件管理器多出来的卷?
Tofloor
poster avatar
花神领队
deepin
2021-07-13 17:25
Author

不知道是做了什么多出来的这个1.5G的卷,要怎么隐藏它呢?强迫症看无法忍受这个东西。有没有大神知道怎么做的呢?

Reply Favorite View the author
All Replies
Tristan
deepin
2021-07-13 17:51
#1

好像木的办法 , 只能把所有的都隐藏掉 , 我尝试了去掉开机自动挂载 , 还是有显示

Reply View the author
xiongweixp
deepin
2021-07-13 17:57
#2

用这个方法,

先查看下你要隐藏的分区的UUID

然后修改/etc/udev/rules.d/80-udisks2.rules这个文件,重启

https://blog.csdn.net/weixin_46517129/article/details/113687742

Reply View the author
花神领队
deepin
2021-07-13 18:17
#3
xiongweixp

用这个方法,

先查看下你要隐藏的分区的UUID

然后修改/etc/udev/rules.d/80-udisks2.rules这个文件,重启

https://blog.csdn.net/weixin_46517129/article/details/113687742

好难受,还是不行,UUID不行,指定类型跟名称也不行。(改完重启过)

Reply View the author
花神领队
deepin
2021-07-13 18:22
#4
Tristan

好像木的办法 , 只能把所有的都隐藏掉 , 我尝试了去掉开机自动挂载 , 还是有显示

唉,看着实在是太难受了。

Reply View the author
忘记、过去
deepin
2021-07-13 19:48
#5

https://bbs.deepin.org/zh/post/222791

实测可以成功,只不过隐藏了 EFI,/boot/efi 就没有读取权限了,有时候不方便

Reply View the author
花神领队
deepin
2021-07-14 00:00
#6
忘记、过去

https://bbs.deepin.org/zh/post/222791

实测可以成功,只不过隐藏了 EFI,/boot/efi 就没有读取权限了,有时候不方便

太感谢了,这个方法可行。

Reply View the author
花神领队
deepin
2021-07-24 05:50
#7
# 查看UUID
blkid

# 编辑配置文件
vim /etc/udev/rules.d/90-hide_parts.rules

# 添加规则
ENV{ID_FS_UUID}=="***", ENV{UDISKS_IGNORE}="1"

 

Reply View the author