-
Notifications
You must be signed in to change notification settings - Fork 87
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
Build with LVM? #14
Comments
Sorry, it's been a while and I forget how it works :) |
Ok, we need to add the dm-mod kernel module and the lvm2 package before building. The installer script removes all the modules, can you build one with LVM2 compatible? I do not think it will add many kiloBytes and would be great for doing Offline lvm2 mods. |
Maybe you can ask @foxpdll for help. |
try this https://github.com/foxpdll/OneFileLinux/tree/master/FoxBuild i added lvm2 packages |
@foxpdll can you please publish compiled file in Releases page? |
@ameeno try this please https://github.com/foxpdll/OneFileLinux/releases/tag/v0.3.3 |
hello @foxpdll, Thanks, I have tried this package with llvm2. Its an improvement, pvscan, lvscan and vgscan do present output. However, it complains about device mapper. and modprobe dm-mod does not work, and no VG's can be mounted or modified or mapped. I think the key missing piece is the dm-mod (Device Mapper) kernel module. dm-mod is required according to this guide on alpine |
Hi @ameeno , You can build dist by youself build script remove all modules |
@foxpdll I have tried compiling myself but Ubuntu 20.04 does not allow me to build due to weird bugs. I have tried using the vmware image and even converted it to qemu-kvm. but it compiles too slowly on my virtual machine,/laptop. so thanks for all your help. |
hello, there are some problems with it reading thin volumes, so still not good. but thanks for trying. |
Hello, this tool would be great to live in EFI for resizing file systems offline.
(especially root)
However I am trying to build a version with lvm compatible as well as with lvm-utilities.
I cannot really build it yet and I am trying to build a version without downloading a 14GB vm.
Can you assist?
The text was updated successfully, but these errors were encountered: