loopdev icon indicating copy to clipboard operation
loopdev copied to clipboard

A rust library to setup and control loopback devices

Results 8 loopdev issues
Sort by recently updated
recently updated
newest added

I use fedora 38 (aarch64). Get error output: ``` error: failed to run custom build command for `loopdev v0.4.0` Caused by: process didn't exit successfully: `/home/qinka/WorkSpaces/mcdcat/target/debug/build/loopdev-e5fd15abe1760b06/build-script-build` (exit status: 101) ---...

Hi, we are getting a test failure on arm64 in ubuntu mantic with rust-loopdev 0.4.0-3[1] ``` 864s ---- detach_a_backing_file_default stdout ---- 864s thread 'detach_a_backing_file_default' panicked at 'assertion failed: `(left ==...

This ioctl was added to Linux[0] as a faster and atomic alternative to the combination of LOOP_SET_FD and LOOP_SET_STATUS. In order to support older kernels, the function will still fallback...

Reference: https://cs.android.com/android/_/android/platform/external/toybox/+/51a43ad5225153582b40d3fd289701efc63c8f62

Seems there is a new way to interact with loop devices, in particular private loop devices via mounting loopfs to some location. From a quick glance it looks like you...

Just a summary from #27: The integration tests attach and detach loop devices. This is privileged operation that requires super user rights (or capabilities). The tests are currently invoked in...

The integration tests make use of the `losetup` utility to attach and delete loop devices. `losetup` doesn't do any retries upon `EBSY` or `EAGAIN` errors that are issues from time...

from: https://salsa.debian.org/rust-team/debcargo-conf/-/blob/master/src/loopdev/debian/patches/tests-util-fix-tests-on-32-bit-architectures.patch