NMT:Samba

From Lundman Wiki
Revision as of 13:08, 23 April 2008 by Lundman (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Easy. Once Telnet access is enabled

Edit /etc/samba/lib/smb.conf and add a section

         [USB_DRIVE_A]
         path = /opt/sybhttpd/localhost.drives/USB_DRIVE_A-1
         read only = No
         guest only = Yes
         guest ok = Yes 

I did this by simply inserting 'echo' before each line and '>> smb.conf' at the end of each line.

Stop and start the samba server to see the effect.