Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Seeing WIN

1 view
Skip to first unread message

mpierce

unread,
Feb 9, 2001, 11:42:01 PM2/9/01
to
I've 2.03 configured; it prints and from WIN98, I can see Linux (host)

I'm wondering is there anyway to see WIN from LIN?

I've tried to use NFS, but of course when I configure it, I'm really
mounting my /home/mpierce directory so that it is accessible.

The IP that VMware is using is 192.168.147.1

Marvin

Dragan Colak

unread,
Feb 10, 2001, 3:16:08 AM2/10/01
to
mpierce wrote:

You have to use Samba to make your Linux box visible to Windows.

Dragan


Bob G

unread,
Feb 10, 2001, 5:02:55 AM2/10/01
to

"mpierce" <mpi...@bigpond.net.au> wrote in message
news:962pcd$mqn$1...@london.vmware.com...

> I've 2.03 configured; it prints and from WIN98, I can see Linux (host)
>
> I'm wondering is there anyway to see WIN from LIN?
>
> I've tried to use NFS, but of course when I configure it, I'm really
> mounting my /home/mpierce directory so that it is accessible.

You could enable sharing on the Win box and use smbmount. Not much better
than NFS, but it does work.

- Bob


mpierce

unread,
Feb 10, 2001, 3:36:08 PM2/10/01
to
Dragon & Bob
Thanks for reply.
Now that I know it can be done. Can you provide some additional help:

In WIN hd is C:\
Full file sharing enabled as DellBook; no password req'd

My VMware network is 192.168.147.1

In /etc/exports I enter:
DellBook 192.168.147.1/24(rw,no_root_squash)

From term, I run:
1) /usr/sbin/exportfs -a #refresh list of shared drives
2) /etc/rc.d/init.d/nfs start #start NFS server - everything OK
3) /usr/sbin/rpcinfo -p #check nfs & mountd is running
4) mount 192.168.147.1:DellBook /mnt/nfsm #produces error
mount: 192.168.147.1:DellBook failed, reason given by server:
Permission denied

I'm doing something wrong! Can you tell me what to correct?

Marvin
--

Bob G

unread,
Feb 10, 2001, 8:20:23 PM2/10/01
to

"mpierce" <mpi...@bigpond.net.au> wrote in message
news:964h97$j8s$1...@london.vmware.com...
> [...]

>
> In WIN hd is C:\
> Full file sharing enabled as DellBook; no password req'd.

Much will depend on how you've shared it. Try man smbmount. I had to play
with the parameters.

- Bob

mpierce

unread,
Feb 10, 2001, 8:05:11 PM2/10/01
to
Bob,
Thanks for prompt reply!
Can you shoot me your parametres so I have a starting point?

Marvin
--
In article <964uk3$psk$1...@london.vmware.com>, "Bob G"

Bob G

unread,
Feb 11, 2001, 2:00:02 AM2/11/01
to
"mpierce" <mpi...@bigpond.net.au> wrote in message
news:96511m$r10$1...@london.vmware.com...

> Can you shoot me your parametres so I have a starting point?

Er, try "man smbmount" at a shell prompt or just "smbmount" and read the
on-screen hints. My parameters would be useless as our configurations are
different, and you need to understand the parameters to get it to work for
your environment.

- Bob

mpierce

unread,
Feb 11, 2001, 4:32:14 PM2/11/01
to
Thanks Bob!

Changed a few things in /etc/smb.conf and tried:

mount -t smbfs -o username=mpierce,password=xxxxx //DellBook/C
/mnt/smb

I'm in!

As this is not a typical device, how do I config this for my fstab so it
will be automatically be mounted when I boot?

Marvin
--
In article <965igu$3b6$1...@london.vmware.com>, "Bob G"

Bob G

unread,
Feb 11, 2001, 6:08:21 PM2/11/01
to

"mpierce" <mpi...@bigpond.net.au> wrote in message
news:9678u9$ugq$1...@london.vmware.com...
> [...]

> As this is not a typical device, how do I config this for my fstab so it
> will be automatically be mounted when I boot?

Check out "man fstab". You just need to add it with the appropriate
parameters.

- Bob

0 new messages