开机就提示这个 挂载分区/dev/nvme0n1p1,挂载为只读模式
Tofloor
poster avatar
liujie4869
deepin
2018-01-06 11:15
Author
怎么办
Reply Favorite View the author
All Replies
avatar
sllhjdzfk
deepin
2018-03-23 04:10
#1
我也遇到这个问题了,不知道怎么解决。
Reply View the author
avatar
2***7@qq.com
deepin
2018-03-23 09:19
#2
取消  无视  正常使用
Reply View the author
avatar
sllhjdzfk
deepin
2018-03-26 18:37
#3
取消了之后倒是能使用,但是不能更新系统和软件。
Reply View the author
avatar
gregory
deepin
2018-05-05 04:22
#4
我也正为这个事发愁呢!虽然不影响使用,但是每次启动都出来好烦。有没有在神给解决一下?
Reply View the author
avatar
hodge
deepin
2018-05-05 04:42
#5
快速启动关了?
Reply View the author
avatar
scruom
deepin
2018-05-05 08:05
#6
win的快速启动关掉就可以了。
Reply View the author
avatar
shenzhe100
deepin
2018-05-05 21:21
#7
通过编写/etc/fstab文件,把那个分区注释掉
Reply View the author
avatar
風銜霜
deepin
2018-05-06 05:15
#8
关掉win10的快速启动
Reply View the author
avatar
gregory
deepin
2018-05-10 05:57
#9

关了还是有.
Reply View the author
avatar
gregory
deepin
2018-05-10 05:58
#10
https://bbs.deepin.org/post/151255
通过编写/etc/fstab文件,把那个分区注释掉

你这个方法不错,眼不见心不烦.怎么注释的,说一下
Reply View the author
avatar
shenzhe100
deepin
2018-05-10 07:06
#11
https://bbs.deepin.org/post/151255
你这个方法不错,眼不见心不烦.怎么注释的,说一下

具体是这样的
首先sudo blkid
找到那个ntfs分区UUID我习惯记后五位,当然可以全记下来
然后打开那个文件(sudo),把对应UUID的那一行注释掉(就是在这句话前加#)
(为什么这里不用fdisk -l:
因为UUID不容易变化,/dev/sda当分区发生变化(比如调整大小)他可能会发生变化
Reply View the author
avatar
shenzhe100
deepin
2018-05-10 07:11
#12
https://bbs.deepin.org/post/151255
你这个方法不错,眼不见心不烦.怎么注释的,说一下

如果不是/etc/fstab导致,那就是dde环境导致,简单的方法就是
Reply View the author
avatar
shenzhe100
deepin
2018-05-10 07:12
#13
https://bbs.deepin.org/post/151255
如果不是/etc/fstab导致,那就是dde环境导致,简单的方法就是

因为这个配置文件我找不到,也没看过dde源代码
Reply View the author
avatar
gregory
deepin
2018-05-11 09:08
#14
https://bbs.deepin.org/post/151255
具体是这样的
首先sudo blkid
找到那个ntfs分区UUID我习惯记后五位,当然可以全记下来

/etc/fstab文件里只有这些内容:
# /dev/sda10
# /dev/sda5
# /dev/sda6
而出问题的是sda1
Reply View the author
avatar
gregory
deepin
2018-05-11 09:10
#15
https://bbs.deepin.org/post/151255
如果不是/etc/fstab导致,那就是dde环境导致,简单的方法就是

没有单独设置哪个分区的,你这个应该是挂载全部的吧!我只是想让sda1分区不挂载.
Reply View the author