【已解决】【深度备份还原工具】备份还原工具不支持磁...
Tofloor
poster avatar
风吹过的绿洲
deepin
2018-09-21 16:57
Author
本帖最后由 as763190097 于 2018-9-24 13:32 编辑


如上,利用深度备份还原工具,还原到扩容的磁盘,但是竟然可用空间还是原来的大小。。。。。。。。。。。怎么搞?
Reply Favorite View the author
All Replies
avatar
风吹过的绿洲
deepin
2018-09-22 06:08
#1
https://bbs.deepin.org/user/101846 叫个deepin大佬进来看看呗
Reply View the author
avatar
风吹过的绿洲
deepin
2018-09-24 01:18
#2
https://bbs.deepin.org/user/118602 有没有研究过这个问题呢?
Reply View the author
avatar
wtz
deepin
2018-09-24 03:42
#3
  1. sudo fsck -fv /dev/sda12
  2. sudo resize2fs /dev/sda12
Copy the Code
Reply View the author
avatar
风吹过的绿洲
deepin
2018-09-24 21:29
#4

感谢,感谢,弄好了
Reply View the author
avatar
风吹过的绿洲
deepin
2018-09-24 21:31
#5
解决办法:
live系统下
  1. umount /dev/sda12
  2. sudo fsck -fv /dev/sda12
  3. sudo resize2fs /dev/sda12
Copy the Code
Reply View the author