Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 04-19-2006, 12:54 AM   #1 (permalink)
RockyZ's Avatar
 
Ultra Techie

Join Date: Oct 2005

Posts: 902

RockyZ is on a distinguished road

Send a message via AIM to RockyZ
Default Sharing Folder On Ubuntu Laptop

Setup a network with everything. With my Ubuntu laptop I can see my Windows XP shared folder, and on my Windows Xp I can see my Linux.

The problem is when I try to access the shared folder in Ubuntu from my XP, it request username and password. I did not setup a password for this shared folder. I tried using my login for my Ubuntu, it did not work. What should I do to gain access to it?
__________________

e6300@2.8GHZ
G. Skill 4GB(2x2GB) DDR800
eVGA 8800GTS 320MB
super pi: 1m=20s
RockyZ is offline  
Old 04-19-2006, 01:04 AM   #2 (permalink)
Greg's Avatar
 
Indeed.

Join Date: Dec 2004

Posts: 1,554

Greg is on a distinguished road

Default

type this command
Code:
sudo gedit /etc/samba/smb.conf
into the terminal and type your password when it asks. Then scroll down to the "authentication" section and find where it says something like "security = usr" (not sure if thats exactly what it is, its been months since I changed it) and change it to "security = share"

After that type this command
Code:
sudo /etc/init.d/samba restart
Then test it out and let me know how it goes.
__________________
Greg is offline  
Old 04-19-2006, 01:10 AM   #3 (permalink)
RockyZ's Avatar
 
Ultra Techie

Join Date: Oct 2005

Posts: 902

RockyZ is on a distinguished road

Send a message via AIM to RockyZ
Default

thanks man, I have no idea how I could have done it without help
__________________

e6300@2.8GHZ
G. Skill 4GB(2x2GB) DDR800
eVGA 8800GTS 320MB
super pi: 1m=20s
RockyZ is offline  
Old 04-19-2006, 01:14 AM   #4 (permalink)
RockyZ's Avatar
 
Ultra Techie

Join Date: Oct 2005

Posts: 902

RockyZ is on a distinguished road

Send a message via AIM to RockyZ
Default

Ahh, nvm, still doesn't work
__________________

e6300@2.8GHZ
G. Skill 4GB(2x2GB) DDR800
eVGA 8800GTS 320MB
super pi: 1m=20s
RockyZ is offline  
Old 04-19-2006, 01:17 AM   #5 (permalink)
Greg's Avatar
 
Indeed.

Join Date: Dec 2004

Posts: 1,554

Greg is on a distinguished road

Default

Hmm, hang on a minute, I'll try to figure it out
__________________
Greg is offline  
Old 04-19-2006, 01:20 AM   #6 (permalink)
Greg's Avatar
 
Indeed.

Join Date: Dec 2004

Posts: 1,554

Greg is on a distinguished road

Default

Ah, yes, okay. See that little simicolon in front of that line I told you to edit? Delete that, it's commenting out the line. Then do
Code:
sudo /etc/init.d/samba restart
again. (a little tip: if you dont want to copy and paste that command again just open the terminal and hit the up arrow until you see it, then hit enter.)

I hope that works
__________________
Greg is offline  
Old 04-19-2006, 01:31 AM   #7 (permalink)
RockyZ's Avatar
 
Ultra Techie

Join Date: Oct 2005

Posts: 902

RockyZ is on a distinguished road

Send a message via AIM to RockyZ
Default

I already restarted the server maybe I should restart this machine to see if that the problem
__________________

e6300@2.8GHZ
G. Skill 4GB(2x2GB) DDR800
eVGA 8800GTS 320MB
super pi: 1m=20s
RockyZ is offline  
Old 04-19-2006, 01:32 AM   #8 (permalink)
Greg's Avatar
 
Indeed.

Join Date: Dec 2004

Posts: 1,554

Greg is on a distinguished road

Default

Did you already uncomment that line?
__________________
Greg is offline  
Old 04-19-2006, 01:35 AM   #9 (permalink)
RockyZ's Avatar
 
Ultra Techie

Join Date: Oct 2005

Posts: 902

RockyZ is on a distinguished road

Send a message via AIM to RockyZ
Default

ahh that was the problem thanks
__________________

e6300@2.8GHZ
G. Skill 4GB(2x2GB) DDR800
eVGA 8800GTS 320MB
super pi: 1m=20s
RockyZ is offline  
Old 04-19-2006, 01:40 AM   #10 (permalink)
Greg's Avatar
 
Indeed.

Join Date: Dec 2004

Posts: 1,554

Greg is on a distinguished road

Default

No problem, glad I could help
__________________
Greg is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On