Sir_Siddy Posted September 9, 2007 Report Share Posted September 9, 2007 (edited) Well guys now I have all my drives mounting correctly, I added them to samba to have them share. I set up a user sid and a password for it too. When I try to log in from my laptop I get a prompt asking for my username and password. I put put of them in but instead of accepting the box just re appears with the text LAPPY\sid instead of just sid. (lappy is the name of my computer)The username and password for both samba and my laptop are the same. What should I be doing?This is my smb.confworkgroup = WORKGROUPnetbios name = linuxrigencrypt passwords = yes[Homes]read only = nobrowseable = yes[D Drive]browseable = yesread only = nopublic = yes[E Drive]path = /home/sid/Ebrowseable = yesread only = nopublic = yes[Mybook]path = /home/sid/Mybookbrowseable = yesread only = nopublic = yes[500g]path = /home/sid/500gbrowseable = yesread only = nopublic = yes Edited September 9, 2007 by Sir_Siddy Quote Link to post Share on other sites
shanenin Posted September 9, 2007 Report Share Posted September 9, 2007 did you set your samba password?smbpasswd -a sid Quote Link to post Share on other sites
Sir_Siddy Posted September 9, 2007 Author Report Share Posted September 9, 2007 sigh.. so many stupid mistake todayI didnt enable the user lolI still dont have the ability to write or delete files from my shared files though. What would I have to change to allow this? Quote Link to post Share on other sites
shanenin Posted September 9, 2007 Report Share Posted September 9, 2007 I think the problem is you have your set a umask of 222, that make the drive "read only"(and execute). You could change the umask value to 000 on your vfat drive, then you should be able to write to it. After changing the value you will have to unmount and remount it for the new permissions to be added. I don't think linux write support is stable yet. You probably do not want to change the umask to 000 on your ntfs drive.you can type the command mount to show if your drives are ro(read only) or rw(read/write) Quote Link to post Share on other sites
Sir_Siddy Posted September 9, 2007 Author Report Share Posted September 9, 2007 Well..I sorta need those ntfs drives lolI am going to trust those ntfs-3g drivers hahaThanks though it worked Quote Link to post Share on other sites
shanenin Posted September 9, 2007 Report Share Posted September 9, 2007 I just did a little reading on ntfs-3g, it seems to do well with writing also. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.