[Newbies] 【求助】如何增加根分区大小?
Tofloor
poster avatar
setosora
deepin
2021-03-23 06:29
Author

我是安装的win10和deepin的双系统,根分区我给了20G的大小,现在想要添加更多,有没有什么办法呢?

另外,如果我想卸载deepin系统应该怎么做呢?

求助各位,谢谢了!

Reply Favorite View the author
All Replies
安洛
deepin
2021-03-23 06:50
#1

如果你想扩展根分区需要进live-system里面用gparted扩展。可以先到windows里面压缩卷压缩出空余空间,然后命令行

sudo apt install live-system

开机启动项里面选择uos recovery,进去之后打开gparted,卸载根分区,然后就可以右键调整大小了。

 

要卸载deepin,直接在windows下删除deepin所在分区,然后将windows分区扩展过去,在bios将windows调成第一启动项即可。

Reply View the author
Jack
deepin
2021-03-23 07:22
#2

https://bbs.deepin.org/zh/post/213473

Reply View the author
neko
deepin
Ecological co-builder
Q&A Team
2021-03-23 07:59
#3

再fstab加上这两行就够用了。

需要提前复制文件过去,!!!非常重要!!! 否则会无法正常启动。如果出问题可以恢复模式进init 3模式注释掉重启恢复正常

/data/usr/local /usr/local none defaults,bind 0 0

/data/usr/share /usr/share none defaults,bind 0 0

 

Reply View the author
cwbs
deepin
2021-03-24 00:37
#4
neko

再fstab加上这两行就够用了。

需要提前复制文件过去,!!!非常重要!!! 否则会无法正常启动。如果出问题可以恢复模式进init 3模式注释掉重启恢复正常

/data/usr/local /usr/local none defaults,bind 0 0

/data/usr/share /usr/share none defaults,bind 0 0

 

这样动/usr稳不稳,回头我也试试,目前只敢动/opt,/var都不敢动了

Reply View the author
neko
deepin
Ecological co-builder
Q&A Team
2021-03-24 00:57
#5
cwbs

这样动/usr稳不稳,回头我也试试,目前只敢动/opt,/var都不敢动了

usr里只能动 local和share

Reply View the author
neko
deepin
Ecological co-builder
Q&A Team
2021-03-24 00:57
#6
cwbs

这样动/usr稳不稳,回头我也试试,目前只敢动/opt,/var都不敢动了

Reply View the author
cwbs
deepin
2021-03-24 01:22
#7
neko

好的我试试吧,我之前用的是ln -s,想不到还可以这样玩

Reply View the author
helphi
deepin
2021-03-27 06:32
#8
安洛

如果你想扩展根分区需要进live-system里面用gparted扩展。可以先到windows里面压缩卷压缩出空余空间,然后命令行

sudo apt install live-system

开机启动项里面选择uos recovery,进去之后打开gparted,卸载根分区,然后就可以右键调整大小了。

 

要卸载deepin,直接在windows下删除deepin所在分区,然后将windows分区扩展过去,在bios将windows调成第一启动项即可。

好的,谢谢!

Reply View the author
helphi
deepin
2021-03-27 06:32
#9
Jack

https://bbs.deepin.org/zh/post/213473

好的,谢谢!

Reply View the author