Author Topic: /home not recognized after hardware change  (Read 3846 times)

Offline Hondo

  • Full Member
  • ***
  • Posts: 178
  • What if it is a Samsquamch?
    • KLRWorld.com
/home not recognized after hardware change
« on: February 08, 2012, 09:28:47 PM »
I removed all of the components from one case & moved it to another.

Now when I try to login to my regular user it says that /home is unavailable.

/home was (and still is) installed on a drive separate from /root & swap.

All of the drives are SATA, though I did not make sure that the drives were hooked up to the same connections on the motherboard-

How can I get back into my normal account?

Any help is MOST appreciated!
« Last Edit: February 11, 2012, 07:24:08 AM by Hondo »

Offline Hondo

  • Full Member
  • ***
  • Posts: 178
  • What if it is a Samsquamch?
    • KLRWorld.com
Re: /home not recognized after hardware change
« Reply #1 on: February 08, 2012, 09:37:21 PM »
Ok, I went back and wrote down the exact error messages.

1st, I get this -

"Cannot enter home directory. Using /."

When I click "OK", another box opens that says-

"kstartupconfig4 does not exist or fails. The error code is 3. Check your installation."

Does that mean that the /home drive should be connected to SATA 4 on my mobo?

I'm gonna shut down & see what's what in there.

Offline Hondo

  • Full Member
  • ***
  • Posts: 178
  • What if it is a Samsquamch?
    • KLRWorld.com
Re: /home not recognized after hardware change
« Reply #2 on: February 08, 2012, 09:52:57 PM »
Another thing- I can login as root (I'm there now).

Thanks.

Offline Hondo

  • Full Member
  • ***
  • Posts: 178
  • What if it is a Samsquamch?
    • KLRWorld.com
Re: /home not recognized after hardware change
« Reply #3 on: February 08, 2012, 10:01:41 PM »
I switched around the SATA cables with no changes.

I also researched the error message and tried in terminal-

"chown -R username.username /home/username/.kde" to no avail.

Offline Rudge

  • Hero Member
  • *****
  • Posts: 9723
  • I'm Just A Dog.
Re: /home not recognized after hardware change
« Reply #4 on: February 08, 2012, 10:07:48 PM »
Hondo, have you changed nothing but the case? Nothing else changed?

Same MB.. everything?


-If you wish to make an apple pie from scratch, you must first invent the universe-  Carl Sagan

Offline Hondo

  • Full Member
  • ***
  • Posts: 178
  • What if it is a Samsquamch?
    • KLRWorld.com
Re: /home not recognized after hardware change
« Reply #5 on: February 08, 2012, 10:09:37 PM »
The only thing I changed was the case and I added another hard drive for storage.

Offline Hondo

  • Full Member
  • ***
  • Posts: 178
  • What if it is a Samsquamch?
    • KLRWorld.com
Re: /home not recognized after hardware change
« Reply #6 on: February 08, 2012, 10:13:06 PM »
Ok, I read about creating another user to see if it's a system wide issue- the new user is fine.

But of course I can't access any of my apps from the other user including all of my Crossover apps & email info.

So any help getting the config correct would be great.

Offline Rudge

  • Hero Member
  • *****
  • Posts: 9723
  • I'm Just A Dog.
Re: /home not recognized after hardware change
« Reply #7 on: February 08, 2012, 10:38:41 PM »
Ok, I read about creating another user to see if it's a system wide issue- the new user is fine.

But of course I can't access any of my apps from the other user including all of my Crossover apps & email info.

So any help getting the config correct would be great.

Well the new user would have his own /home directory. Can you access the data from the original user's /home directory? If not, you haven't solved anything.
« Last Edit: February 08, 2012, 10:40:20 PM by Rudge »


-If you wish to make an apple pie from scratch, you must first invent the universe-  Carl Sagan

Offline Rudge

  • Hero Member
  • *****
  • Posts: 9723
  • I'm Just A Dog.
Re: /home not recognized after hardware change
« Reply #8 on: February 08, 2012, 10:43:57 PM »
Do you know how to tell if the second drive is being mounted?

Open a Konsole and enter "mount" (no quotes) and paste the results.


-If you wish to make an apple pie from scratch, you must first invent the universe-  Carl Sagan

Offline Hondo

  • Full Member
  • ***
  • Posts: 178
  • What if it is a Samsquamch?
    • KLRWorld.com
Re: /home not recognized after hardware change
« Reply #9 on: February 08, 2012, 10:45:00 PM »
Yes I can access the /home as I installed it on a seperate drive from /root.

I just read a recommendation to reinstall from MtLiveCD that I made and he said that the previous setting & such should be there when the OS installs - sound good?

Offline Hondo

  • Full Member
  • ***
  • Posts: 178
  • What if it is a Samsquamch?
    • KLRWorld.com
Re: /home not recognized after hardware change
« Reply #10 on: February 08, 2012, 10:45:29 PM »
/dev/sda1 on / type ext2 (rw)
none on /proc type proc (rw)
none on /dev/pts type devpts (rw)
none on /tmp type tmpfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
gvfs-fuse-daemon on /root/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev)
/dev/sdb3 on /media/%WD-Backup type ext2 (rw,nosuid,nodev,uhelper=hal)
/dev/sdb1 on /media/%home type ext2 (rw,nosuid,nodev,uhelper=hal)

Offline Hondo

  • Full Member
  • ***
  • Posts: 178
  • What if it is a Samsquamch?
    • KLRWorld.com
Re: /home not recognized after hardware change
« Reply #11 on: February 08, 2012, 10:46:39 PM »
sda is root

sdb is where 3 partitions are including /home

Offline Rudge

  • Hero Member
  • *****
  • Posts: 9723
  • I'm Just A Dog.
Re: /home not recognized after hardware change
« Reply #12 on: February 08, 2012, 11:04:26 PM »
/dev/sda1 on / type ext2 (rw)
none on /proc type proc (rw)
none on /dev/pts type devpts (rw)
none on /tmp type tmpfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
gvfs-fuse-daemon on /root/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev)
/dev/sdb3 on /media/%WD-Backup type ext2 (rw,nosuid,nodev,uhelper=hal)
/dev/sdb1 on /media/%home type ext2 (rw,nosuid,nodev,uhelper=hal)


Your system is WAY over due for an "overhaul".

What ISO did you originally use for an install and when was it last updated?
 



-If you wish to make an apple pie from scratch, you must first invent the universe-  Carl Sagan

Offline Hondo

  • Full Member
  • ***
  • Posts: 178
  • What if it is a Samsquamch?
    • KLRWorld.com
Re: /home not recognized after hardware change
« Reply #13 on: February 08, 2012, 11:20:03 PM »
I used the latest iso about a few months ago, all updates applied, and a MyLiveCD made. I had to install from that due to another crash.

What needs to be changed? The file system you highlighted?

Also, any help just getting back into my normal user?
« Last Edit: February 08, 2012, 11:21:49 PM by Hondo »

Offline Rudge

  • Hero Member
  • *****
  • Posts: 9723
  • I'm Just A Dog.
Re: /home not recognized after hardware change
« Reply #14 on: February 08, 2012, 11:40:29 PM »
I used the latest iso about a few months ago, all updates applied, and a MyLiveCD made. I had to install from that due to another crash.

What needs to be changed? The file system you highlighted?

Also, any help just getting back into my normal user?

You have "perplexed" me.  ;D

You say that you installed from a recent .ISO and yet you appear to be using ext2.

Perhaps I am not as smart as I appear to myself.  ??? ???

Even more importantly, I don't know now if it has anything to do with your problem so,, good luck.  ??? ::)  ;D ;D


-If you wish to make an apple pie from scratch, you must first invent the universe-  Carl Sagan