[deepin exploration] 隐藏磁盘分区有什么工具
Tofloor
poster avatar
deepin_XF
deepin
2025-09-24 21:37
Author

以前用磁盘管理助手隐藏磁盘分区,现在找不到了,不知道用什么工具好,那个磁盘管理屁用都没有,就是一个摆设,

Reply Favorite View the author
All Replies
森林的天空
deepin
2025-09-24 22:01
#1

你是想隐藏文件管理器看到的磁盘分区么,文件管理器的设置中有

image.png

Reply View the author
森林的天空
deepin
2025-09-24 22:04
#2

如果不想让某一个分区自动挂载,可以在/etc/fsatb 不想让自动挂载的分区前面加#

Reply View the author
deepin_XF
deepin
2025-09-24 22:33
#3
森林的天空

你是想隐藏文件管理器看到的磁盘分区么,文件管理器的设置中有

image.png

我想隐藏两个磁盘分区,在哪里设置

截图_选择区域_20250924222542.png

Reply View the author
deepin_XF
deepin
2025-09-24 22:47
#4

磁盘管理 这个破玩意能删除分区,就是没有隐藏分区
image.png

Reply View the author
森林的天空
deepin
2025-09-25 05:21
#5

你不要mount到/media、/mnt下,新建目录做挂载,肯定显示不出来

Reply View the author
Tent
deepin
2025-09-25 09:49
#6

我直接加的udev规则文件

user@local:~$ cat /etc/udev/rules.d/99-tent-hide.rules
#隐藏windows分区
ENV{ID_FS_UUID}=="C89890E29890D074", ENV{UDISKS_IGNORE}="1"
Reply View the author
森林的天空
deepin
2025-09-25 09:57
#7
Tent

我直接加的udev规则文件

user@local:~$ cat /etc/udev/rules.d/99-tent-hide.rules
#隐藏windows分区
ENV{ID_FS_UUID}=="C89890E29890D074", ENV{UDISKS_IGNORE}="1"

这个好

Reply View the author