Hello sibuXolo, sibu xolo: > mount -t aufs -o br:/var=rw:/varOLD=ro none /varNU > > it reported bad fstype on none > I then tried > mount -t aufs -o br:/var=rw:/varOLD=ro aufs /varNU > and it reported bad fstype on aufs
Please show me the exact message which will be shown by dmesg(1) or something. > I teid mounting from /etc/fstab with this:- > > aufs /var aufs br:/var=rw:/varOLD=ro 0 0 > AND then > none /var aufs rw,br:/varNU=rw:/varOLD=ro 0 0 > > these failed also. But they SUCCEEDED however when the rootfilesystem is > remounted read-write ! In otherwords I dont seem to be able to use aufs2 While I am not sure, it looks like this configuration is related. config AUFS_BR_RAMFS bool "Ramfs (initramfs/rootfs) as an aufs branch" help If you want to use ramfs as an aufs branch fs, then enable this option. Generally tmpfs is recommended. Aufs prohibited them to be a branch fs by default, because initramfs becomes unusable after switch_root or something generally. If you sets initramfs as an aufs branch and boot your system by switch_root, you will meet a problem easily since the files in initramfs may be inaccessible. Unless you are going to use ramfs as an aufs branch fs without switch_root or something, leave it N. Did you enable it? J. R. Okajima ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2dcopy2