Hi All
I hope someone can explain me following Behavoir:
I have a exported Volume/qree:
/vol/nfs_shares/homedirs -sec=sys,rw,anon=0
On the SLES 12 Server this export is mounted:
Filer:/vol/nfs_shares/homedirs/linux/user1 40G 28G 13G 70% /usr/shared/home/user1
When I change to a snapshot directory and execute an ls:
cd /usr/shared/home/user1/.snapshot/2015-11-25_1200+0100_hourly
ls -ll
Then I have two mountpoints. The Original and one for the Snapshot:
df -h
Filer:/vol/nfs_shares/homedirs/linux/user1 40G 28G 13G 70% /usr/shared/home/user1
Filer:/vol/nfs_shares/homedirs/linux/user1/.snapshot/2015-11-25_1200+0100_hourly 480G 99G 382G 21% /usr/shared/home/user1/.snapshot/2015-11-25_1200+0100_hourly
I dont understand, which component (fe Program) mounts the additional . snaphots Directory 😞
TIA
Thomas