Hi all
I live in an area that's prone fo frequent power outages. Lately, we're getting them twice or more a week. Yesterday, when I got home from work, I discovered there was no power. Upon return, I booted up normally save for a few error messages of files not being 'clean'. I searched for the UPS software I once used using 32 (I run 64 bit now) and installed. Everything went fine. I rebooted to make sure things worked well, and sure did. Booted back up safely and I was contented. I shut down the comp on my way out this morning to work but forgot a project I had to copy to my thumb drive, booted back up and I was presented with a message after logging in.
Ok, wasn't the first time I saw that message, so I booted into safe mode and tried the normal trick that works
and hit the enter key. After typing my password, I got an error message
Now, that shook me off a bit so I tried the next trick I know would work
and got the same error message. I tried substituting 'users' with 'princey', but nothing worked. I booted back to the LiveCD and searched the forums. One person got theirs working with
That appeared to have done something, but couldn't log in. Finally, I tried typing
in the terminal to see if I'd get any error messages. I got the following:
so I tried doing a listing of my drives seeing that /home resides on a partition by itself. Sure, it's listed. But when I do the
command I do see the home directory. But changing to that directory, there's nothing in there. Apparently, it's not using the /home partition but created a /home directory on the /boot partition.
Using Knoppix, my home partition is accessable. I can access any file there on that partition, how do I get Kubuntu to see my home partition as the right /home directory?
I live in an area that's prone fo frequent power outages. Lately, we're getting them twice or more a week. Yesterday, when I got home from work, I discovered there was no power. Upon return, I booted up normally save for a few error messages of files not being 'clean'. I searched for the UPS software I once used using 32 (I run 64 bit now) and installed. Everything went fine. I rebooted to make sure things worked well, and sure did. Booted back up safely and I was contented. I shut down the comp on my way out this morning to work but forgot a project I had to copy to my thumb drive, booted back up and I was presented with a message after logging in.
can't start kstartupconfig. check your installation
Code:
sudo chown -R princey:users /home/princey
chown error can't find /home/princey
file/directory cannot be found
file/directory cannot be found
Code:
sudo chown -R princey:users .kde
Code:
sudo rm -r /home/princey/ .kde/
kstartupconfig
trying to create local folder //.kde/share: permission denied
Code:
ls
Using Knoppix, my home partition is accessable. I can access any file there on that partition, how do I get Kubuntu to see my home partition as the right /home directory?
Comment