0

I saw loads of posts with similar issues; I've looked at the solutions with no luck so far.

I use Ubuntu 12.04 LTS Desktop, installed in partition sda5, mounted as /. The main part of the disk is allocated to sda6, mounted as /Home.

I cannot either:

  • cd into this Home directory
  • use mkdir to create a sub folder

I can see it and create files etc, when logged in as root, using nautilus, but from a terminal I just get:

-su: cd: /Home: No such file or directory

I am new to Ubuntu (coming fom Windows) and although I thought I was getting to grips with it, this has me beat.

Any help appreciated. TIA

Eliah Kagan
  • 119,640

1 Answers1

4

try:

cd /home

Note the lower case h - Linux is case sensitive

guntbert
  • 13,475
Jimbob
  • 56