From: Jeff Gaines on
On 14/08/2005 anahata wrote:

> I'm not sure whether you can mount a remote windows drive to just
> appear in your file system like you can with NFS between Linu boxes.


I was able to mount //jgsvr/DataShare /mnt/jgsvr and see a disk that is
on an XP machine from a SuSE machine.

Trouble is I'm at a stage where I don't know why or how it worked :-)
I did have Samba running.

--
Jeff Gaines - Damerham Hampshire UK
Using XanaNews 1.17.5.9
From: Simon Waters on
On Sun, 14 Aug 2005 11:17:06 +0100, 007*** wrote:
>
> I have pinged the IP address but it says the network is unreachable.

This indicates a simple IP addressing, or networking problem.

The IP address you pinged in on a different network, and there is no route
to this network.

Most likely if they are all on the same LAN (plugged in and configured),
is that the sub-net masks are not consistent.

Post IP address and sub-net mask of the two machines - if you can't work
it out.

ifconfig will show this on the Linux box.

Windows it'll be ipconfig (from
cmd) or "winipcfg", or from the network icon properties or from
the connection properties. Oh and the route to it gets renamed again in
Vista.

Simon

--
http://personal.technocool.net/

From: Keith Matthews on
anahata wrote:

> 007*** wrote:
>> I see were your coming from but I just want to connect to my Widoze
>> machine using Linux, do I use Samba? In order to share files. What do I
>> need to configure. What do I have to do on the Widoze machine?
>
> To see file shares on a windows machine from Linux, you can use
> smbclient which is part of samba. Last time I looked it was a rather
> crude ftp-like command line client, good for occasional use in an
> emergency but not very handy for general file sharing. Of course you
> have to enable sharing of the resources on Windows too.
>
> I'm not sure whether you can mount a remote windows drive to just appear
> in your file system like you can with NFS between Linu boxes.

Mount works just as well on smbfs as it does on NFS. Options are a little
different, you have to supply a password and you will probably have to
specify a workgroup to get authentication to work.

Does mean that you must have smbfs support compiled into the kernel (inline
or as a module). Having said that most distros seem to provide that as
standard.
From: Ian on
anahata wrote:
> 007*** wrote:
>
>> I see were your coming from but I just want to connect to my Widoze
>> machine using Linux, do I use Samba? In order to share files. What do
>> I need to configure. What do I have to do on the Widoze machine?
>
>
> To see file shares on a windows machine from Linux, you can use
> smbclient which is part of samba. Last time I looked it was a rather
> crude ftp-like command line client, good for occasional use in an
> emergency but not very handy for general file sharing. Of course you
> have to enable sharing of the resources on Windows too.
>
> I'm not sure whether you can mount a remote windows drive to just appear
> in your file system like you can with NFS between Linu boxes. Of course
> Samba works fine the other way round, where part of the Linux file
> system appears under a "mapped network drive" letter on Windows.
>
> But earlier you said you couldn't ping the Windows machine from Linux,
> so either you've got a lower level connectivity problem or if it's XP
> maybe you need to get into the firewall and enable ICMP EQHO requests
> (been there, done that recently...)
>
I've now managed to ping the Windoze machine and it says MSHOME etc and
the correct IP adrress so and I can see each machine talking. But I
can't connect to the internet using IE whilst my Linux box is connected.
Do you know how I can do that?

Ian.