Sharing a hard disk on the network NFS of Samba?
Gilles Gravier
gilles at gravier.org
Tue Oct 7 15:56:55 UTC 2008
Felipe,
Felipe DOMINGUEZ wrote:
> Hello.
>
> I would like to share a hard disk on the network, I have tried with
> samba, and follow the instruction on the ubuntu documentation. it
> works to share a local folder on the computer but it does not work to
> share the mounted hard disk.
>
> Then reading around I discover that it may be better to use NFS, and
> event that there is an NFS over TCP instead of UDP which is faster
> than samba and more reliable. Is it this true?
>
> can you recommend a nice NFS tutorial? again I have found many, is
> just that some of them date on 2002, and I know there are new versions
> NFS.
>
> When can I get good and updated documentation on NFS?
>
> thanks in advance.
NFS will work. There are even clients for Windows... but SAMBA is simple
as Windows will see it direct.
Start by looking at */etc/samba/smb.conf*
First, edit your "*workgroup = XXXXX*" line to reflect the home workgroup.
You might want to check the "*unix password sync = /yes/*" line so that
SAMBA users have the same passwords as your UNIX users... but not a
requirement. You can have separate ones.
Most importantly, at the end of a file, add a section looking like the
following :
*[/name-of-your-share/]
comment = /Details explaining the share/
read only = no
locking = no
path = //path/to/your/usb/mounted/device/
guest ok = yes*
Of course you want to ensure your USB disk always mounts in the same
place... edit */etc/fstab* for that!
Finally, keep in mind that most external USB disks power down to save
energy. This means that accessing the disk may take long, from time to
time if you have to wake it up... I've had that experience and didn't
like it at all!
Gilles.
--
/*Gilles Gravier*/ *=* *Gilles at Gravier.org* <mailto:Gilles at Gravier.org>
ICQ : *77488526*
<http://www.icq.com/whitepages/about_me.php?Uin=77488526> * || *MSN
Messenger : Gilles at Gravier.org <http://members.msn.com/Gilles@Gravier.org>*
*Skype : ggravier <callto://ggravier>* || *Y! : ggravier
<http://profiles.yahoo.com/ggravier> || AOL : gillesgravier
<aim:goim?screenname=gillesgravier>
PGP Key ID : *0x8DE6D026*
<http://pgp.mit.edu:11371/pks/lookup?search=0x8DE6D026&op=index>
"Living on Earth is expensive, but it does include a free trip around
the sun."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20081007/f46e513b/attachment.html>
More information about the ubuntu-users
mailing list