Rexter Devaras:
> Lines from my init script (initrd.gz) at first stage booting:
> 
> mount -t tmpfs -o size=75% tmpfs /tmpfs/aufs/rw
> udhcpc -i eth0
> mount -t nfs 192.168.5.100:/fatdog /nfs -o nolock,ro
> mount -t squashfs /nfs/pup_112.sfs /tmpfs/aufs/ro -o loop
> 
> mount -t aufs -o br:/tmpfs/aufs/rw=rw:/tmpfs/aufs/ro=ro aufs /tmpfs/rootfs
> 
> mkdir -p /tmpfs/rootfs/aufs /tmpfs/rootfs/aufs/ro /tmpfs/rootfs/aufs/rw
> mount -o move /tmpfs/aufs/rw /tmpfs/rootfs/aufs/rw
> mount -o move /tmpfs/aufs/ro /tmpfs/rootfs/aufs/ro
> exec switch_root /tmpfs/rootfs /sbin/init

I don't understand your problem.
Do you mean 
        mount -t aufs -o br:/tmpfs/aufs/rw=rw:/tmpfs/aufs/ro=ro aufs 
/tmpfs/rootfs
returned an error?
Will you describe it in easy English?


J. R. Okajima

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july

Reply via email to