Re: [Hampshire] Where's the best place to mount NAS?

Page principale

Répondre à ce message
Auteur: Alan Pope
Date: 2008-08-19 12:20 -000
À: Hampshire LUG Discussion List
Sujet: Re: [Hampshire] Where's the best place to mount NAS?
On Mon, Aug 18, 2008 at 07:14:31PM +0100, Rob Malpass wrote:
>
> sudo mount -t smbfs //sharename /mnt/wherever
>


I do this (as others have mentioned) via the /etc/fstab file.

//192.168.1.39/drobo /media/drobo cifs
guest,uid=1000,iocharset=utf8,codepage=unicode,unicode 0 0

All of that on one line. All my machines have that line and they mount the
drobo samba share at boot under /media/drobo. I guess I should have it under
/mnt/drobo, but I don't really care :)

Cheers,
Al.