On Mon, Oct 15, 2012 at 6:39 PM,  <sf...@users.sourceforge.net> wrote:
>
> Guan Xin:
>> No. My rw branch is tmpfs. I enabled CONFIG_AUFS_BR_RAMFS
>> and am still getting the same error. My init script in initrd is attached.
>
> I see.
> Your script does
>     mount -t aufs -o br=/mnt1:/mnt2:/mnt0 aufs /mnt
>     umount -l /mnt0 /mnt1 /mnt2
>
> I'd suggest you to stop the lazy unmounting.
>
> And your
>         chdir("/home/username")                 = -1 EACCES (Permission 
> denied)
> /home/username is not a symbolic link, right?
>
>
> J. R. Okajima

Now I removed (commented out) that lazy umount.
My mounts looks like this and the error persists:

rootfs / rootfs rw 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
tmpfs /run tmpfs rw,relatime,mode=755 0 0
devtmpfs /dev devtmpfs rw,relatime,size=1020396k,nr_inodes=220181,mode=755 0 0
/dev/loop0 /mnt0 squashfs ro,relatime 0 0
tmpfs /mnt1 tmpfs rw,relatime,size=20971520k 0 0
/dev/sda1 /mnt2 ext2 ro,relatime,errors=continue,user_xattr,acl 0 0
aufs / aufs rw,relatime,si=bdb9caa6 0 0
devpts /dev/pts devpts rw,relatime,gid=5,mode=620,ptmxmode=000 0 0
cgroup /sys/fs/cgroup cgroup
rw,relatime,perf_event,blkio,net_cls,freezer,devices,cpuacct,cpu,cpuset
0 0
fusectl /sys/fs/fuse/connections fusectl rw,relatime 0 0
/dev/sda1 /boot ext2 ro,relatime,errors=continue,user_xattr,acl 0 0
/dev/sdb2 /home ext4 rw,relatime,data=ordered 0 0
/dev/sdb4 /usr/src ext4 ro,relatime,data=ordered 0 0
tmpfs /dev/shm tmpfs rw,relatime 0 0

To Tomas,
I am now on mobile Internet. Later I try your nice distro.

Guan

------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev

Reply via email to