James,
Thanks.
#1 - Naming and order. OK, but with note of the sata udev issue identified by please_try_again. I haven’t changed any of the physical drive locations.
#2 - Grub device.map. Everything, Linux and windoze, is now on the Hitachi drive, which is currently hd1. Should I change this order in grub so that it will be hd0? Then will it write to the MBR on hd0? Below is what the device.map shows currently.
cat /boot/grub/device.map
(fd0) /dev/fd0
(hd0) /dev/disk/by-id/ata-IBM-DJNA-351520_G80GLW4M080
(hd2) /dev/disk/by-id/ata-ST380815AS_6RW0L125
(hd1) /dev/disk/by-id/ata-Hitachi_HDS721616PLA380_PVF904Z23A71RN
#3 - I am somewhat lost when you mention the Bios. I haven’t made any changes to that
#4 - fstab & grub. In an effort to get everything to one drive, I changed the mounts via YaST/Partition Mgr and rebooted. In doing so, fstab was also changed.
/dev/disk/by-id/ata-Hitachi_HDS721616PLA380_PVF904Z23A71RN-part1 swap swap defaults 0 0
/dev/disk/by-id/ata-Hitachi_HDS721616PLA380_PVF904Z23A71RN-part2 / ext4 acl,user_xattr 1 1
/dev/disk/by-id/ata-Hitachi_HDS721616PLA380_PVF904Z23A71RN-part3 /home ext3 defaults 1 2
/dev/disk/by-id/ata-Hitachi_HDS721616PLA380_PVF904Z23A71RN-part5 /local ext3 defaults 1 2
/dev/disk/by-id/ata-Hitachi_HDS721616PLA380_PVF904Z23A71RN-part6 /windows/C vfat users,gid=users,umask=0002,utf8=true 0 0
/dev/disk/by-id/ata-ST380815AS_6RW0L125-part1 /downloads ext4 acl,user_xattr 1 2
/dev/disk/by-id/ata-ST380815AS_6RW0L125-part2 /backup ext4 acl,user_xattr 1 2
/dev/disk/by-id/ata-IBM-DJNA-351520_G80GLW4M080-part1 /windows/D vfat users,gid=users,umask=0002,utf8=true 0 0
#5 - I have not made any physical connection changes within the pc. Everything to this point is software only.
#6 - Grub location. On the Hitachi drive the first 4 partitions are swap, /, /home, & extended, in that order. If we make the changes mentioned above to reset this drive to be hd0, and then rewrite Grub to the MBR or root directory, will it be placed on the Hitachi drive (as opposed to the IBM it is stuck on now)?
#7 - I don’t want grub to be separated on different drives, I’m just not smart enough to do this on my own without screwing it up. Therefore all of the questions.
thanks for your help and patience.