Mounting windows share from Ubuntu

From MyWiki
Revision as of 20:05, 18 May 2014 by George2 (Talk | contribs)

Jump to: navigation, search
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=1qasw2 ( this did not work )