Replies: 5 comments 5 replies
-
|
Thank you for contacting me. What is the name of the ISO file? What is the name of the squashfs file? Which Linux system are you running? MX Linux? Or something else? |
Beta Was this translation helpful? Give feedback.
-
|
To answer your question, you probably do something like: Followed by: You can rename the Or, alternatively, you could mount the squashfs file without extracting it, with something like: A disadvantage of the above is that Please let me know if any of the above work, or if you have any further questions. If you tell me the name of the ISO image and squashfs file you are trying to use, I can probably provide more detailed instructions. |
Beta Was this translation helpful? Give feedback.
-
|
I just remembered that you will probably need more than just OverlayFS. The reason being: In order to modify a file or directory inside Lxroot, the (non-root) user must have permission to modify the file outside of Lxroot. And the files and directories in the What I have done in the past is extract the SquashFS filesystem, I have a 48 GiB |
Beta Was this translation helpful? Give feedback.
-
|
I'm trying to run Plop Linux with lxroot. It's a normal compressed rootfs: https://download.plop.at/ploplinux/25.2/desktop/ploplinux-desktop-25.2-x86_64.tar.gz I don't want to use sudo so I choose to extract the archive with my unprivileged user account. There are some errors: But lxroot into ploplinux-desktop-25.2-x86_64 is fine. After that, I realized that I can't write anything: (I tried to clone the lxroot repository with git) I found that |
Beta Was this translation helpful? Give feedback.
-
|
Recently, I was using QEMU to run short duration tests of While running these tests in QEMU, I realized it would be much nicer to be able to run the tests in Lxroot instead of in QEMU. Using Lxroot would use mean significantly less disk usage, much less CPU usage, much less RAM usage, near instantaneous "boot times", and easier file sharing between the different environments. I also realized that it would be very convenient to use SquashFS and OverlayFS to perform these short duration tests. Additionally, there are many other short duration tests (i.e. not just my current testing of I believe I now see a clear and compelling use case for (re)adding OverlayFS support to Lxroot. I may also see a way to avoid the conceptually cumbersome usability that was present in my previous implementation of OverlayFS support. (I now see that the previous implementation had too many features. It was, in a way, too powerful, and therefore less usable.) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to run MX Linux with lxroot. I grabbed the squashfs
linuxfsfrom the ISO image. What I need to do next? Please tell me. Thank you.Beta Was this translation helpful? Give feedback.
All reactions