Difference between revisions of "Mounting windows share from Ubuntu"
From MyWiki
Line 2: | Line 2: | ||
It will ask for the password for root | It will ask for the password for root | ||
mount -t cifs //192.168.0.42/george /test -o rw,user=george2,pass=xxxxx( this did not work ) | mount -t cifs //192.168.0.42/george /test -o rw,user=george2,pass=xxxxx( this did not work ) | ||
+ | mount -t cifs //192.168.0.65/root /mnt -o rw,user=root,pass=xxxxxxxx ( this worked ) |
Revision as of 20:09, 18 May 2014
mount -t cifs //192.168.0.65/root /mnt -o rw It will ask for the password for root mount -t cifs //192.168.0.42/george /test -o rw,user=george2,pass=xxxxx( this did not work ) mount -t cifs //192.168.0.65/root /mnt -o rw,user=root,pass=xxxxxxxx ( this worked )