Feed on Posts or Comments

Category ArchiveComputers



Computers & BSD/Linux & Tutorials REDBEARD0x0A on 02 Jul 2008

OpenSolaris Make /home useable

OpenSolaris has a very nice feature called automount that, when implemented, seems to be a very promising feature, however if you only have one or two servers or don’t want a ‘roaming’ home directory, then you can disable it.

The error you receive if you try to create a directory in /home will look like this:

mkdir: cannot create directory `/home/x': Operation not applicable

edit /etc/auto_master and comment out the line that has auto_home on it.

# Master map for automounter
#
+auto_master
/net		-hosts		-nosuid,nobrowse
#/home		auto_home	-nobrowse

rename the /etc/auto_home file to something else:

root@server:~# mv /etc/auto_home /etc/auto_home_disabled

Restart the autofs service and unmount the auto mounted /home:

root@server:~# svcadm refresh autofs
root@server:~# umount /home

You should now be able to use the /home directory like you are used to (you may need to change permissions on the directory.

Computers & Yea Ole House REDBEARD0x0A on 10 Feb 2008

Productive Weekend

Computers & Blog REDBEARD0x0A on 10 Nov 2007

Changing servers around

Computers REDBEARD0x0A on 29 Oct 2007

Leopard Screenshots

Computers & BSD/Linux & Development REDBEARD0x0A on 16 Oct 2007

OS X Leopard: October 26, 2007 - 6:00pm

Computers & BSD/Linux REDBEARD_0x0A on 25 Sep 2007

Dynebolic 2.5 - Beautiful

Computers & Work SquallBSR on 05 Sep 2007

Ubuntu is finally back up…

Computers & Development SquallBSR on 02 Jul 2007

ASP, Javascript, Geekery … oh my!

Computers & BSD/Linux SquallBSR on 01 Jul 2007

I upgraded my home server

Computers SquallBSR on 13 Jun 2007

Microsoft, you surprised me!

Next Page »