Quick Link: http://www.axigen.com/kb/show/310
Last updated on December 06, 2009
Description
How to access the mount point from a Linux environment
Error cause
When mounting the FUSE Virtual File System under Linux, the mount point doesn't allow access even for the root system account, returning "Permission denied" errors
Resolution
In order to mount a virtual filesystem please refer to
the dedicated knowledge base article.Due to the default behavior of FUSE under Linux, the mount point is available to be browsed only by the user that issued the mount command, not even the root user being excepted by this.
As a work around for this behavior, in order to access the mount point, the user running the AXIGEN service will have to be used for backup and restore purposes. Under a default AXIGEN installation, the user running the AXIGEN service is
axigen and has no shell assigned, therefore running a shell as
axigen user is only possible by using sudo as
root:
sudo -u axigen /bin/bashAfter having a shell as axigen user, the mount point should be listed with proper permissions.
Applies to
Releases: Mail Server 7.3.X
OS: Linux