-
Notifications
You must be signed in to change notification settings - Fork 9
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
Failed to wipe signatures on logical volume #40
Comments
Hi again! I made some progress in command line mode tonight. The first 2 partitions (uefi and boot) seemed to be copied fine but when the 3th one starts (LVM2), I get the same error as radusuciu in issue 24.
Full log from /var/log/weresync
I'm trying to figure out how to put gists in here. Sorry for that. Thanks very much, sly |
Would you mind posting the log in a gist (you can do that here: https://gist.github.com/)? It's a little hard to read without linebreaks. it looks like pydbus is having issues, but I would think that would produce a different error message in the console. |
ahhh dam Daniel!! I was desperate to get up and running for going back to remote work on monday.... that I have chosen to fresh install a new Fedora on the SSD. I was not sure when you would have time to come back to me so I took the fast lane. But just to give you more info if it ever helps... here we're my steps. First installed with pip and didnt work out..... but later found a thread on a forum you stating it was a pytihon 3 app and to install with pip3 which is not stated in the docs. Did not work either for me. My (new) disk was barebone unalocatted drive. And was erroring. The CLI only first worked when I did a bogus virgin partition that engulfed the whole 2 tera drive. This seemed to erase the signature problem.... And I was able to delete all partitions after to get it back to barebone unallocated.... And the CLI when back to working. But then gaved this error above your response like issue 24. weresync.exception.DeviceError: ('/dev/sdb', 'Non-zero exit code. Partition Number: 3', "mount: /tmp/55411: unknown filesystem type 'LVM2_member'.\n") Ending up weresync not doing the make bootable part of the process and was ending up giving me 3 seperated drives afterwards. But it seemed it was really doing the schrink on the partitions, that i can confirm. Man you got a crazy project here. I've searched the internet for almost a week trying to figure out how to do this with clonezilla. I found a solution in the last couple of days but I was like.... meh... let's start fresh and put another week going back to the config I had build for years instead. It's going well and making a good clean up fresh house. So, sorry for the noise. Hoping I have helped you find something out. Cheers and thanks for getting back to me! ps: yeah I saw you told someone else about it. I subscibed to Github only to seek help from you.... so i ma noob. I am able to do a gist... But still dont know how to share it here. sly |
Yeah it’s been a while since I’ve done much work on this. I didn’t do a lot of testing with LVM so frankly I’m not shocked that I seemed to have missed something. Do you know what bootloader/distribution you used? If I have time I might see if I can reproduce the issue |
Hi Daniel! cheers! |
Hi !!
I am trying to clone a drive to an smaller SSD with enough free space using the command line since the gui version seem's to work for 2 hours but then errors out saying it cannot start the cloning process. Now trying to use the command line but I get this error right after the partition table is copied:
Partition Table Copying: |████████████████████████████████████████████████████████████| 100.0% Traceback (most recent call last): File "/usr/local/bin/weresync", line 8, in <module> sys.exit(main()) File "/usr/local/lib/python3.10/site-packages/weresync/interface/cli.py", line 250, in main result = dbus_client.copy_drive( File "/usr/lib/python3.10/site-packages/pydbus/proxy_method.py", line 102, in __call__ raise error File "/usr/lib/python3.10/site-packages/pydbus/proxy_method.py", line 97, in __call__ result = instance._bus.con.call_sync(*call_args) gi.repository.GLib.GError: g-io-error-quark: GDBus.Error:unknown.DeviceError: ('/dev/fedora_localhost-live-copy', 'Error creating new logical volume.', 'WARNING: ext4 signature detected on /dev/fedora_localhost-live-copy/home00 at offset 1080. Wipe it? [y/n]: [n]\n Aborted wiping of ext4.\n 1 existing signature left on the device.\n Failed to wipe signatures on logical volume fedora_localhost-live-copy/home00.\n Aborting. Failed to wipe start of new LV.\n') (36)
There seem's it got a "wipe it?" command but it automatically awnsers no.
the command i am using is like this:
weresync -C -l fedora_localhost-live -E 1 -B 2 /dev/sdb /dev/sdc
I'm on Fedora 35, let me know if you need more infos/logs then what's up here.
Thanks a lot for your help.
sly
The text was updated successfully, but these errors were encountered: