Lionel Beard:
> I would like to avoid giving root access, even for specific client, but I
> don't know how to do...

Hmm, then you may be able to make the non-root users to allow mouting,
by specifying 'user' in your /etc/fstab. But I am not sure. Just an idea
to try.


> BTW, what are these hidden folders .wh..wh* for?

#define AUFS_WH_PFX             ".wh."

#define AUFS_PLINKDIR_NAME      AUFS_WH_PFX "plnk"
#define AUFS_ORPHDIR_NAME       AUFS_WH_PFX "orph"

/* doubly whiteouted */
#define AUFS_WH_PLINKDIR        AUFS_WH_PFX AUFS_PLINKDIR_NAME
#define AUFS_WH_ORPHDIR         AUFS_WH_PFX AUFS_ORPHDIR_NAME

AUFS_WH_PLINKDIR and AUFS_WH_ORPHDIR are for the aufs pseudo-link.
For the pseudo-link, refer to the aufs design documents and manual.


J. R. Okajima

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140

Reply via email to