-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
CentOS 6 parted.sh just spins endlessly #2
Comments
feel free to patch it and provide a PR |
Yeah, nah, it's not going to work on centos 6. @EugenMayer could you please clearly specify in readme what os flavours versions and what parted version you tested this with. Many thanks. |
did so, but be aware, you could easily create a patch to have it compatible "HINT: this script is compatible with parted v4+ OOTB, if you have parted 3, you need to change parted resizepart to parted resize" see https://serverfault.com/a/870595/281162 so if you would like to contribute and test this, would be lovely to have a PR about that |
@EugenMayer The latest parted is 3.2 or are you talking about some different parted? |
You right, 4.x was just completely confusion - corrected the minimal version (3.x) |
it appears that stdin to part causes it to hang.
when I execute the command ./resize.sh /dev/sdb 1 the command hangs.
When I do
The cursor runs back and forth as if caught in a loop
Killing from another console kills it.
The text was updated successfully, but these errors were encountered: