Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cannot create directory under /home

Status
Not open for further replies.

jd99

MIS
May 17, 2001
101
US
The default home directory for my workstation is suppose to be /home/username. Yet, I cannot create anything. The propertied state it is a non writable directory. I am somewhat of a newbie, so forgive my ignorance.

THanks,
Joe
 
This is because automount (autofs), is running, you can disable the "/home" if you need by edit "/etc/auto_master" and comment that map:
..
# Master map for automounter
#
+auto_master
/net -hosts -nosuid,nobrowse
#/home auto_home -nobrowse
/xfn -xfn

then stop/start autofs by:

# /etc/init.d/autofs stop
# /etc/init.d/autofs start

now "/home" is writeble...
If you are not using automounter facilities you can aloso disable it.

Regards,

Carlos Almeida.
 
Thanks again Carlos, you're "Da Man"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top