July 28, 20178 yr I want to transparently overlaid multiple folders. Eg. I have multiple movie folders named Movie1, Movie2 and Movie3. I want to unite all those movie folder into a folder named Movie. I also want to be able to delete file in Movie. Here are the command that I used. unionfs -o cow -o allow_other -o uid=99 -o gid=100 \ /mnt/user/Movie1/\ :/mnt/user/Movie2/\ :/mnt/user/Movie3/\ \ /mnt/user/Movie/ While the command successfully overlaid those folders, I cant delete files/folders from Movie folder. What is the correct command to overlaid folders and be able to delete files/folder?
July 30, 20178 yr Seeing how unionfs is part of nerdpack, you're probably not going to get much traction here. Better off asking in a forum for unionfs, or a more generic linux forum.
Archived
This topic is now archived and is closed to further replies.