Hello,
The machine still autologs at boot to /home/Mike and my files are there, but it isn't mounted in PCC "manage partitions" and fstab and mtab look like this:
When you say "my files are there", do you refer to the 500 Gb Hd or to the new 1000 Gb ?
One thing is not clear from your report: did you had a separate /home partition on the 500 Gb hd ?
If your old 500 Gb hd still boot fine, the best thing you can do is to post the output of the following 3 commands:
fdisk -l
cat /etc/fstab
blkid
note1: if /dev/sda8 is a swap partition, it can't be a /home partition .....
note2: what is /dev/sda7 ? actually auto mounted under /media/disk ?
AS
Hey AS, thanks for your quick response.
The files are there on the 500 gig drive.
Yes, I've always had a separate /home partition. Had it for a while on the 1 TB, too. It was (typo in my post)
sda7, now just mounted as /media/disk, but there is no mount point mentioned in PCC > manage disk partitions, and if I try to mount as /home, it warns that data will be lost.
[root@localhost mike]# fdisk -l
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x2a2808f0
Device Boot Start End Blocks Id System
/dev/sda1 63 128519 64228+ de Dell Utility
/dev/sda2 128520 31599854 15735667+ 7 HPFS/NTFS
/dev/sda3 * 31599855 230837984 99619065 7 HPFS/NTFS
/dev/sda4 230837985 976768064 372965040 5 Extended
/dev/sda5 230838048 419585669 94373811 7 HPFS/NTFS
/dev/sda6 419585733 696417749 138416008+ 7 HPFS/NTFS
/dev/sda7 696417813 938147804 120864996 83 Linux
/dev/sda8 938147868 944477414 3164773+ 82 Linux swap / Solaris
/dev/sda9 944477478 976768064 16145293+ 83 Linux
[root@localhost mike]# cat /etc/fstab
# Entry for /dev/sda9 :
UUID=562dc3b7-cd05-4856-8085-118701201bb4 / ext4 defaults 1 1
# Entry for /dev/sda6 :
UUID=DECE3062CE30355D /Windows7 ntfs-3g defaults,umask=000 0 0
# Entry for /dev/sda3 :
UUID=1C904E90904E6FF6 /Windows\040Vista ntfs-3g defaults,umask=000 0 0
# Entry for /dev/sda5 :
UUID=862A2F402A2F2D1D /Windows\040XP ntfs-3g defaults,umask=000 0 0
none /dev/pts devpts defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
none /proc proc defaults 0 0
# Entry for /dev/sda8 :
UUID=1955e3a4-a687-4eff-a445-c94967fff8f3 swap swap defaults 0 0
[root@localhost mike]# blkid
/dev/sda1: SEC_TYPE="msdos" LABEL="DellUtility" UUID="3030-3030" TYPE="vfat"
/dev/sda2: LABEL="VISTARECOVERY" UUID="06E04C6CE04C6451" TYPE="ntfs"
/dev/sda3: LABEL="VISTA" UUID="1C904E90904E6FF6" TYPE="ntfs"
/dev/sda5: LABEL="XP" UUID="862A2F402A2F2D1D" TYPE="ntfs"
/dev/sda6: LABEL="Windows 7" UUID="DECE3062CE30355D" TYPE="ntfs"
/dev/sda7: UUID="61495399-6fc2-464a-9545-8e9ab676a567" TYPE="ext4"
/dev/sda8: UUID="1955e3a4-a687-4eff-a445-c94967fff8f3" TYPE="swap"
/dev/sda9: UUID="562dc3b7-cd05-4856-8085-118701201bb4" TYPE="ext4"