> I've installed 1.3.1 on a machine at work. It's on a (physical) network > with a bunch of Windows boxes running NT, Win95 and WFW3.x. I've added ... > Samba from bo is installed (with no problems) on the Linux box. > > What I'm looking for is the absolute minimum /etc/smb.conf that will > allow me to share a directory, say /tmp, on the Linux box with the > Windows box. > > I've RTFM'd until I'm blue in the eyes, but I'm missing something. The
I have not yet configured Samba on my new debian installation, but here is the /etc/smb.conf file (minus many commented out pieces) that I used successfully from my previous (RedHat) installation to export a linux directory ( /dospub ) to a Windows 95 box. I believe I had to add 'dos' as a user and probably make 'dos' the owner of the /dospub directory. I hope this helps get you started. -- Frank [EMAIL PROTECTED] -------------------- /etc/smb.conf ---------------- [global] printing = bsd printcap name = /etc/printcap load printers = yes ; Uncomment this if you want a guest account ; guest account = pcguest guest account = dos log file = /var/log/samba-log.%m lock directory = /var/lock/samba share modes = yes [homes] comment = Home Directories browseable = no read only = no create mode = 0750 [printers] comment = All Printers browseable = no printable = yes public = no writable = no create mode = 0700 ; A publicly accessible directory, but read only, except for people in ; the staff group [public] comment = Public Stuff path = /home/samba public = yes writable = yes printable = no write list = @staff [dos] comment = Dos public directory path = /dospub public = yes ;only guest = yes guest ok = yes writable = yes printable = no ----------------------- end of /etc/smb.conf ------------------ -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .