You are not logged in.
Pages: 1
Topic closed
This is really annoying.
This works on the command line:
mount.fuse unionfs#/dir/A=RW:/dir/B=RO /dir/C -o cowSo does this:
mount -t unionfs -o cow -o dirs=/dir/A=RW:/dir/B=RO unionfs /dir/CI have tried this sort of thing in fstab (which was suggested here:
unionfs#/dir/A=RW:/dir/B=RO /dir/C fuse options 0 0But with no success.
.:edit:.
I had a look at sshfs on the wiki, which is another implementation of fuse and managed to work this out:
/dir/A=rw:/dir/B=ro /dir/C fuse.unionfs options 0 0Obvious really.
Offline
writing in 2022: I had trouble even with this, but finally got this working in the /etc/fstab
/dir/A=rw:/dir/B=ro /dir/C fuse.unionfs defaults,cow,uid=666,gid=666,allow_other 0 0
pick the id's to suit your needs. They are optional, and will force all files to have those id's. The final gotcha for me was the allow_other - without that, other users had absolutely no access when mounted by root using the mount command.
As always, YMMV.
Note also that I am on SuSE, but since this site was an early Google result, and helped me a lot, I thought it was only fair to add my succesful outcome to the knowledge here. I am only assuming it will work on Arch Linux, but there's a high chance given the similarity of the options and understanding that almost 9 years of development has happened to unionfs between postings.
Cheers
PS for the benefit of Arch users, it would be great if the first person to try would confirm or correct my suggestion specifically for Arch.
Offline
Please don't necrobump threads. This one is 9 years old.
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
Wow, like clockwork. How dare I contribute to knowledge. I am suitable chastised.
If you don't want old threads being resurrected, then you need to reliably pull them down when they are grossly out of date.
Offline
no, more to the point, f*** you and all the basement-dwelling neckbeard l*****s like you. You don't deserve help from normal people. Get back on Twitter where you belong, and express your outrage there.
Offline
I can't delete my contribution? I'm sure you'll take care of that... since you're the matter of internet etiquette, i know you've got this.
Offline
Can't even delete my account? desperate for regular users, huh?
Offline
Can't even delete my account? desperate for regular users, huh?
Let me help you. Banned. Bye.
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
What's wrong with people around the globe?? ![]()
<49,17,III,I> Fama di loro il mondo esser non lassa;
<50,17,III,I> misericordia e giustizia li sdegna:
<51,17,III,I> non ragioniam di lor, ma guarda e passa.
Offline
Pages: 1
Topic closed