09:32:18 fsmove: progress: 1.9% done, 110.6 gigabytes still to move
09:32:34 fsmove: progress: 3.8% done, 108.5 gigabytes still to move, estimated 10 minutes left
09:32:36 fsmove: ERROR: failed to open source file `/tmp/fstransform.mount.14309/var/lib/deepin/deepin_security_verify.whitelist': Operation not permitted
09:32:36 ERROR! fstransform: command '/usr/sbin/fsmove -- /tmp/fstransform.mount.14309 /tmp/fstransform.loop.14309 --exclude /tmp/fstransform.mount.14309/.fstransform.loop.14309' failed (exit status 255)
this is potentially a problem.
you can either quit now by pressing ENTER or CTRL+C,
or, if you know what went wrong, you can fix it yourself,
then manually run the command '/usr/sbin/fsmove -- /tmp/fstransform.mount.14309 /tmp/fstransform.loop.14309 --exclude /tmp/fstransform.mount.14309/.fstransform.loop.14309'
(or something equivalent)
and finally resume this script by typing CONTINUE and pressing ENTER: CONTINUE
10:33:21 fstransform: unmounting and running '/usr/sbin/fsck' (disk check) on loop file '/tmp/fstransform.mount.14309/.fstransform.loop.14309'
10:33:22 fsck: fsck from util-linux 2.33.1
10:33:54 fsremap: starting in-place remapping. this may take a LONG time ...
10:35:21 fsremap: progress: 3.2% done, 110.4 gigabytes still to relocate
11:11:06 fsremap: progress: 83.8% done, 21.3 gigabytes still to relocate, estimated 7 minutes left11:18:23 fsremap: clearing 1.49 gigabytes free-space from device ...
11:56:59 fsremap: job completed.
11:56:59 fstransform: running again '/usr/sbin/fsck' (disk check) on device '/dev/sda4'11:56:59 fsck: fsck from util-linux 2.33.111:56:59 fstransform: completed successfully. device '/dev/sda4' now contains'btrfs' file-system
## Generated by deepin-installer
deb [by-hash=force] https://home-packages.chinauos.com/home plum main contrib non-free#deb-src [by-hash=force] https://home-packages.chinauos.com/home plum main contrib non-free
## Generated by deepin-installer
#deb [by-hash=force] https://community-packages.deepin.com/deepin/ apricot main contrib non-free#deb-src https://community-packages.deepin.com/deepin/ apricot main contrib non-free#deb https://mirrors.aliyun.com/debian buster main contrib non-free
deb https://mirrors.aliyun.com/debian buster-backports main contrib non-free#deb https://mirrors.huaweicloud.com/debian sid main contrib non-free#deb https://mirrors.huaweicloud.com/debian experimental main contrib non-free
#!/bin/shif [ "$1" = "" ]; thenchrootexitficd"$1"
mount --bind /dev dev
mount --bind /dev/pts dev/pts
mount --bind /dev/shm dev/shm
mount --bind /proc proc
mount --bind /sys sys
mount --bind /run run
mount --bind /tmp tmp
mount --bind /boot/efi boot/efi
if ! [ -f "etc/resolv.conf" ]; thenrm etc/resolv.conf
touch etc/resolv.conf
fi
mount --bind /etc/resolv.conf etc/resolv.conf
chroot"$@"
umount etc/resolv.conf boot/efi tmp run sys proc dev/shm dev/pts dev