Can the rapiddisk-on-boot script be used for drives besides /? #144
-
Ok, so I think I have a system pretty much working for rapiddisk testing. I now have an issue where if I reboot the system I can not start rapiddisk since the mount point is locked due to being in use. Can the on-boot script be used for drives besides root? I need to mount the raided LVM partition and then add the rapiddisk before services are started like docker. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
I will need to differ to @matteotenca on this one. |
Beta Was this translation helpful? Give feedback.
-
The latest version of This new version will be merged into the main branch asap, as far ad @pkoutoupis Petros will accept it. As of today, I suggested Petros to postpone the merge of the new version of It is usable and works, it does not support If you want to give it a try, there is a branch with the new version - but beware, it is not up to date with the latest master branch of You can find it here: https://github.com/matteotenca/rapiddisk/tree/rpdsk-on-boot/multi_mappings Let me know what you think. Regards |
Beta Was this translation helpful? Give feedback.
-
Cool, I will look into that if I have time later, I ended up hobbling together my own service wrapped script to handle the rapiddisk mounting just after fstab so that the LVM volume would exist to be mapped. It is working so far but it is not elegant lol. |
Beta Was this translation helpful? Give feedback.
The latest version of
rapiddisk-on-boot
allows to add many mappings upon boot time. The configurations are saved toetc
and can be different for every kernel installed. For example, you can instruct it to create any number of mappings upon boot, between a ramdisk of choosen size, created upon boot, and an existing block device…