NFS mount option 'noac' allows same file system to be mounted repeatedly
This document (7010210) is provided subject to the disclaimer at the end of this document.
Environment
SUSE Linux Enterprise Server 11 Service Pack 2
Situation
Normally, the same mount syntax (same share, same options, same mount point) cannot be used to mount something repeatedly . For example, without the 'noac' option, a second (and beyond) mount attempt will result in the expected error:
mount.nfs: /mountpoint is busy or already mounted
However, using the "noac" option unexpectedly allows repeated identical mounts:
host:~ # mount -o noac server:/export /mount_point
host:~ # mount -o noac server:/export /mount_point
host:~ # mount -o noac server:/export /mount_point
server:/export on /mount_point type nfs (rw,noac,addr=IP)
server:/export on /mount_point type nfs (rw,noac,addr=IP)
server:/export on /mount_point type nfs (rw,noac,addr=IP)
Resolution
The SUSE Linux Enterprise 11 SP1 kernel 2.6.32.59 released May 2012 and the SUSE Linux Enterprise 11 SP2 kernel 3.0.26-0.7.6 released in April 2012 include the patch to resolve the problem.
Cause
Additional Information
Disclaimer
This Support Knowledgebase provides a valuable tool for SUSE customers and parties interested in our products and solutions to acquire information, ideas and learn from one another. Materials are provided for informational, personal or non-commercial use within your organization and are presented "AS IS" WITHOUT WARRANTY OF ANY KIND.
- Document ID:7010210
- Creation Date: 23-Feb-2012
- Modified Date:28-Sep-2022
-
- SUSE Linux Enterprise Server
For questions or concerns with the SUSE Knowledgebase please contact: tidfeedback[at]suse.com