Files
nixpkgs/pkgs/tools/filesystems
Rickard Nilsson 7870db8b10 unionfs: Add mount helper (mount.unionfs-fuse)
This makes it possible to mount unionfs directly with mount or fstab.

Example fstab entry:

  none /mnt/union unionf-fuse allow-other,dirs=/source1=RW,/source2=RW

Note, the dirs= option need to be the last option, due to limitations
in the mount helper provided by unionfs-fuse. Maybe we should write a
better helper ourselves.

Also, you need to specify your branches as dirs= option, NOT as
the device, since the latest version of libmount always interprets
"=" characters in the device name as a tag (like LABEL, UUID etc)
and will try to resolve the tag before calling the mount helper.
This will of course not succeed and the mount will fail.
2013-04-09 16:36:38 +02:00
..
2012-05-13 00:47:58 +00:00
2012-07-25 23:18:40 -04:00
2010-04-09 15:40:12 +00:00
2011-08-28 00:16:43 +00:00
2013-02-28 15:43:06 +01:00
2012-12-04 21:54:20 +04:00
2013-01-28 17:27:14 +01:00
2011-07-04 11:52:37 +00:00
2013-01-15 18:53:12 +01:00
2011-10-08 12:06:03 +00:00
2011-02-19 09:56:35 +00:00
2012-05-12 23:11:00 +00:00
2011-01-10 11:04:20 +00:00
2010-04-01 08:57:26 +00:00
2012-06-10 14:41:22 +00:00
2012-11-26 14:42:09 +01:00