Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
某些分区怎么隐藏
Apps Section
1423
views ·
7
replies ·
To
floor
Go
老陌
deepin
2020-06-24 21:54
Author
大家好,好长时间不见。
由于硬件限制,好长时间没用deepin系统了。
今天安装了v20测试版,发现变化真大呀。问几个问题:
一、某些分区怎么隐藏
发现:app, backup, 111.6G卷,是windows分区。 2G是boot分区。
这记得之前boot分区也不会出现呀。
还有我在/etc/fstab中,手动把windows分区挂载到习惯的目录中,重启这些分区还能看到,如上图。记得之前的版本,如果手动挂载,则自动隐藏了。
二、字体
我把字体复制到/usr/share/fonts/myfonts目录中,之后mkfontdir, mkfontscale命令,但在wps中这些字体不好使,后来发现双击字体自动安装的好使。
这和我以前学习的也不一样。v20变化真大呀。
我发现双击安装到这个目录了:
Reply
Like 0
Favorite
View the author
All Replies
老陌
deepin
2020-06-24 21:55
#1
其它的还没弄,看看和之前的版本有什么不同,千万不要让老陌之前学的白学了,我可是下了很大的功夫学的。
Reply
Like 0
View the author
yanfung
deepin
2020-06-25 01:41
#2
查询分区UUID
lsblk -f
Copy the Code
新建90-hide_parts.rules
sudo dedit /etc/udev/rules.d/90-hide_parts.rules
Copy the Code
填写内容
ENV{ID_FS_UUID}=="XXXXXXXXXXX", ENV{UDISKS_IGNORE}="1"
Copy the Code
替换xxxxx为你分区UUID,保存重启
Reply
Like 0
View the author
老陌
deepin
2020-06-28 15:37
#3
https://bbs.deepin.org/post/196322
查询分区UUID
新建90-hide_parts.rules
好的,我试一下。
Reply
Like 0
View the author
老陌
deepin
2020-06-28 21:56
#4
https://bbs.deepin.org/post/196322
查询分区UUID
新建90-hide_parts.rules
测试成功,谢谢。
Reply
Like 0
View the author
VI~TONISEN
deepin
2020-08-25 05:21
#5
把一个} 输入成),检查好几遍就是检查不出来。。。
把dedit 换成VI 检查出来了。。。
有颜色区分。。。
Reply
Like 0
View the author
jimmyren
deepin
2020-09-21 07:45
#6
3# v20版本正解!!!
Reply
Like 0
View the author
海天鹰
deepin
2020-09-21 08:14
#7
海天鹰文管已经设计了隐藏分区功能,根据卷标名称过滤,有点粗糙,但是简单,期待更好的方法,ID什么的,设计初衷是为了防止Linux误删Windows文件,做一个文管应该做的事情,不去动Linux核心。
https://github.com/sonichy/HTYFileManager
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Events
More
由于硬件限制,好长时间没用deepin系统了。
今天安装了v20测试版,发现变化真大呀。问几个问题:
一、某些分区怎么隐藏
发现:app, backup, 111.6G卷,是windows分区。 2G是boot分区。
这记得之前boot分区也不会出现呀。
还有我在/etc/fstab中,手动把windows分区挂载到习惯的目录中,重启这些分区还能看到,如上图。记得之前的版本,如果手动挂载,则自动隐藏了。
二、字体
我把字体复制到/usr/share/fonts/myfonts目录中,之后mkfontdir, mkfontscale命令,但在wps中这些字体不好使,后来发现双击字体自动安装的好使。
这和我以前学习的也不一样。v20变化真大呀。
我发现双击安装到这个目录了: