Oracle Database Error Solutions – Easy & Practical Guides

Welcome to a dedicated platform for solving common Oracle Database errors like ORA-01194, ORA-01555, ORA-01017, ORA-12154 and more.

Learn step-by-step solutions, real-world troubleshooting, and best practices to handle Oracle issues efficiently.

View All Oracle Error Solutions

How to Configure Automounter AUTOFS to access Windows Share Folder


How to Configure Automounter AUTOFS

Applies to:
            Oracle Enterprise Linux – Version: 7
            Oracle Database 11.2.0.4

Description:
I need to access Windows Shared Folder from Oracle Enterprise Linux 7 through AUTOFS.

Solution:
To configure AUTOFS follow the simple steps:
           
Following two rpm’s required:

yum install autofs -y
yum install cifs-utils -y

mkdir /sep

Edit /etc/auto.master file and add the following line under /misc:
/sep    /etc/auto.sep

Save and exit

Now create or edit /etc/auto.sep file and add the following line:
Backups -fstype=cifs,rw,noperm,user=<username>, pass=<password>://192.168.1.2/<winshare>

Save and exit

<username> = windows user name
<password> = windows password
<winshare> = windows share folder

Service autofs restart

Now try to access your share:

Cd /sep/Backups/

df -h




Your comments, especially which will help us improve the functionality, will be greatly appreciatedJ

👉 Check our complete guide: Oracle Error Codes Guide


Author Box

About the Author

Rana Abdul Wahid is an experienced Oracle Database Administrator with expertise in Oracle Database Administration, Oracle Data Guard, RMAN Backup & Recovery, Oracle RAC, Oracle E-Business Suite, Performance Tuning, and High Availability Solutions.

Through this blog, he shares practical Oracle DBA solutions, troubleshooting guides, interview preparation resources, and production-tested best practices for database professionals worldwide.


No comments:

Post a Comment

Contact / Feedback Form

Name

Email *

Message *