here goes…
that noisy maxtor as you can see is what I moved over for files… would have been Ideal to install linux on the maxtor and kept windows on the WD 160 alone and maybe shared that seagate as NTFS but changing the default install was beyond my ability… maybe as I learn I will redo the setup so I can fine tune it better than stock install…
linux-z8k9:/home/jonathan # fdisk -l
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x20a61696
Device Boot Start End Blocks Id System
/dev/sda1 1 10760 86421667 7 HPFS/NTFS
/dev/sda2 * 10760 19457 69865661+ f W95 Ext’d (LBA)
/dev/sda5 10760 11022 2103491+ 82 Linux swap / Solaris
/dev/sda6 11022 13632 20972826 83 Linux
/dev/sda7 13633 19457 46789281 83 Linux
Disk /dev/sdb: 80.0 GB, 80000000000 bytes
255 heads, 63 sectors/track, 9726 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x66ea66ea
Device Boot Start End Blocks Id System
/dev/sdb1 1 9725 78116031 7 HPFS/NTFS
Disk /dev/sdc: 80.0 GB, 80000000000 bytes
255 heads, 63 sectors/track, 9726 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x9b599b59
Device Boot Start End Blocks Id System
/dev/sdc1 1 9726 78124063+ 83 Linux
linux-z8k9:/home/jonathan # cat /etc/fstab
/dev/disk/by-id/ata-WDC_WD1600JD-00HBB0_WD-WCAL93676007-part5 swap swap defaults 0 0
/dev/disk/by-id/ata-WDC_WD1600JD-00HBB0_WD-WCAL93676007-part6 / ext4 acl,user_xattr 1 1
/dev/disk/by-id/ata-WDC_WD1600JD-00HBB0_WD-WCAL93676007-part7 /home ext4 acl,user_xattr 1 2
/dev/disk/by-id/ata-WDC_WD1600JD-00HBB0_WD-WCAL93676007-part1 /windows/C ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8 0 0
/dev/disk/by-id/ata-ST380013AS_5JVFNPR6-part1 /windows/D ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
/dev/disk/by-id/ata-Maxtor_6Y080M0_Y24QFDHC-part1 /storage ext4 acl,user_xattr 1 2
linux-z8k9:/home/jonathan #