Why in the world are you using samba to share files across linux machines.

You have got something better.

Use nfs

e.g.

Pc1 has a directory /home/foo. You want this directory under PC2.

to /etc/exports of PC1(192.168.1.1) mention
<file /etc/exports>
/home/foo  192.168.1.100(rw,no_root_squash)
</file>

restart nfs services on PC1.

on PC2 (192.168.1.100)

# mount 192.168.1.1:/home/foo /test

assuming the /test exists and is an empty directory.

If somehow this does not work. just reboot the systems and try.

Kapil

>  I had also tried NFS. But if i try to mount the
> directory i get an error ¨Permission Denied¨, the
> sharing for NFS has been doen using the examples in
> the howtos. Any pointers for this problem???



_______________________________________________
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd

Reply via email to