# Quick one-liner to mount (replace YOUR_PASSWORD with actual password)
# sudo mkdir -p /mnt/aumentum_contentstore

# sudo mount -t cifs \
#   //10.10.10.5/LRS_STORAGE \
#   /mnt/aumentum_contentstore \
#   -o username=uoofem,password=5bad89a3,uid=$(id -u),gid=$(id -g),vers=3.0

# # Verify it worked
# ls -la /mnt/aumentum_contentstore/contentstore/

sudo umount /mnt/aumentum_contentstore

sudo mount -t cifs //10.10.10.5/LRS_STORAGE /mnt/aumentum_contentstore -o credentials=/root/.smb_credentials_aumentum,uid=1000,gid=1000,file_mode=0755,dir_mode=0755

 df -h | grep aumentum

 ls -la /mnt/aumentum_contentstore/contentstore/