如何屏蔽显示虚拟盘看着很烦
Tofloor
poster avatar
shenlicao
deepin
2020-10-18 18:19
Author
昨晚安装xdroid后在“文件管理器->磁盘”多出一个使用已满的磁盘, 看着很烦。
是否有什么方法在这里隐藏掉, 同时不影响xdroid的使用。
Reply Favorite View the author
All Replies
灵兮之
deepin
2020-10-18 19:23
#1
查询分区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
Ziggy
deepin
2020-10-18 20:00
#2
这..xdroid的私货吧,后期新版硬盘管理器出来就能自定义隐藏分区了
Reply View the author
shenlicao
deepin
2020-10-19 04:32
#3
https://bbs.deepin.org/post/203985
这..xdroid的私货吧,后期新版硬盘管理器出来就能自定义隐藏分区了

你好它没有uuid
Reply View the author
Ziggy
deepin
2020-10-19 05:33
#4

那就等新硬盘管理上线吧只能
Reply View the author
jingle
deepin
2020-10-19 17:24
#5
这个问题已经反馈给文管了
Reply View the author
mcaoser
deepin
2020-10-19 18:48
#6
文件管理器不支持的分区就该自动隐藏,除非是未格式化的。比如苹果的hpfs也会在文件管理器中显示,这个分区,对于文件管理器来说根本不需要操作,且只可能引起误操作。如果需要对HPFS进行格式化之类的操作,交给其他磁盘管理软件去做就行了
Reply View the author
sd3252
deepin
2021-03-25 23:43
#7

这个不算私活,只是挂载了一个android的img镜像而已

Reply View the author