Hello Daniel,

Daniel Smedegaard Buus:
> Prepending the options list with ro, the syslog rw error disappears,
> while still logging "aufs test_add:293:mount[2706]: uid/gid/perm
> /titanic/Volumes/XD071 1000/1000/0755, 1000/1000/0777" for each

This message is a warning for a security reason.
For deatils, refer to aufs manual.


> Trying the first example from the manpage,
> 
>     $ mkdir /root/a /root/b /root/c
>     $  mount -v -t aufs -o br:/root/a:/root/b none /root/c
>     mount: wrong fs type, bad option, bad superblock on none,
>            missing codepage or helper program, or other error
> 
>            In some cases useful info is found in syslog - try
>            dmesg | tail or so.
> 
> Syslog and /var/log/messages are both completely silent.

Hmm...
When -v is specified, aufs produces a log message for some major
reasons. So I am afraid the flag is not passed to aufs correctly. Did
you install aufs-util, which is necessary to pass flags correctly?

And these inof are necessary. Next time when you post, include them too.

(from aufs README)
----------------------------------------------------------------------
When you have any problems or strange behaviour in aufs, please let me
know with:
- /proc/mounts (instead of the output of mount(8))
- /sys/module/aufs/*
- /sys/fs/aufs/* (if you have them)
- /debug/aufs/* (if you have them)
- linux kernel version
  if your kernel is not plain, for example modified by distributor,
  the url where i can download its source is necessary too.
- aufs version which was printed at loading the module or booting the
  system, instead of the date you downloaded.
- configuration (define/undefine CONFIG_AUFS_xxx)
- kernel configuration or /proc/config.gz (if you have it)
- behaviour which you think to be incorrect
- actual operation, reproducible one is better
- mailto: aufs-users at lists.sourceforge.net
----------------------------------------------------------------------


J. R. Okajima

------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net

Reply via email to