Hello Andrey, $B'!'_'U'b'V'[(B: > I have one problem. One of my HDD have many errors by smarctl, on this > HDD was one of aufs branches. I just removed record for this branch in > /etc/fstab and executed mount -o remount /storage and directly copied > all data to other branches. > > # mount ::: > none on /storage type aufs > (rw,udba=reval,sum,create=mfsrr:209715200,br:/storage1=rw:/storage2=rw:/storage3=rw:/storage5=rw:/storage6=rw:/storage7=rw:/storage8=rw) > > But, > # ls -la /sys/fs/aufs/si_ffad3e78c78e249b/ ::: > and > # cat /sys/fs/aufs/si_ffad3e78c78e249b/br3 > /storage4=rw
It looks like that you have two problems. 1. Use "remount,del=/storage4" The simple "remount,br=..." doesn't detach the existing branch. In other words, when you want to detach the branch, /etc/fstab is useless. 2. Install aufs2-util Generally mount(8) shows /etc/mtab which is maintained by mount(8). Your output from mount(8) is /etc/mtab actually, and it doesn't look maintained correctly. For the aufs entry, some helpers in aufs2-util maintain it. I am afraid you didn't install aufs2-util. In other words, your /etc/mtab (output of mount(8)) is broken. J. R. Okajima ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev