I just did a clean install of opensuse 11 on my Thinkpad T42 (I previously had opensuse 10.2). I have a separate /home partition, so during install I asked Yast to not format it. Suse installed OK and is up and running, but I can not find my files from my previous install in my /home. Right now there are just some basic files in there. I used gparted to look at my partitions and it shows on /home there is 7GB of space taken up. That sounds about the same as my /home under 10.2. I searched all over my hard drive but I can’t seem to find them. Does anyone have any idea as to what might of happened. My partition info is below. Thanks for any help.
fdisk -l
Disk /dev/sda: 60.0 GB, 60011642880 bytes
255 heads, 63 sectors/track, 7296 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xcccdcccd
Device Boot Start End Blocks Id System
/dev/sda1 1 3867 31061646 7 HPFS/NTFS
/dev/sda2 6695 7296 4830840 12 Compaq diagnostics
Partition 2 does not end on cylinder boundary.
/dev/sda3 * 3868 3880 104422+ 83 Linux
/dev/sda4 3881 6694 22603455 f W95 Ext’d (LBA)
/dev/sda5 3881 3977 779121 82 Linux swap / Solaris
/dev/sda6 3978 5510 12313791 83 Linux
/dev/sda7 5511 6694 9510448+ 83 Linux
msjones schrieb:
> I just did a clean install of opensuse 11 on my Thinkpad T42 (I
> previously had opensuse 10.2). I have a separate /home partition, so
> during install I asked Yast to not format it. Suse installed OK and is
> up and running, but I can not find my files from my previous install in
> my /home. …]
>
> df -i
> Filesystem Inodes IUsed IFree IUse% Mounted on
> /dev/sda7 594512 121824 472688 21% /
> udev 64323 1029 63294 2% /dev
> /dev/sda3 26208 41 26167 1% /boot
> /dev/sda6 1513024 456433 1056591 31% /home
> /dev/sda1 10148124 76013 10072111 1% /windows/C
Why the -i option? Inode use isn’t very interesting in this case.
Also post the results of the commands “ls -l /home” and “echo $HOME”.
Perhaps your new installation doesn’t recognize you as the same user
as before and therefore created a new home directory for you. In that
case the old data is still there, you only have to make it accessible.
Yes, I kept the same user name. The only thing I changed was my password. I do not have another user in /home. However, there is another /home directory. So I have /home/username and /home/home. /home/home is empty.
Well I hope you had a back up or there wasn’t anything too important there lost.
I’m not sure if there’s evidence in the installation logs, to see if the installer lied to you, or if you made a mistake.
For future, giving these partitions Labels, and mounting via the label, when you create them, will make it more likely that you spot something is wrong, than using complicated device names.
It happened to me as well - I just rebooted using a livecd Ikki Boot and transfered my /home data on an external storage. For some strange reason the oss installation program just messed my partition scheme. Just backup 1st!
Thanks for getting back to me with your suggestions. I’m afraid I selected the wrong partitions when I was installing. Luckily I had tared my /home earlier. I just reinstalled and formatted clean. I’ve spent the past few hours untarring and selecting what I want to keep. With that problem aside, I must say it installed like a breeze on my Thinkpad. I’m very impressed with it. Who knows, maybe one day I’ll accidentally delete my windows partition and gain more room on my HD!