PDA

View Full Version : [all variants] Using aufs in fstab



noerbo
November 15th, 2008, 02:28 PM
Hello

What would the following mount command look like in fstab?

mount -t aufs -o br:/mnt/foo1:/mnt/foo2:/mnt/foo3 none /foo

JLarky
December 12th, 2008, 07:49 PM
Hello

What would the following mount command look like in fstab?

mount -t aufs -o br:/mnt/foo1:/mnt/foo2:/mnt/foo3 none /foo


none /foo aufs br:/mnt/foo1:/mnt/foo2:/mnt/foo3 0 0

works fine in my Debian Lenny system