Hi! What is the correct settings for mounting the lxplus $HOME? i have these envs :
env | grep EOS
EOS_MGM_URL=root://eosuser-fuse.cern.ch
EOS_FUSE_MGM_ALIAS=eosalice.cern.ch
EOS_FUSE_MOUNTDIR=/eos/alice/user/a/asevcenc/
EOS_HOME=/eos/alice/user/a/asevcenc/
after i do eos fuse mount ${HOME}/eos-lxplus
it appears that i have a successfully mount :
===> Mountpoint : /home/adrian/eos-lxplus
===> Fuse-Options : max_readahead=131072,max_write=4194304,fsname=eosuser-fuse.cern.ch,url=root://eosuser-fuse.cern.ch//eos/
===> fuse readahead : 1
===> fuse readahead-window : 1048576
===> fuse debug : 0
===> fuse low-level debug : 0
===> fuse log-level : 5
===> fuse write-cache : 1
===> fuse write-cache-size : 67108864
===> fuse rm level protect : 1
===> fuse lazy-open-ro : 0
===> fuse lazy-open-rw : 1
==== fuse multi-threading : true
info: successfully mounted EOS [root://eosuser-fuse.cern.ch] under /home/adrian/eos-lxplus
but in the directory i have a the root of hierarchy and also a symlink
ll eos-lxplus/user/a/asevcenc
lrwxrwxrwx 1 root root 0 Oct 21 2018 eos-lxplus/user/a/asevcenc -> /eos/home-a/asevcenc
how i can mount just my lxplus home in the desired target?
Thank you!