hey all im new here, been using another distro for a while and thought about trying out kubuntu. I'm trying to install it on my 2nd sata drive in this computer, there are only 2 sata hdd's , the first drive is currently being used by my other distro and i am trying to get kubuntu installed on the other drive and dual boot. i tried the 10.04 amd64 livecd to install and every time ubiquity checks my disks it finds my external hard drive and a raid array made up of my to sata drive's. i can go into the konsole and fdisk both drives and the 1st shows my 3 linux partitons for the other distro and the 2nd drive i created one large linux partition trying to get the installer to see that the 2 drives are different. i can mount the partitions on the 1st drive and they show attached as /dev/sda and /dev/sdb in dmesg log. also when i tried to boot the livecd with the nodmraid option (under F6 during bootup), i get the same result in the konsole as before, i can see the drives in fdisk and i can mount them. But in the installer it only show's the external drive now. Any ideas would be great, i posted the sda, sdb portion of my dmesg below. Thanks in advance.
Anyday
Anyday
Code:
ubuntu@ubuntu:~$ dmesg | grep sda [ 2.791069] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB) [ 2.791090] sd 0:0:0:0: [sda] Write Protect is off [ 2.791092] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 2.791103] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 2.791185] sda: [ 2.800611] sda1 sda2 sda3 [ 2.806773] sd 0:0:0:0: [sda] Attached SCSI disk ubuntu@ubuntu:~$ ubuntu@ubuntu:~$ dmesg | grep sdb [ 2.791207] sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB) [ 2.791229] sd 1:0:0:0: [sdb] Write Protect is off [ 2.791231] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00 [ 2.791242] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 2.791334] sdb: [ 2.811900] sd 1:0:0:0: [sdb] Attached SCSI disk [ 1165.862854] sdb: sdb1 ubuntu@ubuntu:~$
Comment