guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#41501] [PATCH] Add mergerfs/mergerfs-tools


From: Lars-Dominik Braun
Subject: [bug#41501] [PATCH] Add mergerfs/mergerfs-tools
Date: Sun, 24 May 2020 10:54:48 +0200

Hi,

the attached patch series adds mergerfs, an union file system, and
associated tools mergerfs-tools. I’ve been running it for a while now
and it seems to be stable. Unfortunately I’m not able to mount it in the
system configuration via

(file-system
 (device "/storage/disk*")
 (mount-point "/storage/pool")
 (type "mergerfs")
 (flags '('allow_other, 'use_ino, "moveonenospc=true", "category.create=mfs"))
 (check? #f))

because device is a pattern and not an actual file system path.

Cheers,
Lars

Attachment: 0002-gnu-Add-mergerfs-tools.patch
Description: Text Data

Attachment: 0001-gnu-Add-mergerfs.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]