First create a folder (say LabServer) where you have permissions.
Then do:
sudo mount -t cifs //xx.xxx.xx/ServerPath /home/kghose/LabServer -o username=user123
If you add the noperm option as
sudo mount -t cifs //xx.xxx.xx/ServerPath /home/kghose/LabServer -o username=user123,noperm
Then you don't have to deal with annoying permissions issues that might prevent you from writing to the disk
Then do:
sudo mount -t cifs //xx.xxx.xx/ServerPath /home/kghose/LabServer -o username=user123
If you add the noperm option as
sudo mount -t cifs //xx.xxx.xx/ServerPath /home/kghose/LabServer -o username=user123,noperm
Then you don't have to deal with annoying permissions issues that might prevent you from writing to the disk
Comments
Post a Comment