LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Problem automounting files from RHEL 6.2 to 5.8 (https://www.linuxquestions.org/questions/linux-server-73/problem-automounting-files-from-rhel-6-2-to-5-8-a-4175466888/)

shahhe 06-21-2013 10:29 AM

Problem automounting files from RHEL 6.2 to 5.8
 
I have several systems running RHEL 5.8 and 6.2, I export file system from these hosts. I also have RHEL 5.8 system where I setup autofs to automatically mount exported directories.

The autofs mounts directories from 5.8 systems without any problem, but it is not mounting directories from 6.2 systems.

"ls -l" gives following output:

?--------- ? ? ? ? ? uxadmconc0001c
drwxr-xr-x 2 root root 0 Jun 19 23:28 uxadmcond0001x

First directory is mounted from 6.2 and has weird permissions and ownership.

I have following config in /etc/auto.direct file:

/cs/uxadmconc0001c -fstype=nfs,ro,vers=3,hard,intr,nosuid,rsize=32768,wsize=32768 uxadmconc0001c:/cs/console_logs

/cs/uxadmcond0001x -fstype=nfs,ro,vers=3,hard,intr,nosuid,rsize=32768,wsize=32768 uxadmcond0001x:/cs/console_logs

John VV 06-21-2013 01:00 PM

A question
is rhel6 using ext4 ?
rhel5 uses and supports ext 2 and ext3

shahhe 06-21-2013 01:43 PM

Yes, RH 6.2 is ext 4, but as far as NFS is concerned it should not matter.


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