[SWLUG] Mounting a Samba NAS Disk

Hugh Saunders hugh at mjr.org
Sat May 24 10:50:48 UTC 2008


Hello :)

On Sat, May 24, 2008 at 11:02 AM, 'o-Dzin Tridral <tridral at gmail.com> wrote:
> I'm using OpenSuse 10.3 and apparently
> this no longer supports the smbfs filesystem, so I'm attempting to use Cifs.

> I have the following in smbfstab
> //<drive>/<share>  /mnt/<point>      cifs    username=<me>,password=<mine>

Have you tried that in /etc/fstab? I'm not sure about opensuse, works
in fstab in debian.

> All hints gratefully received!
can you mount it with:
mount.cifs <host>:<share> <mountpoint> -ousername=<user>,password=<pass> ?

This pdf seems to have some useful points:
http://pserver.samba.org/samba/ftp/cifs-cvs/linux-cifs-client-guide.pdf

Does the drive run sshd? if it does, that would make your rsync
backups much easier...

-- 
Hugh Saunders



More information about the Swlug mailing list