关于硬盘挂载的使用习惯
Tofloor
poster avatar
MarioAi
deepin
2020-04-14 20:03
Author
我一直喜欢单个硬盘安装,
安装的时候都会自动给我分出一个数据分区,
那分区就分区吧,/home 用户目录下也挺杂乱的,东西就放在数据分区吧,
文件管理器也会自动挂载,
可是问题就在这自动挂载里面,他会自动挂载win的分区,
就会比较影响(如:win开启快速启动模式,或者其他磁盘“不在状态”的时候)
取消自动挂载,每次又要手动打开这个数据盘,
这就难住我这个门外汉了

Reply Favorite View the author
All Replies
avatar
ghostry
deepin
2020-04-14 20:35
#1
那你想怎样?
Reply View the author
Comments
mariobolo
2020-04-14 22:48
跟你说也没用
avatar
everything411
deepin
2020-04-14 20:42
#2
建议/etc/fstab手写挂载配置
Reply View the author
Comments
mariobolo
2020-04-14 22:48
好的 我去看一下
avatar
herdde
deepin
2020-04-14 20:50
#3
手动分区
Reply View the author
Comments
mariobolo
2020-04-14 22:49
分区并没有太大分体,这样分区,就这样用也无所谓,就是挂载没办法自己选择自动挂载,只能全选和全不选
avatar
xiamingyu
deepin
2020-04-14 22:49
#4
本帖最后由 xiamingyu 于 2020-4-14 14:59 编辑

建议/etc/fstab手写挂载配置,保存下来,一次书写多次受益。
Reply View the author
Comments
mariobolo
2020-04-14 22:51
好的 了解,谢谢
avatar
MarioAi
deepin
2020-04-14 23:05
#5
谢谢 各位指教
/etc/fastab 已添加 记录
# /dev/sdb5 LABEL=primary
UUID=17b0752a-456b-40c1-9587-97f0640a6ae8        /media/mario/_dde_data             ext4              rw,noatime,data=ordered        0 0
有什么问题的话 麻烦大家告知一下,
Reply View the author
avatar
走钢丝
deepin
2020-04-14 23:29
#6
https://bbs.deepin.org/post/191421
谢谢 各位指教
/etc/fastab 已添加 记录
# /dev/sdb5 LABEL=primary

用商店里的 disks 设置挂载更安全些,别自己写错了进不去了,就有点麻烦了。
Reply View the author
Comments
mariobolo
2020-04-15 01:09
好的 谢谢提醒