Thanks for replying.
Quote:
Post your fstab before you modified it. Also post the modified fstab
|
Before:
Code:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda1 / ext3 defaults,errors=remount-ro 0 1
/dev/hda5 none swap sw 0 0
/dev/hdb /media/cdrom0 iso9660 ro,user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
After:
Code:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/sda1 / ext3 defaults,errors=remount-ro 0 1
/dev/sda3 none swap sw 0 0
/dev/hdb /media/cdrom0 iso9660 ro,user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
Quote:
Post a listing of your partitions of each hard drive
|
IDE:
Code:
Disk /dev/hda: 13.6 GB, 13613064192 bytes
255 heads, 63 sectors/track, 1655 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 1583 12715416 83 Linux
/dev/hda2 1584 1655 578340 5 Extended
/dev/hda5 1584 1655 578308+ 82 Linux swap / Solaris
SATA:
Code:
Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 2433 19543041 83 Linux
/dev/sda2 2434 30339 224154945 83 Linux
/dev/sda3 30340 30401 498015 82 Linux swap / Solaris
Quote:
You just need to change hd0 to hd1 in /boot/grub/menu.lst.
|
If I'm removing the IDE drive I thought the SATA would become hd0. Don't I need to modify the root= to /dev/sda1 since the SATA won't show up on /dev/hda1
Code:
The /sys directory is the new sysfs feature in 2.6.x kernels.
I've never seen his in any FSTABs. Is this for the SATA drive?
Quote:
If you have compile software for SIS 182 SATA controller as module, you have to make a ramdisk file or initrd. You will also need load any modules that is depends like SCSI modules.
|
This I believe is the root of my problems. How do I do this?
Thanks. I really appreciate the help.