How can i mount a windows share in read-write mode from my linux system
I am able to mount in readonly mode as below even though i mentioned rw in that.
mount -t cifs -o username=administrator,password=adminpass,rw,0,0 //192.168.1.1/RHEL5 /mnt/win
This post is related to
2679317