Monthly Archives: January 2010

Samba / CIFS mounting and changing owner

Extensively described at http://opensuse.swerdna.org/susesambacifs.html#tempown Add in /etc/fstab : //RemoteIP/ShareName /LocalMountpoint cifs credentials=/etc/smbcredentials,uid=<youruser>,gid=<yourgroup> 0 0 /etc/credentials consists of 2 lines: username=<serverusername> password=<serverpassword>

Posted in Uncategorized | Leave a comment