• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Keeping Windows Logged Into Samba Share

timswim78

Diamond Member
I am running a "server" on Fedora. On my Windows XP machine is a network drive that is mapped to the samba share on the Fedora machine. Every time I log into Windows, I have to relogon to that samba share if I want to access that network drive. Is there a way for Windows or Fedora to remember the login/?
 
1)In the smb.conf file, set the security to "SHARE".
2)Add a user to the unix box with the exact same username that you use on the windows box, and the exact same password. If you use a password less than 6 characters long, you'll need to change that parameter in the smb.conf file also.
3) run the command 'smbpasswd -a <yourusernamehere>' remove the ' and the <>🙂
It will ask for the new password. put that in.
4) restart samba.
5) when you log into your windows box, you log into your samba share.
 
Originally posted by: skyking
1)In the smb.conf file, set the security to "SHARE".
2)Add a user to the unix box with the exact same username that you use on the windows box, and the exact same password. If you use a password less than 6 characters long, you'll need to change that parameter in the smb.conf file also.
3) run the command 'smbpasswd -a <yourusernamehere>' remove the ' and the <>🙂
It will ask for the new password. put that in.
4) restart samba.
5) when you log into your windows box, you log into your samba share.

Thanks,
I will try this and post my results.
 
That will just let you map the drive without putting in a password, to get the mapping to be persistent you'll have to click around XP until you find whatever check box does that.
 
OK,

Mapping the drive was a piece of cake. The problem was staying logged in. All, I had to do was change my windows ID/pw and samba id to be the same. Then, I was in lwith no problems.
 
Back
Top