Very Simple Samba Disk Sharing

Standard

Since there’s a million different pages covering Samba, I’ll just make some
short notes what I had to change in the default config to have machine keep a
network disk sharable to allow my other computer mount it as a network disk
using Windows 98, without specifying a password.

Change the line in /etc/smb.conf that says security = user to
instead become security = share.

Add a section in the ‘Share Definitions’ that looks something like:

[data]
comment = General Data Disk
path = /data
read only = No
guest ok = Yes

Make samba reload the config file and fly…


Disclaimer:
By reading and/or using the information within this web page you agree to hold the author, publisher and all related entities harmless from any claim directly or indirectly related to the information given or the use of any part of the information on this web site. Use at own risk. No responsibility taken.