-
Notifications
You must be signed in to change notification settings - Fork 6
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
Where to find mountlo? #2
Comments
It's been a while since I used mountlo now. As of a couple of years ago the sourceforge 0.6 source built and worked fine. I remember having some headaches getting it to build initially, but it didn't take too much to get it going. That was then, of course. I've been hoping someone would resume maintenance on it - it's such a useful utility! Sorry I can't be of more help here. |
When I compile the contents of this github project, I get a binary called It's not very verbose about what it does though:
|
Compiled on Ubuntu like this:
But now how do I loop-mount an ISO? |
Trying to find a copy of mountlo somewhere...is it still available? @jmattsson Do you have a link? |
Unfortunately it seems to have been discontinued. When I last tried compiling it I was hitting enough errors that I gave up for then. Poking around the net, it would appear you can still find the source bundles e.g. here, including a pre-compiled version for i386 (scroll down to "mountlo"). To the best of my knowledge, 0.6 was the last version. If someone can dust off mountlo and bring it into the modern age, I'd love to hear about it! :) |
@jmattsson Thanks!! |
Cool, I never knew about mountlo. |
fuse2fs from e2fsprogs works well for ext{2,3,4} partitions. |
I'm about to submit a PR so you can build this with Docker if you want to use fuseloop. |
Oops, guess I didn't understand that. Oh well, at least now I can easily build fuseloop with Docker on my Mac now. |
I found the source for mountlo at this URL - http://ftp.vim.org/ftp/pub/ftp/os/Linux/distr/slitaz/sources/packages-cooking/m/ - after poking around for a bit. I bet I could get that into a Docker container too. The license isn't compatible with yours though. Where would something like this live? |
If you can get it to build, fork it to a new repo on your github and add the Docker build capability :) |
So I guess eiter the glue got broken or the UML subsystem is missing (in most of running kernels these days). |
Your documentation refers to mountlo, but I can't seem to find a version that works. The binary version on sourceforge appears to be broken, as performing any operations within the filesystem cause my session to lock up. I can't seem to compile from source as the Makefile refers to explicit linux and fuse versions.
Is there an alternative to mountlo that can be used to mount disk images in userspace?
The text was updated successfully, but these errors were encountered: