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
You have to use Samba to make your Linux box visible to Windows.
Dragan
You could enable sharing on the Win box and use smbmount. Not much better
than NFS, but it does work.
- Bob
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
--
Much will depend on how you've shared it. Try man smbmount. I had to play
with the parameters.
- Bob
Marvin
--
In article <964uk3$psk$1...@london.vmware.com>, "Bob G"
> 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
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"
Check out "man fstab". You just need to add it with the appropriate
parameters.
- Bob