Hi,
I am trying to do an equivalent to this:
smbmount //srv_files/f$/ /mnt/srv_files -o username=user,password=pass,rw
I am getting permission denied though, but if I do:
smbmount //srv_files/active/ /mnt/srv_files -o username=user,password=pass,rw
then it works just fine, just wondering if this type of mounting with smbmount is even possible to do?