Re: [Hampshire] Where's the best place to mount NAS?
English
This message is part of the following thread:
the complete thread tree sorted by date
Stephen Nelson-Smith at
2008-08-18 18:43
Alex Phillips at
2008-08-19 17:20
Author:
Alan Pope
Date:
2008-08-19 12:20
UTC
To:
Hampshire LUG Discussion List
Subject:
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.