[Allen Arumainayagam
<aarumainayagam@clariion.com>]> Using SAMBA can I mount Windows/NT Drives and Windows Printers onto
> my Linux box. I am running NT 4.0 and SuSe Linux 6.4.
Samba does not let you mount drives. It *does* let you have access to
printers, using smbclient. The usual way to integrate this with lprng
or BSD lpd is to use the "if=" field in your printcap file to point to
a script that invokes smbclient properly.
If you want to mount Windoze drives on your computer, you will need
`smbmount', which although distributed with Samba is not part of it.
It's all in the documentation, including an example script for lpd, so
have fun.
Peter