Can't Access Linux Mandriva 2009.1 mounted Drive from windows XP Pro over LAN
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Can't Access Linux Mandriva 2009.1 mounted Drive from windows XP Pro over LAN
I have setup my linux system to be a part of my Windows 2003 Server Network using Kerberos / winbind / pam etc...
I can see my linux system in active directory computers. I can see my mounted drive folder. When I try to access my folder it tells me the folder is not accessible.
Please help me understand/fix this.
Last edited by shendrix; 03-17-2010 at 01:18 PM.
Reason: Adding tags.
I map the drive from the windows xp explorer (I choose login as different user). It attempts to connect and then prompts me for user credentials. I enter \\linuxcomputername\username and password. It does not recognize my credentials.
OK
I mounted the drive as follows:
mount -t ext3 /dev/sda5 /mnt/lib/vmware
I then remounted the drive as follows
mount /mnt/lib/vmware -o remount,acl,noatime (I added this to /etc/fstab)
I then added the following:
chmod -R 770 /mnt/lib/vmware
chown -R root."domain group" /mnt/lib/vmware
My windows account is a member of the domain group and the linux account is a member of active directory.
I can access the linux computer name from my windows xp workstation but I get a access denied error when I try to access the vmware drive. I also have my smb.conf file configured properly and I get no errors when I run testparm. Forgive me I am all over the place. I just don't understand.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.