-
Notifications
You must be signed in to change notification settings - Fork 8
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
erroneously said not enough space #14
Comments
Maybe check if fdisk is installed and if not install it? |
It's installed..
***@***.***:~ $ fdisk --version
fdisk from util-linux 2.33.1
Tom wrote on 12/1/2022 9:20 AM:
…
Maybe check if fdisk is installed and if not install it?
—
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMQAD255KELYXY4B4JKEZ3WLDM67ANCNFSM6AAAAAASQE52RU>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Sent from Postbox <https://www.postbox-inc.com>
|
Then try to add some extra space to the image with the -x parameter. For example: -x 524288000 will add extra 500MB space to the resulting image. See also #13 |
Same problem here, backing up to an SMB share with plenty of space. mary@mmtrailer1:/mnt/smbshare $ sudo imgclone -d /mnt/smbshare/mmtrailer1.img
|
tried to run it and save to a cifs moutned nas. I have terrabytes of free space, but your app errored out saying not enough free space. Also, i got errors about invalid commands to fdisk.
The text was updated successfully, but these errors were encountered: