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

Inizio della pagina

Reply to this message
Autore: Alan Pope
Data:  
To: Hampshire LUG Discussion List
Oggetto: 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.