Hi!
I have:
# modinfo aufs
filename:       /lib/modules/2.6.32-5-amd64/kernel/fs/aufs/aufs.ko
staging:        Y
version:        2-standalone.tree-32-20100125
description:    aufs -- Advanced multi layered unification filesystem
author:         Junjiro R. Okajima <aufs-users@lists.sourceforge.net>
license:        GPL
srcversion:     0573E141271E88E1F8F6B83
depends:
vermagic:       2.6.32-5-amd64 SMP mod_unload modversions
parm:           brs:use <sysfs>/fs/aufs/si_*/brN (int)


# uname -a
Linux s5.fileslock.ru 2.6.32-5-amd64 #1 SMP Tue Jul 6 14:14:38 UTC 2010 
x86_64 GNU/Linux

# mount
/dev/sdg1 on /storage1 type ext3 (rw,noatime)
/dev/sdh1 on /storage2 type ext3 (rw,noatime)
/dev/sdb3 on /storage3 type ext3 (rw,noatime)
/dev/sda3 on /storage4 type ext3 (rw,noatime)
/dev/sdc1 on /storage5 type ext3 (rw,noatime)
/dev/sdd1 on /storage6 type ext3 (rw,noatime)
/dev/sde1 on /storage7 type ext3 (rw,noatime)
/dev/sdf1 on /storage8 type ext3 (rw,noatime)
none on /storage type aufs 
(rw,sum,create=mfsrr:209715200,br:/storage1=rw:/storage2=rw:/storage3=rw:/storage4=rw:/storage5=rw:/storage6=rw:/storage7=rw:/storage8=rw)


# cat /etc/fstab
none  /storage  aufs 
sum,create=mfsrr:209715200,br:/storage1=rw:/storage2=rw:/storage3=rw:/storage4=rw:/storage5=rw:/storage6=rw:/storage7=rw:/storage8=rw
 
0 0


When I just write dio:
none  /storage  aufs 
sum,dio,create=mfsrr:209715200,br:/storage1=rw:/storage2=rw:/storage3=rw:/storage4=rw:/storage5=rw:/storage6=rw:/storage7=rw:/storage8=rw
 
0 0

and do

# mount -o remount /storage

I get an error:

mount: /storage not mounted already, or bad option


-- 
WBR, Andrey Vasilishin CDIG1-UANIC, CDIG1-RIPE

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d

Reply via email to