On Fri, 18 Oct 2002 [EMAIL PROTECTED] wrote: > Please help is there any way using samba to map a NT share onto a UNIX > (sun Solaris box) i can do it the other way mapping a unix share to an NT > box
Suggest you check out: http://www.obdev.at/products/sharity/ Another way on Sun is to use smbsh. This is part of Samba, but you do need to set the appropriate options to configure to generate the binaries needed. Smbsh does not "map" an SMB resource into your file system but works more like automounter does. When you run smbsh you c an cd to /smb where an 'ls' will list the domains and workgroups, cd to a workgroup and you see the machines in that workgroup, cd to the machine name and you see the shared resources, etc... If you were using Linux you could use smbfs. - John T. -- John H Terpstra Email: [EMAIL PROTECTED] -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
