LinuxSA Mailing list archives
Index:
[thread]
[date]
[subject]
[author]
[stats]
From: Martin Sandiford <ms@mcdev.com.au>
To : James Leone <Jleone@pacbell.net>
Date: Wed, 29 May 2002 23:31:36 +0930
Re: Samba client for Linux
On Tue, 28 May 2002, Jleone@pacbell.net wrote:
> Richard Sharpe wrote:
>>
>> Hmmm, why use mount_smbfs when you can simply use NFS and the mount
>> command?
>>
>
> Well, I don't know anything at all about NFS. Is it possible to mount
> a Samba share with NFS? It sounds like something I would like to
> learn.
>
> All of our worksations are partitioned, so Linux uses the same shares
> that our Windows 2000 workstations do.
Are these shares exported from a Linux machine or a Windows machine?
If they are exported from a Linux machine, I am not aware of anything
that would prevent you from also exporting them as NFS mounts. You
could have a look at the NFS-HOWTO at http://www.tldp.org
Alternatively, if you do not care too much about who can read/write
from/to files, then you might like to look at the man page for smbmount,
in particular the "fmask" and "dmask" options, which will allow you to
mount as root, but have the files readable/writable by all. You might
try something like:
# smbmount //server/service directory -ousername=guest,fmask=0666,dmask=0777
and see if this is what you want. Be aware that this means that all
users on the client machine will potentially be able to read, write and
delete files at will (subject to the "guest" permissions on the server),
but perhaps this does not matter much to you on a single user machine in
a closed network.
Martin
--
--
LinuxSA WWW: http://www.linuxsa.org.au/ IRC: #linuxsa on irc.linux.org.au
To unsubscribe from the LinuxSA list:
mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject
Index:
[thread]
[date]
[subject]
[author]
[stats]
Return to the LinuxSA Mailing List Information Page