-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect command (suspicion) #22
Comments
depending on the partition size (180 GB in your case, not huge by current standards) and the disk speed, fstransform can be quite slow. When it seems stuck, can you open another terminal (with the same user) and run the command
to find out which program started by fstransform is stuck or taking a long time? If I remember correctly, in your case the next step after the logs you reported is to format the 180GB sparse file |
Thank you for answer. Output of command:
At this page there is strings in output after "dd: 1 byte copied": Part of code with this text follows line 1114. Thinked about wrong stat output, but in another terminal it works: |
This is strange. Can you try to add the line
near the top of the
and run it again? |
Ok, output:
|
fstransform/fstransform/fstransform-sh
Line 1114 in e1388aa
On openSUSE Tumbleweed convertation hangs at this part of code:
srv:/ # lsof /home
srv:/ # fstransform /dev/sda4 ext4
fstransform: starting version 0.9.3, checking environment
fstransform: checking for which... '/usr/bin/which'
fstransform: checking for expr... '/usr/bin/expr'
fstransform: checking for id... '/usr/bin/id'
fstransform: parsing command line arguments
fstransform: checking for stat... '/usr/bin/stat'
fstransform: checking for mkfifo... '/usr/bin/mkfifo'
fstransform: checking for blockdev... '/sbin/blockdev'
fstransform: checking for losetup... '/sbin/losetup'
fstransform: checking for fsck... '/sbin/fsck'
fstransform: checking for mkfs... '/sbin/mkfs'
fstransform: checking for mount... '/usr/bin/mount'
fstransform: checking for umount... '/usr/bin/umount'
fstransform: checking for mkdir... '/usr/bin/mkdir'
fstransform: checking for rmdir... '/usr/bin/rmdir'
fstransform: checking for rm... '/usr/bin/rm'
fstransform: checking for dd... '/usr/bin/dd'
fstransform: checking for sync... '/usr/bin/sync'
fstransform: checking for fsmove... '/usr/sbin/fsmove'
fstransform: checking for fsremap... '/usr/sbin/fsremap'
fstransform: checking for fsck(source file-system)... '/sbin/fsck'
fstransform: checking for fsck(target file-system)... '/sbin/fsck'
fstransform: looking for optional commands
fstransform: checking for sleep... '/usr/bin/sleep'
fstransform: checking for date... '/usr/bin/date'
14:48:03 fstransform: environment check passed.
14:48:03 fstransform: saving output of this execution into /var/tmp/fstransform/fstransform.log.6868
14:48:03 fstransform: preparing to transform device '/dev/sda4' to file-system type 'ext4'
14:48:03 fstransform: device is mounted at '/home' with file-system type 'xfs'
14:48:03 fstransform: device raw size = 194209906688 bytes
14:48:03 fstransform: creating sparse loop file '/home/.fstransform.loop.6868' inside device '/dev/sda4'...
14:48:03 dd: 1+0 records in
14:48:03 dd: 1+0 records out
14:48:03 dd: 1 byte copied, 0.000159346 s, 6.3 kB/s
^Csrv:/ # stat -c %o /home/.fstransform.loop.6868
4096
srv:/ #
The text was updated successfully, but these errors were encountered: