Discussion:
nfs export as aufs branch.
Vaibhav Khanduja
2016-06-27 20:04:36 UTC
Permalink
I am trying to merge multiple nfs share using aufs. Each nfs mount point is one branch in aufs.

mount -t aufs -o br:/data/first=rw:/data/second=rw none /tmp/merged.

The above command succeeds but when I try to traverse /tmp/merged I get Input/Output error.

ls -l /tmp/merged/

ls: reading directory '/tmp/merged/': Input/output error

Does aufs support nfs exports as branches? If yes, what could be wrong here?

Thanks,

Loading...