Problems with named pipes and AuFS
I'm trying to set up two different filesystem contexts. $ mkdir a b common $ mkfifo common/fifo $ sudo mount -t aufs -o br=common none a $ sudo mount -t aufs -o br=common none b If I write and read to the same fifo path (e.g a/fifo) everything works fine, but if I do shell1
Re: Problems with named pipes and AuFS
PM <[2]sf...@users.sourceforge.net> wrote: Hello Max, Max Ott: > If I write and read to the same fifo path (e.g a/fifo) everything > works fine, but if I do > > shell1$ cat a/fifo > ... > shell2$ echo 'hi' > b/fifo > &g