LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Can't Access Linux Mandriva 2009.1 mounted Drive from windows XP Pro over LAN (https://www.linuxquestions.org/questions/linux-newbie-8/can%27t-access-linux-mandriva-2009-1-mounted-drive-from-windows-xp-pro-over-lan-796078/)

shendrix 03-17-2010 01:16 PM

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.

rweaver 03-17-2010 03:03 PM

You likely need to connect with alternate credentials, try mapping to a drive letter instead and use the credentials of an account on your linux box.

shendrix 03-17-2010 03:30 PM

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.

shendrix 03-17-2010 03:40 PM

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.

shendrix 03-20-2010 12:21 PM

Will anybody out there help me?

rweaver 03-26-2010 03:38 PM

Don't include the \\computername just try username and password, can you authenticate via the smbclient on the local linux machine?


All times are GMT -5. The time now is 03:10 AM.