From: Conor Daly (conor.daly at domain oceanfree.net)
Date: Thu 18 May 2000 - 15:16:22 IST
Jason,
Correct me if I'm wrong (nah!-)...
You have your Linux box shared now and various NT boxes also have shares
available. Now you want to be able to access those shares from your Linux
box. Assuming you don't want to export these shares with samba (why would
you since they're already shared unless you want to have access control for
them) you can just mount them on the linux box using the mount command.
mount -t smbfs //<NT_SERVER>/<SHARE> /mnt/<MOUNT>/<POINT>
and include a -o username, password and whatever other options are required.
Do a "man smbmount" and "man smbmnt" for details.
If you *do* want to share them with samba, just create a share for the mount
point and away you go...
Conor Daly
------------------------------------------
conor.daly at domain oceanfree.net
ph +353 1 8326146
fax +353 1 8326146
------------------------------------------
-----Original Message-----
From: Jason A. Corcoran <corcoraj at domain aldiscon.ie>
To: ilug at domain linux.ie <ilug at domain linux.ie>
Date: 18 May 2000 12:15
Subject: Re: [ILUG] Samba
>"Jason A. Corcoran" wrote:
>
>> Dave,
>> Thanks for the Reply. Below is a copy of my smb.conf I'm fairly new to
>> this so forgive ....
>> I need to mostly allow users to brows my linux box, If I could access
>> there NT boxes that would be a bonus.
>>
>> Thanks.
>> Jason :o)
>>
>> ;*******************section global*****************
>> [global]
>> workgroup = LOGICA-IRL
>> server string = Test Samba
>> printcap name = /etc/printcap
>> load printers = yes
>> log file = /var/log/samba/log.%m
>> max log size = 50
>> security = DOMAIN
>> socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
>> local master = no
>> wins support = yes
>> dns proxy = yes
>> ;*******************section homes*****************
>> [homes]
>> comment = Home Directories
>> browseable = no
>> writable = yes
>> ;*******************section printers*****************
>> [printers]
>> comment = All Printers
>> path = /var/spool/samba
>> browseable = no
>> guest ok = no
>> writable = no
>> printable = yes
>> Dave Airlie wrote:
>>
>>> Are you using 98 or NT and plain text passwords on the Linux box? if
>>> so
>>> either enable encryped passwords on the samba box or add the
>>> registry
>>> entry in samba docs to 98/NT boxen... encrypted passwords is usually
>>> a
>>> better ida... especiailly if you don't have many users..
>>>
>>> Dave.
>>>
>>> On Thu, 18 May 2000, Jason A. Corcoran wrote:
>>>
>>> > > Hi there :o)
>>> >
>>> > I have been trying to get my linux box visable on a NT domain. I
>>> have managed to do this using Gnosamba, a
>>> > gui for configuring your samba server. But I can't browse the
>>> shared directories. I've tried this from a NT
>>> > boxx on the network. I'm told by windows that the user is not
>>> allowed access the linux box any suggestions.
>>> >
>>> > Jason.
>>> >
>>> >
>>> > > look for kruiser on http://freshmeat.net
>>> > > Nice app..
>>> > >
>>> > > Donncha.
>>> > >
>>> > > "Jason A. Corcoran" wrote:
>>> > > >
>>> > > > Hi There :o)
>>> > > >
>>> > > > I have installed linux on my work machine, but I need to be
>>> able to browse some NT machine hard drives.
>>> > > >
>>> > > > Is this possible.
>>> > > >
>>> > > > Jason.
>>> > > >
>>> >
>>> > --
>>> > _________________________________________
>>> > Jason Corcoran.
>>> > SIT Core Team Leader.
>>> > Logica.
>>> > Wireless Data Division.
>>> > Plaza 5.
>>> > Harbour Master Place.
>>> > Dublin 1.
>>> >
>>> > Phone: +353 (0)1 8193779.
>>> > _________________________________________
>>> >
>>> >
>>> >
>>> >
>>> >
>>>
>>> --
>>> ------------ David Airlie, David.Airlie at domain ul.ie,airlied at domain skynet
>>> --------
>>> Telecommunications Research Centre, ECE Dept, University of Limerick
>>> \
>>> http://www.csn.ul.ie/~airlied -- Telecommunications
>>> Researcher \
>>> --- TEL: +353-61-202695
>>> -----------------------------------------------
>>
>> --
>> _________________________________________
>> Jason Corcoran.
>> SIT Core Team Leader.
>> Logica.
>> Wireless Data Division.
>> Plaza 5.
>> Harbour Master Place.
>> Dublin 1.
>>
>> Phone: +353 (0)1 8193779.
>> _________________________________________
>>
>>
>
>--
>_________________________________________
>Jason Corcoran.
>SIT Core Team Leader.
>Logica.
>Wireless Data Division.
>Plaza 5.
>Harbour Master Place.
>Dublin 1.
>
>Phone: +353 (0)1 8193779.
>_________________________________________
>
>
>
>
>--
>Irish Linux Users' Group: ilug at domain linux.ie
>http://www.linux.ie/mailman/listinfo/ilug for (un)subscription information.
>List maintainer: listmaster at domain linux.ie
>
This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:06:12 GMT