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

Can not setup loop device for ISO file because of time out waiting for object #828

Closed
xfeep opened this issue Dec 28, 2020 · 1 comment · Fixed by #819
Closed

Can not setup loop device for ISO file because of time out waiting for object #828

xfeep opened this issue Dec 28, 2020 · 1 comment · Fixed by #819

Comments

@xfeep
Copy link

xfeep commented Dec 28, 2020

$ udisksctl loop-setup -r -f myISOfile.iso

Error setting up loop device for myISOfile.iso: GDBus.Error:org.freedesktop.UDisks2.Error.Failed: Error waiting for loop object after creating '/dev/loop0': Timed out waiting for object
$ ls /dev/loop*
/dev/loop0  /dev/loop1  /dev/loop2  /dev/loop3  /dev/loop4  /dev/loop5  /dev/loop6  /dev/loop7  /dev/loop-control

Once I repeat the command udisksctl loop-setup -r -f myISOfile.iso , the loop device from the error message will change to /dev/loop1, /dev/loop2, and so on. It won't be successful until /dev/loop8.

@xfeep
Copy link
Author

xfeep commented Dec 28, 2020

It seems this is caused by kernel 5.8 because after I downgrade to 5.4 this issue is resolved.

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

Successfully merging a pull request may close this issue.

1 participant