Re: Samba : Linux client to M$ Windows ?

2002-07-03 Thread loophole
yup. It is possible. in RHL 7.2 and RHL 7.3, you can use Konqueror to browse an MS machine by specifying something like this at the location/address: smb://windows_netbios_name/ windows_netbios_name here is the machine name of the win pc that can be seen in the network neighborhood. You need to

RE: Samba : Linux client to M$ Windows ?

2002-06-27 Thread Carter, Shaun G
if sharing is enabled on the M$ pc the command would something similar to the following mount -t smbfs //server/share if it is password protected it will ask you for the pw also you can get the names of the shares on a server with the following command smbclient -L //server Shaun Carter

Re: Samba : Linux client to M$ Windows ?

2002-06-27 Thread Anand Buddhdev
On Thu, Jun 27, 2002 at 03:36:55PM +0200, Van Den Abeele Kristof wrote: First of all ,thanx you all for the hostname information... But I have already another question. I want to install samba have read several docs howto's . But one thing isn't quite clear to me. I'v read you can

Re: Samba : Linux client to M$ Windows ?

2002-06-27 Thread Wesley Murphy
locate smb | grep bin man smbclient man smbmount On Thursday 27 Jun 2002 9:36 am, Van Den Abeele Kristof wrote: First of all ,thanx you all for the hostname information... But I have already another question. I want to install samba have read several docs howto's . But one thing isn't

RE: Samba : Linux client to M$ Windows ?

2002-06-27 Thread Michael S. Dunsavage
if you use Xwindows, you might like LinNeighborhood. It's a rather nifty program that works like MS Network Neighborhood. find it @ www.freshmeat.net -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Van Den Abeele Kristof Sent: Thursday, June 27,

RE: Samba : Linux client to M$ Windows ?

2002-06-27 Thread Chris Meister
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Van Den Abeele Kristof Sent: Thursday, June 27, 2002 8:37 AM To: [EMAIL PROTECTED] Subject: Samba : Linux client to M$ Windows ? First of all ,thanx you all for the hostname information... But I have

RE: Samba : Linux client to M$ Windows ?

2002-06-27 Thread Chris Meister
Not quite sure. I would try connecting to the pc's \\ipaddress\C$ from the linux client. /c -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Van Den Abeele Kristof Sent: Thursday, June 27, 2002 8:37 AM To: [EMAIL PROTECTED] Subject: Samba : Linux client

RE: Samba : Linux client to M$ Windows ?

2002-06-27 Thread Engstrom_Carl
and step-by-step testing and setup that will help you get off to the right start. carl -Original Message- From: Chris Meister [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 27, 2002 9:01 AM To: [EMAIL PROTECTED] Subject: RE: Samba : Linux client to M$ Windows ? -Original Message

Re: Samba : Linux client to M$ Windows ?

2002-06-27 Thread daniel
- Original Message - Sent: Thursday, June 27, 2002 9:28 AM Subject: RE: Samba : Linux client to M$ Windows ? | The short answer is yes, you can access a M$ share from Linux. I have done | this before with the smbmount command. It basically lets you mount a | CIFS/SMB filesystem

RE: Samba : Linux client to M$ Windows ?

2002-06-27 Thread Trevor
PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of daniel Sent: Thursday, June 27, 2002 12:02 PM To: [EMAIL PROTECTED] Subject: Re: Samba : Linux client to M$ Windows ? # mount -t smb //computername/sharename /mnt/mountpoint/ and to unmount: # umount /mnt/mountpoint

Re: Samba : Linux client to M$ Windows ?

2002-06-27 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 27-Jun-2002/12:13 -0600, Trevor [EMAIL PROTECTED] wrote: Carl, You can mount automatically (but don't do this over the Internet because the password is transmitted in clear text): [snip] Your firewall should prevent any such traffic from