I don't think the FreeBSD tools are going to work, per-say. For any ram drives, you should use TMPFS instead of MD. TMPFS is heavily optimized for performance. We only use MD for boot-time strapping of crypto mounts. It's very old and should not be used for anything else.
-Matt On Mon, Feb 24, 2020 at 12:31 PM Quelrond <[email protected]> wrote: > Hello, > > I am new in DragonFly, coming from FreeBSD world. > > Trying to install FreeBSD tool for jails management CBSD > (https://github.com/cbsd/cbsd), on DragonFly, I stopped by a problem of > mdconfig absent in my DragonFly installation: > > DragonFly drugoj.reseaucloud.local 5.6-RELEASE DragonFly v5.6.2-RELEASE > > It seems that md kernel module is loaded. Where is mdconfig? > > Best regards, > > Peter > > >
