LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 09-21-2006, 12:36 PM   #16
Old_Fogie
Senior Member
 
Registered: Mar 2006
Distribution: SLACKWARE 4TW! =D
Posts: 1,519

Rep: Reputation: 63

Your home is located at /home/your-user-name.

The hard drive, or partition that the data of your home is dictated by your /etc/fstab.

If you just mount a partition there, you won't see any of your existing home stuff, that's why you have to copy your data over to the new partition/drive first then mount the drive/partition in your /etc/fstab.

When you use tar, it's like a zip file, so it didn't remove your existing stuff. I personally use tar.gz for this, as it's less compression than bzip but a little more than simply tar.

I suspect you didn't use tar command properly. Maybe you should make another one, then move it over to the new drive/partition then extract the contents there.

Is it possible, that you do not have "write access" to the drive you tried to extract the contents too?
 
Old 09-21-2006, 12:59 PM   #17
imagineaxion
Member
 
Registered: Sep 2004
Location: Epsom, Surrey
Distribution: Ubuntu & Mac OS X
Posts: 141

Rep: Reputation: 16
can you please post the error message? hope this will give insight into problem or solution

thanks
 
Old 09-22-2006, 06:04 AM   #18
minimammut
LQ Newbie
 
Registered: May 2006
Location: Hamburg, Germany
Distribution: Kubuntu
Posts: 10

Original Poster
Rep: Reputation: 0
I tried to change my etc/fstab now.
But I don't know what to change...
This is like it is now:
Quote:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda3 / ext3 defaults, errors=remount-ro
0 0
/dev/hda6 none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/hda5 /media/daten1 vfat users
0 0
/dev/hda1 /media/win ntfs users
Can anybody tell me what to change?
@imageaxion:
The error message is just to long to post, I think about a thousand times my screen...
But if you think it is useful I can give you some examples

minimammut
 
Old 09-22-2006, 06:15 AM   #19
imagineaxion
Member
 
Registered: Sep 2004
Location: Epsom, Surrey
Distribution: Ubuntu & Mac OS X
Posts: 141

Rep: Reputation: 16
i think old_fogie will have to help you with this one or someone else...

from looking at your last post and from what i understand about mount partitions etc, it looks like when you installed the system you somehow made media/daten1 a partition and the location of your home folder

this is a bit confusing for me...

if i was in you position i would do a reinstall and make sure i had the partition table set up correctly

this is not exactly good advice i know but if you are really struggling and some one else cant help that is what i suggest - if it is possible of course

kubuntu is a pretty good distro - one of the best and my second choice after debian.

so good luck. if you come across anything that i can help with i will be glad to
 
Old 09-22-2006, 08:07 AM   #20
minimammut
LQ Newbie
 
Registered: May 2006
Location: Hamburg, Germany
Distribution: Kubuntu
Posts: 10

Original Poster
Rep: Reputation: 0
Yes, /media/daten1 is a partition.
ubuntu didn't have it in /etc/fstab (just like /media/win), so I had to put it there manually. But it worked well, I could read and write, see the data I had put on it using windows, but then I just made /media/daten1 my homefolder...
I think I'll reinstall Ubuntu on Monday, if there isn't any other post until then.

Thanks for your help, so far!
 
Old 09-25-2006, 10:09 AM   #21
lordSaurontheGreat
Member
 
Registered: Sep 2006
Distribution: Gentoo, SuSE 10
Posts: 94

Rep: Reputation: 16
http://www.oreillynet.com/linux/cmd/

That should be a lot of help.
 
Old 09-25-2006, 02:57 PM   #22
minimammut
LQ Newbie
 
Registered: May 2006
Location: Hamburg, Germany
Distribution: Kubuntu
Posts: 10

Original Poster
Rep: Reputation: 0
Thanks, I already found the solution (changing the home folder worked with usermod -d) , so I really thank you all for allowing me to write this using kubuntu linux!
 
Old 09-26-2006, 03:13 AM   #23
imagineaxion
Member
 
Registered: Sep 2004
Location: Epsom, Surrey
Distribution: Ubuntu & Mac OS X
Posts: 141

Rep: Reputation: 16
Pleasure

Glad we could all help.
 
Old 09-26-2006, 11:11 PM   #24
Gzou
Member
 
Registered: Apr 2006
Location: Quebec, Canada
Distribution: Xubuntu, Zenwalk, Slax, Gentoo
Posts: 39

Rep: Reputation: 16
Oops ! looks like you've got the problem fixed, guess i'm too late to post this. Naah, I'll put it anywas, might help someone else

I had similar problems with my KDE when I used to have Kubuntu (I've got Xubuntu now ) and also thought that there were problems with my graphic card, but finally the problem was with file access permissions. KDE couldn't get access to the config files in my home folder.

What I did was to see if KDE works as root. In a terminal, logged in, then typed:
Code:
sudo startx
and surprise ! KDE worked, the only problem was it was working as being root, which isn't the best of ideas.

So since that worked, I went back to the terminal and did this little trick:
Code:
cd /home
sudo chmod -R 777 username
sudo chown -R username:username username
startx

This probably isn't the best way to do it, but it worked for me

I also discovered that kdm also bugged if my disk was full. funny eh ?


So that's how I fixed my problem, but looks like it's all taken care of now

Last edited by Gzou; 09-26-2006 at 11:15 PM.
 
Old 09-27-2006, 12:21 AM   #25
lordSaurontheGreat
Member
 
Registered: Sep 2006
Distribution: Gentoo, SuSE 10
Posts: 94

Rep: Reputation: 16
Quote:
Originally Posted by Gzou
I also discovered that kdm also bugged if my disk was full. funny eh ?
Not surprising. No place to put the log and error files. Once on Debian 3.1 (long time ago) I found that my 32 gigabyte disk had no space left on it because of 25-gigs of errors logged from xorg and kdm. Deleted the logfiles and BAM! I had diskspace again.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Knetwork manager fails at 28% - Kubuntu Dapper mykrob Ubuntu 7 03-31-2008 12:18 PM
Kubuntu doesnt load desktop Mark_667 Ubuntu 16 05-02-2006 08:04 AM
Kubuntu not going to KDE desktop? Bondspy007 Ubuntu 16 03-07-2006 11:44 AM
Second Installation process of Kubuntu Fails kingnemo Linux - Newbie 2 03-01-2006 09:15 AM
/lib/cpp fails sanity check on KUbuntu Cipher01 Ubuntu 2 09-25-2005 08:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 11:36 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration