Operating Systems > Linux and UNIX

/home

<< < (5/9) > >>

voidmain:
Did the "/home" partition mount?

# df -k /home

Are the directories right on it?

# ls -al /home

P.S. Why can't you use Mozilla when logged in as root? root's $HOME directory is not under /home.

[ November 11, 2002: Message edited by: void main ]

Doogee:
/home didnt mount.

im logged on as user at the moment.

voidmain:
Type:

# mount /dev/hda7 /home

Then check your /etc/fstab, you must have made a typo in it.

Doogee:
fuck, i just got mount point /home does not exist. eek

voidmain:
You must have moved /home into /mnt/disk instead of moving "/home/*" to /mnt/disk. Type:

# mkdir /home
# mount /home
# ls -al /home

If the above works and you see a "/home/home" directory then my suspicions are correct. No problem, just do:

# cd /home/home
# mv * ..
# cd ..
# rmdir home

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version