DEEPIN 2014 交换分区不可用
Tofloor
poster avatar
maxirc
deepin
2014-07-07 21:09
Author
才装的2014,要怎么启用???DeepinScreenshot20140707130637.png我分了8G的交换分区可显示不可用。。。
DeepinScreenshot20140707132338.png
是这个启动器不?
Reply Favorite View the author
All Replies
electricface
deepin
2014-07-07 21:11
#1
是安装器的问题,已经修正
Reply View the author
maxirc
deepin
2014-07-07 21:14
#2
升级就可以了吗?
Reply View the author
electricface
deepin
2014-07-07 21:28
#3
非常抱歉
不是的,对于已经安装好的系统,需要人工去修改 /etc/fstab 文件
Reply View the author
flyzyh
deepin
2014-07-07 22:19
#4
非常抱歉
不是的,对于已经安装好的系统,需要人工去修改 /etc/fstab 文件
请问怎么改??
Reply View the author
maxirc
deepin
2014-07-07 23:32
#5
我也不会改的
Reply View the author
darkemboss
deepin
2014-07-08 00:13
#6
Reply View the author
ylz
deepin
2014-07-08 02:14
#7
是从新下载镜像文件吗
Reply View the author
oyanghome
deepin
2014-07-08 03:12
#8
重新装吧,,也好装,,四核 2G 的系统 为啥不整到 4G 呢
Reply View the author
maxirc
deepin
2014-07-08 05:55
#9
我最后装了个2013感觉升省事些。2014装了两遍还是没有交换分区
Reply View the author
bowling
deepin
2014-07-08 06:23
#10
你可以到磁盘管理器里面,选中交换区的分区,右键,启用交换区(貌似重启之后有时候还是未启用。。。)
Reply View the author
Corner
deepin
2014-07-18 16:02
#11
非常抱歉
不是的,对于已经安装好的系统,需要人工去修改 /etc/fstab 文件
请问下怎么改啊,求啊!
Reply View the author
electricface
deepin
2014-07-18 17:42
#12
打开gparted ,找到文件系统为 linux-swap 的分区,右键“信息”,将 UUID 复制下来
打开深度终端执行命令 sudo gedit /etc/fstab
增加一行
  1. UUID=(刚得到的UUID) none swap 0 0
Copy the Code
之后保存关闭
Reply View the author