SO. As fellow kubuntu readers know, I've been having a lot of problems just trying to share a folder or two.
Various results
1. I can see the share, but cannot access it. error port 445 blocked
2. I get prompted for kdewallet, then the username, workgroup, and password box, that just wont disappear, regardless of correct or incorrect information entered
3. As soon as I double click Shared Samba Folder (SMB), I get errors Messages vary but google searches don't tell me much and most indicate your on Windows with this error.
So Question 1. How is a user1 from pc1 added as a valid user of pc2 ?
I've been using @sambashare for valid user, writable users, etc
but on pc1 I use mm3 as username1, and pc2 I use mm7. Both have different passwords.
HENCE. My Question on Samba Security and how it works.
HENCE2 - WHY. I HAVE A winXP PROGRAM =VisualCD= that gets filenames, sizes & types off of CD's, DVD's & HDD's. I haven't purchased a new version of windows nor do I intend to for one(1) little program. I have tried to get it to run under Linux (DOS windows thingy) but I have had even less success with that than I have with Samba. Plus's of Samba is I can copy and move files around.
Also. chmod of the shared folder? Do I do this or not.
I have also re-tried gadmin-samba as suggested earlier different post, and overall it confuses that heck out of me.
Found this at samba.org chapter 1.
	
		
							
						
					Various results
1. I can see the share, but cannot access it. error port 445 blocked
2. I get prompted for kdewallet, then the username, workgroup, and password box, that just wont disappear, regardless of correct or incorrect information entered
3. As soon as I double click Shared Samba Folder (SMB), I get errors Messages vary but google searches don't tell me much and most indicate your on Windows with this error.
So Question 1. How is a user1 from pc1 added as a valid user of pc2 ?
I've been using @sambashare for valid user, writable users, etc
but on pc1 I use mm3 as username1, and pc2 I use mm7. Both have different passwords.
HENCE. My Question on Samba Security and how it works.
HENCE2 - WHY. I HAVE A winXP PROGRAM =VisualCD= that gets filenames, sizes & types off of CD's, DVD's & HDD's. I haven't purchased a new version of windows nor do I intend to for one(1) little program. I have tried to get it to run under Linux (DOS windows thingy) but I have had even less success with that than I have with Samba. Plus's of Samba is I can copy and move files around.
Also. chmod of the shared folder? Do I do this or not.
I have also re-tried gadmin-samba as suggested earlier different post, and overall it confuses that heck out of me.
Found this at samba.org chapter 1.
			
			
				Example 1.1. A minimal smb.conf 
 
			
		
	| [global] | 
| workgroup = WKG | 
| netbios name = MYNAME | 
| [share1] | 
| path = /tmp | 
| [share2] | 
| path = /my_shared_folder | 
| comment = Some random files | 




Comment