/home unwritable after new S10 install


 
Thread Tools Search this Thread
Operating Systems Solaris /home unwritable after new S10 install
# 1  
Old 05-15-2011
/home unwritable after new S10 install

I bought Solaris 10 some years ago and am now trying to use it. The install (on an Ultra 5) went ok but /home is unwritable. ls -l shows only Total 0. chmod won't add any permissions and the file manager shows the permissions to be n/a. Trying to write to /home results in a cannot create error.

What can I do to fix this?

Best regards,
Fred
# 2  
Old 05-15-2011
/home in Solaris is used by automounter for remote home directories. Local home directories are placed under /export/home.
# 3  
Old 05-15-2011
I am not sure I agree with you. The word export means something remote. I have been using Solaris 2.6 for 13 years. The local home directories are at /home. I have never found any use for /export. Under S2.6 both /home and /export/home are writable.

---------- Post updated at 07:00 PM ---------- Previous update was at 03:53 PM ----------

It appears that Solaris requires /home to be a separate slice.
# 4  
Old 05-16-2011
Quote:
Originally Posted by snorkack59
I am not sure I agree with you. The word export means something remote.
It doesn't. It means something exported but it obviously can be local on the file server itself.
Quote:
I have been using Solaris 2.6 for 13 years. The local home directories are at /home.
That means either the automounter was disabled or properly configured for local mounts.
Quote:
I have never found any use for /export. Under S2.6 both /home and /export/home are writable.
/home is writable only if not handled by the automounter.
Quote:
It appears that Solaris requires /home to be a separate slice.
Solaris doesn't requires that.

To configure your home directory through the automounter, assuming your home directory files are stored under /export/home/snorkack59, add this line to the /etc/auto_home file:
Code:
snorkack59  localhost:/export/home/&

Otherwise, to disable the automounter for home directories all together, comment out the line starting with /home in /etc/auto_master.

Restart the automount service in either case:

Code:
svcadm restart autofs


Last edited by jlliagre; 05-16-2011 at 01:48 AM..
# 5  
Old 05-16-2011
comment out /home in auto_master and do the following:

fuser -ku /home

svcadm restart autofs
# 6  
Old 05-16-2011
I had already started a new install with home on a separate slice by the time I received your reply but will keep your reply for future reference. I did not know about the /etc/auto_home and auto_master files. Thank you for the help.

Best regards,
Fred
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Install GhostScript into Home Directory

Hello... I Don't know if this is a noobie question or not so I just took a chance and posted it here. Does anybody know of a way or have any pointers on how to install GhostScript into a home directory. I need to install GhostScript for some testing and I can only install it into my home... (2 Replies)
Discussion started by: djlerman
2 Replies

2. Solaris

Create New Group/User/Password in S10

I have performed the following with lower case group and usernames and the only difference is that the error message under groupadd goes away, yet I am still unable to successfully add a user WITH a home directory. This is in Solaris 10. I am able to add a group, add a user, add the users... (3 Replies)
Discussion started by: Showflash
3 Replies

3. Solaris

S10 Live Upgrade w/ VxVM unencapsulated

Hello All, I will be upgrading a Solaris 10 (11/06 u3) server to 09/10 u9. I am aware of all the patching necessary and the Live Upgrade procedure for this. This system has VxVM (5.0) installed and used for managing SAN data disks only. Root disk(s) are not encapsulated. The info I can... (4 Replies)
Discussion started by: btny
4 Replies

4. Solaris

Routing problem on new S10 install

I have a small network with a PC running FreeBSD, a DSL router/modem, an Ultra 10 running Solaris 2.6 and an Ultra 5 with a new Solaris 10 install. The network config. was set up similar to the S2.6 box. The S10 box can access all hosts on the network including the DSL modem but an attempt go... (2 Replies)
Discussion started by: snorkack59
2 Replies

5. UNIX for Advanced & Expert Users

Shared hosting, how to install programs and libraries in your home folder

Hi all I hope I am posting in the right section. If not please excuse me and redirect me to the right section. Here is my problem: I am using a shared hosting plan at Godady. I have shell access and of course my own folder. I would like to be able to install programs in my own folder... (4 Replies)
Discussion started by: PiniFarini
4 Replies

6. Solaris

Problem with S10 Update Manager

Hi, The green shield at the bottom right of the screen says 'Updates Available', so I click on it to get the latest updates. Then I select the first update in the list by clicking the checkbox and then clicking 'Install Update'. After a few seconds of trying to install the update an error... (1 Reply)
Discussion started by: patcom
1 Replies

7. Solaris

Solaris 10 OS - SA-100-S10

Hi All, Please i need the official book for solaris 10 OS_Essentials ( SA-100-S10) and System Administration for the Solaris 10 OS Part 1 and 2 (SA-200-S10) Thank you (5 Replies)
Discussion started by: ahmad_wa
5 Replies

8. Solaris

configuring xdm on s10\open solaris

can someone hlpe me to use a X display manger to oepnsolaris I'm using 79a & have setup XMING on a windows client On the Solaris box I notice that XDM is not running, which i assume is essential for xming\client. I've read somewhere that to enable XDM i need to run gdmconfig so i've # xhost+... (5 Replies)
Discussion started by: stevie_velvet
5 Replies

9. UNIX for Dummies Questions & Answers

I need a path to install UNIX on my home PC

I have searched through the FAQ's and other posts on this board but haven't found what I need. I need to help installing UNIX on my home PC, then help on how to use it. I also want to learn how to program in UNIX / C. See? I don't even know any lingo. I am fairly experienced in mainframe... (6 Replies)
Discussion started by: chutt
6 Replies
Login or Register to Ask a Question