refs #1161 adds echos in samba mount

lgromero-tests
Luis Gerardo Romero Garcia 2024-11-19 13:24:08 +01:00
parent 83a015e571
commit bcce2e1a02
1 changed files with 7 additions and 0 deletions

View File

@ -476,6 +476,13 @@ ogConnect ()
nfsmount ${SERVER}:${SRC} ${DST} -o nolock${READONLY} 2> /dev/null || mount.nfs ${SERVER}:${SRC} ${DST} -o nolock${READONLY}
;;
smb)
echo "qindel: SERVER: $SERVER"
echo "qindel: SRC: $SRC"
echo "qindel: DST: $DST"
echo "qindel: OPTIONS: $OPTIONS"
echo "qindel: READONLY: $READONLY"
ping -c 3 $SERVER
mount.cifs //${SERVER}/${SRC} ${DST} ${OPTIONS}${READONLY}
;;
local)