Error
Error Code:
ACFS-02016
Oracle Database Error ACFS-02016: Mount Point In Use
Description
This error occurs when an attempt is made to mount an Oracle ACFS file system to a directory that is already serving as a mount point for a different, existing file system. It indicates a conflict where the specified path is not available for ACFS to use, preventing the mount operation from completing.
Error Message
Mount point, string , is in use by another file system.
Known Causes
3 known causesExisting OS Mount Point
The specified directory path is currently occupied as a mount point by a non-ACFS file system (e.g., ext4, XFS, NFS) on the operating system.
Orphaned Mount Entry
A previous unmount operation might have failed or completed improperly, leaving the mount point registered in the operating system's kernel even though the file system is no longer active.
Incorrect Path Specification
The user inadvertently specified a directory that is already a valid and active mount point for another file system, leading to a contention.
Solutions
Coming SoonGeneral Troubleshooting Tips
- Check the error message carefully for specific details
- Review recent changes that might have caused the error
- Search for the exact error code in the official documentation
- Check log files for additional context
- Try restarting the application or service