You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each merged source appears in the merged folders root. Ir would be very handy in some cases to be able to specify a "prefix" folder path for a particular source. I will illustrate what I'm trying to do with an example:
This is something I'm going to need and willing to implement in a fork, but thought I would check here first to see if it could be added to the official unionfs-fuse
The text was updated successfully, but these errors were encountered:
I usually do this by having multiple instances of unionfs-fuse running. I have a feeling it's not optimal, but it works great. they don't seem to mind if you start them out of order, either.
Each merged source appears in the merged folders root. Ir would be very handy in some cases to be able to specify a "prefix" folder path for a particular source. I will illustrate what I'm trying to do with an example:
Now if I merge these using
unionfs-fuse -o cow /mnt/folder1=RO:/mnt/folder2=RO:/mnt/rw=RW /mnt/merged
I get the following layout:
Now let's say I only want the "thing1" folders in the merged thing. The layout I want is:
However there is no way to specify this.
If I try
The folder2 "thing1" contents will be at the root level in the merged folder.
The syntax could be extended to allow something like
This is something I'm going to need and willing to implement in a fork, but thought I would check here first to see if it could be added to the official unionfs-fuse
The text was updated successfully, but these errors were encountered: