Re: s6-mount by LABEL UUID etc
"Laurent Bercot" <[email protected]> Tue, 21 Jul 2026 05:07:48 +0000
| Newsgroups | gmane.comp.sysutils.supervision.general |
|---|---|
| Message-ID | <[email protected]> |
>I have been trying to convert my boot scripts to 'pure' s6 but s6-mount >doesn't seem to accept LABEL=3D" " as a device. >Is there an 's6' way of doing this or should I stick with 'mount'? s6-mount is a very simple wrapper around the mount(2) system call, it does not perform any extra processing to find the device to mount. I'm afraid that if you want util-linux functionality, you'll have to use util-linux tools. ^^' -- Laurent