求解···
是不是得在编译内核的时候取消
“enable deprecated sysfs features to support old userspace tools"选项。
你们便宜内核的时候都把这项选上了吗?
gentoo安装成功,可是/是只读的。
-
- 帖子: 25
- 注册时间: 2010-11-26 12:29
- cuihao
- 帖子: 4793
- 注册时间: 2008-07-24 11:33
- 来自: 郑州
- 联系:
Re: gentoo安装成功,可是/是只读的。
手动remount一下看看能不能写:
代码: 全选
mount -o remount,rw /
求人不如求它仨: 天蓝的Wiki 屎黄的Wiki 蓝红黄蓝绿红
Site: CUIHAO.TK Twitter: @cuihaoleo
Machine: Athlon64 X2 5200+ / 2x2GB DDR2-800 / GeForce GTS 450
AD: ~まだ見ぬ誰かの笑顔のために~
Site: CUIHAO.TK Twitter: @cuihaoleo
Machine: Athlon64 X2 5200+ / 2x2GB DDR2-800 / GeForce GTS 450
AD: ~まだ見ぬ誰かの笑顔のために~
- wangchaoran
- 帖子: 764
- 注册时间: 2011-11-18 21:41
- 系统: kubuntu 13.4 amd64
- 来自: China
Re: gentoo安装成功,可是/是只读的。
fstab关于“/”那一行怎么写的?
代码: 全选
The best way to predict the future is to invent it.
-
- 帖子: 25
- 注册时间: 2010-11-26 12:29
Re: gentoo安装成功,可是/是只读的。
是data=writeback的影响,直接在fstab添加关闭日志的参数会导致分区只读。
先运行“ tune2fs -o journal_data_writeback /dev/sdaXY ”
后把data=writeback添加到fstab可正常关闭日志。
先运行“ tune2fs -o journal_data_writeback /dev/sdaXY ”
后把data=writeback添加到fstab可正常关闭日志。