On Sun, 08 Aug 2010 14:32:48 +0000, T o n g wrote:

> Ok, hope I'm reporting a real bug this time -- aubrsync need to use real
> path:
> 
> cd /dev/shm
> mkdir tmp_real
> ln -s tmp_real tmp
> 
> % cd tmp
> /dev/shm/tmp
> 
> rm -fr u rw ro_mid ro_bot
> mkdir u rw ro_mid ro_bot
> mount -t aufs -o br:rw:ro_mid=ro+wh:ro_bot none u
> 
> $ mount | tail -1
> none on /dev/shm/tmp_real/u type aufs (rw,relatime,si=a5a291796916262e)

,-----
| No, it should be "/dev/shm/tmp_real/u" instead of "/dev/shm/tmp/u".
| Because /dev/shm/tmp/u is not a mount point, you shoud specify
| /dev/shm/tmp_real/u.
`-----

> aubrsync _move . . . 
> aubrsync: bad /proc/mounts or /dev/shm/tmp/u is not mounted

If it should be "/dev/shm/tmp_real/u", why aubrsync is complaining that 
"/dev/shm/tmp/u" is not mounted here? IMHO, aubrsync should check the 
real path "/dev/shm/tmp_real/u" instead of "/dev/shm/tmp/u". 

cheers

-- 
Tong (remove underscore(s) to reply)
  http://xpt.sourceforge.net/techdocs/
  http://xpt.sourceforge.net/tools/


------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 

Reply via email to