Hello Pasi,

Phasip:
> filesystems, but even if I use create=mfs or rr all files are
> created on the first filesystem I have in my list (note if I create a
> file on the second filesystem manually it shows up in /mnt/storage)
>
> Here's my fstab:
>
> UUID=8433309e-0012-4cd0-b3da-055ad134cc4e /mnt/storage_a ext4 defaults 0 1
> UUID=a771e4de-7bea-49c8-b82f-f8d9becf62f3 /mnt/storage_b ext4 defaults 0 1
> none    /mnt/storage     aufs
> dirs=/mnt/storage_a:/mnt/storage_b,create=rr 0 0

Because you have only one writable branch, aufs creates file on it.
If you specify "/mnt/storage_b=rw" instead of just "/mnt/storage_b",
then aufs will create file on /mnt/storage_b following the specified
create policy.


J. R. Okajima

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl

Reply via email to