Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

MKDIR command does not work?

1 view
Skip to first unread message

Gregory

unread,
Sep 9, 1998, 3:00:00 AM9/9/98
to
I am logged on as root.


I try to create a home directory for a new user /home/greg
when I am in a root directory; I can create directory e.g:

mkdir greg

But if I cd to /home and then mkdir greg ;;;;;
I get message failed to make directory "greg". Operation not
applicable.

Why does it happen?



Gregory.
greg...@fda.net

Casper H.S. Dik - Network Security Engineer

unread,
Sep 9, 1998, 3:00:00 AM9/9/98
to
[[ PLEASE DON'T SEND ME EMAIL COPIES OF POSTINGS ]]

greg...@fda.net (Gregory) writes:

>mkdir greg

>Why does it happen?

Looks like:

The solaris FAQ says:

3.4) Why can't I write in/mount over /home?

SunOS 5.x is delivered with the "automounter" enabled. The
automounter is designed for NFS sites, to simplify maintenance of
the list of filesystems that need mounting. However it is a burden
for standalone sites.

The automounter takes over /home and in effect becomes the NFS
server for it, so it no longer behaves like a normal directory.
This is normally a Good Thing as it simplifies administration if
everybody's home directory is /home/<username>, regardless of their
physical location.

If you want to continue to use the automounter, edit /etc/auto_master
and comment out the line starting with "/home". Then run the
"automount" command which will cause automountd to reload the maps.

To kill it off for standalone or small networks running Solaris 2.3
or later, you can stop automountd by running "/etc/init.d/autofs
stop". Prevent it from starting at boot time by renaming the file
/etc/rc2.d/SXXautofs to /etc/rc2.d/sXXautofs, where XX are two
digits depending on the OS release. (If you change your mind, just
rename it back)

In Solaris 2.2, the procedure is different. You need to comment
out the three lines in /etc/init.d/nfs.client that start "if" (from
the if to the fi!!), and reboot (Solaris 2.2)

To learn about it, read the O'Reilly book "Managing NFS and
NIS", or ftp the white paper 'The Art of Automounting". from
sunsite.unc.edu in the directory /pub/sun-info/white-papers.

--- end of excerpt from the FAQ

Questions marked with a * or + have been changed or added since
the FAQ was last posted

The most recently posted version of the FAQ is available from
<http://www.wins.uva.nl/pub/solaris/solaris2/>
--
Expressed in this posting are my opinions. They are in no way related
to opinions held by my employer, Sun Microsystems.
Statements on Sun products included here are not gospel and may
be fiction rather than truth.

0 new messages