Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
deepin 单系统 自定义硬盘挂载目录
Experiences and Insight
888
views ·
2
replies ·
To
floor
Go
152******22
deepin
2017-10-29 05:46
Author
首先说一下:
128ssd 装 deepin系统
1T硬盘,刚开始deepin自动挂载到media目录下,很不习惯。一般都是挂载到/data 目录。
第一步:打开深度文件管理器,找到“设置”--- “挂载” 取消自动挂载,两个都别选。选了,deepin就会给你挂载到media下面去。
第二步:先umount /dev/xxx (需要格式化的,请悄悄百度一下)
第三步:然后 mount -t ext4 /dev/xxx /data/(挂载到/data目录下)
第四步:sudo vim /etc/fstab
UUID 挂载点 文件系统
UUID=(自己的硬盘UUID) /data ext4 defaults 0 2
好了,最终效果:
Reply
Like 0
Favorite
View the author
All Replies
jingle
deepin
2017-10-30 17:15
#1
Reply
Like 0
View the author
152******22
deepin
2017-10-30 18:04
#2
给大佬端茶!
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 Ranking
Change
Вы настраиваете внешний вид Deepin?
screenshot problem
Как установить xDroid (麟卓卓懿) на Deepin 25
Popular Events
More
128ssd 装 deepin系统
1T硬盘,刚开始deepin自动挂载到media目录下,很不习惯。一般都是挂载到/data 目录。
第一步:打开深度文件管理器,找到“设置”--- “挂载” 取消自动挂载,两个都别选。选了,deepin就会给你挂载到media下面去。
第二步:先umount /dev/xxx (需要格式化的,请悄悄百度一下)
第三步:然后 mount -t ext4 /dev/xxx /data/(挂载到/data目录下)
第四步:sudo vim /etc/fstab
UUID 挂载点 文件系统
UUID=(自己的硬盘UUID) /data ext4 defaults 0 2
好了,最终效果: