Hey Guys,
I have been reading all about the "dont upgrade from fc6 to fedora7" but I did it anyway and now after NASH starts i get ata1:00 exceptions blah blah.
I know that Fedora 7 replaces the old IDE subsystem with libata etc... my question is how do I now fix my box?
Could someone point me to the correct links?
This is what I have done so far, these are already labeled
Code:
cat /etc/fstab
LABEL=/ / ext3 defaults 1 1
devpts /dev/pts devpts gid=5,mode=620 0 0
tmpfs /dev/shm tmpfs defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
LABEL=SWAP-hda10 swap swap defaults 0 0
# mount the NTFS disk partitions from the WIN XP PRO SP2 BOX
#/dev/hda1 /mnt/c_drive ntfs-3g rw,defaults,umask=0000 0 0
#/dev/hda5 /mnt/music ntfs-3g rw,defaults,umask=0000 0 0
#/dev/hda6 /mnt/videos ntfs-3g rw,defaults,umask=0000 0 0
#/dev/hda7 /mnt/software ntfs-3g rw,defaults,umask=0000 0 0
#/dev/hda8 /mnt/games ntfs-3g rw,defaults,umask=0000 0 0
My fdisk to me seems wrong, from what I read I am supposed to have something like /dev/sda or something not /dev/hda ... but how do I fix this?? I have an ST-3200826A (Barracuda 7200.8 PATA 200, Ultra ATA/100 HDD.
Code:
fdisk -l
Disk /dev/hda: 200.0 GB, 200049647616 bytes
255 heads, 63 sectors/track, 24321 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 1275 10241406 7 HPFS/NTFS
/dev/hda2 1276 24320 185108962+ f W95 Ext'd (LBA)
/dev/hda5 1276 8924 61440561 7 HPFS/NTFS
/dev/hda6 8925 12748 30716248+ 7 HPFS/NTFS
/dev/hda7 12749 16572 30716248+ 7 HPFS/NTFS
/dev/hda8 16573 20396 30716248+ 7 HPFS/NTFS
/dev/hda9 20397 24093 29696121 83 Linux
/dev/hda10 24094 24320 1823346 82 Linux swap / Solaris
geo