April 06, 2012

error mkdir: Failed to make directory "test"; Operation not applicable

And the solution is

# cd /home
# ls
# mkdir test
mkdir: Failed to make directory "test"; Operation not applicable

# vi /etc/auto_master

Comment the /home entry.

Or disable the automounter
# svcadm disable autofs

No comments:

Post a Comment