Error Code details
V-3-27142
Severity: Error 
Component: File System 
Message:
mount option(s) incompatible with file system %
Description:

This message states that options used with the mount command are incompatible with the file system being mounted. When the file system is mounted, it cannot be changed to the read-only mode using remount,ro with the mount command. The remount option and the ro option cannot be used together with the mount command to change file systems to read-only.

For example, the error message will appear, if you issue the command below to change a file system to read-only after you mount the file system:
# mount -t vxfs -o remount,ro /dev/vx/dsk/dg/vol1 /mnt1

 

Veritas solutions
Solution 1 Vote: [Useful] [Not useful]
Last Modified: 2012-03-31 09:20:26
Platform: Generic
Release: Generic
Content:

Use the mount command with correct options.