Apache’s mod_dav is written in a way symbolic links are not exposed, no matter wether FollowSymLinks is set. This behaviour is intended by the communtiy, therefore a bug report was never tackled.

but we can mount it:

mount –bind /home/icefiles/sboissinot/files/Consultancy_and_Services/Manuals/Contract_tips 3.3.4_Contract_tips

this means it needs to be done as a command or in the fstab file
We can handle this

There is a permission problem left we can only files upload via webdav not via afp this could be corrected for files but if you create a folder on the ice site afp can’t write in there anymore.

/dev/mapper/srsouthp05-home on /home/data/share/3-CONSULTING-MANDATES/3.2_Manuals type ext4 (rw,noatime,user_xattr,barrier=1,stripe=256,data=ordered)
/dev/mapper/srsouthp05-home on /home/data/share/3-CONSULTING-MANDATES/3.3_Templates type ext4 (rw,noatime,user_xattr,barrier=1,stripe=256,data=ordered)
/dev/mapper/srsouthp05-home on /home/data/share/3-CONSULTING-MANDATES/3.4_CVs type ext4 (rw,noatime,user_xattr,barrier=1,stripe=256,data=ordered)
/dev/mapper/srsouthp05-home on /home/data/share/3-CONSULTING-MANDATES/3.5_Knowledge_Management type ext4 (rw,noatime,user_xattr,barrier=1,stripe=256,data=ordered)
/dev/mapper/srsouthp05-home on /home/data/share/3-CONSULTING-MANDATES/3.6_Roster_of_External_Experts type ext4 (rw,noatime,user_xattr,barrier=1,stripe=256,data=ordered)

 

 

mount –bind /home/icefiles/sboissinot/files/Consultancy_and_Services/Manuals /home/data/share/3-CONSULTING-MANDATES/3.2_Manuals

mount –bind /home/icefiles/sboissinot/files/Consultancy_and_Services/Templates /home/data/share/3-CONSULTING-MANDATES/3.3_Templates

mount –bind /home/icefiles/sboissinot/files/Consultancy_and_Services/CVs /home/data/share/3-CONSULTING-MANDATES/3.4_CVs

mount –bind /home/icefiles/sboissinot/files/Consultancy_and_Services/Knowledge_Management /home/data/share/3-CONSULTING-MANDATES/3.5_Knowledge_Management

mount –bind /home/icefiles/sboissinot/files/Consultancy_and_Services/Roster_External_Experts /home/data/share/3-CONSULTING-MANDATES/3.6_Roster_of_External_Experts

 

getfacl NASKIT | setfacl -R -M- iSCI_speedtests

mount -o acl /dev/sda1 /home/data/share/9.3-IT/IT-SUPPORT/iSCI_speedtests

Mit Linux

sudo mount -t cifs -o username=xxx,password=xxx,workgroup=xxx,iocharset=utf8 //servername/hiddensharename-$ /path

mit Windows

net use q: \\servername\share /user:"username" /persistent:yes "password"