Skip to content
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

Error: The resize command has been removed in parted 3.0 #16

Closed
quozl opened this issue Oct 26, 2015 · 1 comment
Closed

Error: The resize command has been removed in parted 3.0 #16

quozl opened this issue Oct 26, 2015 · 1 comment

Comments

@quozl
Copy link

quozl commented Oct 26, 2015

When restoredisk has finished on an EFI partition, an error is reported;

Now tuning the file system size on partition /dev/mmcblk0p1 to fit the partition size...
Running: ocs-resize-part  --batch /dev/mmcblk0p1
Running: parted -s /dev/mmcblk0 resize p1 1049kB 538MB
Error: The resize command has been removed in parted 3.0

The error on the last line is on screen, but not in /var/log/clonezilla.log.

Perhaps because the check for resize in the parted --help output detects the new resizepartition command.

Seen on clonezilla-live-20151012-wily-amd64.iso

stevenshiau added a commit that referenced this issue Nov 3, 2015
Use fatresize to resize FAT file system instead of parted since resize
function is no more in parted >= 3.
Thanks to quozl for reporting this bug.
(#16)
@stevenshiau
Copy link
Owner

Thanks. I have implemented fatresize instead of parted to deal with FAT.

Steven.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants