PDA

View Full Version : [SOLVED] 10.04 desktop installer doesn't see all partitions



heiko_s
May 5th, 2010, 03:12 PM
Problem: When trying to install Ubuntu 10.04 desktop from USB pendrive I can't see the sda partitions in the manual partition editor.

I have a dual boot PC with Windows XP Pro and Ubuntu 8.10 running (see below for more details). Using the 10.04 Ubuntu desktop edition on a USB stick (pendrivelinux), I can boot without a problem and everything works fine: mount/unmount of all my drives, read data, etc. But I can't install the 10.04!

When running the installer, at the point where the partition is selected, I choose "manual" as option. On the next screen I only see the drives/partitions starting from /dev/sdb1... to sde, but NOT /dev/sda. The "Add" button is greyed out, I can only edit the existing partitions. When I edit and press forward I get an error telling me that the SWAP partition is missing. I already HAVE a swap on sda.

I also tried booting Ubuntu 10.04 and then running the installer - no difference. I also remove the plug from one of the drives (sde) - still the installer doesn't show me sda.

I would like to install 10.04 without messing up my Windows XP Pro and without messing up my /home partition or any other partitions that are non-Ubuntu stuff.

In former years this used to be the easiest part, now it looks like a challenge. Any help is appreciated.

System and background info:
Hardware: Desktop PC with Intel Core 2, Nvidia graphics card, 5 SATA hard drives hooked to Gigabyte mother board, two network cards (only one in use)
Current OSes: Windows XP Pro on sda1, Ubuntu 8.10 on sda and sdb

I have two 250G drives that contain several partitions (mainly system partitions), and 3 additional drives with only 1 partition.

Under Ubuntu 8.10 I have the following ext3 partitions:
/
/boot
/home
/multimedia (this is an entire drive sdc1)
plus several NTFS partitions/drives and a SWAP partition

/ and /boot reside on the sdb drive, /home and swap on the sda drive (if I remember correctly).

I'm currently not at my PC.

heiko_s
May 6th, 2010, 08:18 PM
Pump !

I tried Linux Mint - same result. It uses the same installer and there seems to be a bug. I still haven't tried the -- partman/alignment=cylinder boot option since I can't figure out how to activate this option during the boot/install.

Please help!

frantid
May 6th, 2010, 08:41 PM
can you do

sudo fdisk -l

sudo blkid

mount

edit: while booted off the install.

heiko_s
May 6th, 2010, 10:13 PM
sudo fdisk -l

Disk /dev/sda: 1500.3 GB, 1500301910016 bytes
255 heads, 63 sectors/track, 182401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000ec765

Device Boot Start End Blocks Id System
/dev/sda1 1 182401 1465136001 7 HPFS/NTFS

Disk /dev/sdb: 251.0 GB, 251000193024 bytes
255 heads, 63 sectors/track, 30515 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x02a902a9

Device Boot Start End Blocks Id System
/dev/sdb1 * 1 5160 41447668+ 7 HPFS/NTFS
/dev/sdb2 5161 5658 4000185 82 Linux swap / Solaris
/dev/sdb3 5659 30515 199663852+ 83 Linux

Disk /dev/sdc: 251.0 GB, 251000193024 bytes
255 heads, 63 sectors/track, 30515 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00006f93

Device Boot Start End Blocks Id System
/dev/sdc1 * 1 125 1004031 83 Linux
/dev/sdc2 126 3276 25310407+ 83 Linux
/dev/sdc3 3277 30515 218797267+ 7 HPFS/NTFS

Disk /dev/sde: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0007865c

Device Boot Start End Blocks Id System
/dev/sde1 1 60801 488384001 83 Linux

Disk /dev/sdd: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xdf8fd77a

Device Boot Start End Blocks Id System
/dev/sdd1 1 60801 488384001 42 SFS

Disk /dev/sdf: 4022 MB, 4022337536 bytes
255 heads, 63 sectors/track, 489 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x04030201

Device Boot Start End Blocks Id System
/dev/sdf1 * 1 489 3927861 b W95 FAT32


sudo blkid
/dev/loop0: TYPE="squashfs"
/dev/loop1: LABEL="casper-rw" UUID="0b140d9f-7655-0347-9897-924184301560" TYPE="ext2"
/dev/sda1: UUID="D860B90D60B8F37C" LABEL="Photos_1" TYPE="ntfs"
/dev/sdb1: UUID="20E49841E4981ADC" TYPE="ntfs"
/dev/sdb2: UUID="ccc0cca3-8b19-4710-803f-42c383f7498b" TYPE="swap"
/dev/sdb3: UUID="c8448fee-03a0-43d5-89ca-4f1d11a5d014" SEC_TYPE="ext2" TYPE="ext3"
/dev/sdc1: UUID="18f80158-658f-45c1-a56a-111e51fff8d1" SEC_TYPE="ext2" TYPE="ext3"
/dev/sdc2: UUID="37712878-aea6-4740-b560-5b2655ed96eb" SEC_TYPE="ext2" TYPE="ext3"
/dev/sdc3: UUID="76EC2AD4EC2A8F05" LABEL="MS_data" TYPE="ntfs"
/dev/sde1: LABEL="multimedia" UUID="0c824011-75ea-4ab3-9dc5-cf406f16cd43" SEC_TYPE="ext2" TYPE="ext3"
/dev/sdd1: UUID="2A1034FF1034D413" LABEL="NTFS" TYPE="ntfs"
/dev/sdf1: LABEL="PENDRIVE" UUID="04FC-BCBA" TYPE="vfat"


mount
aufs on / type aufs (rw)
none on /proc type proc (rw,noexec,nosuid,nodev)
none on /sys type sysfs (rw,noexec,nosuid,nodev)
udev on /dev type tmpfs (rw,mode=0755)
/dev/sdf1 on /cdrom type vfat (rw)
/dev/loop0 on /rofs type squashfs (rw)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
none on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
none on /var/run type tmpfs (rw,nosuid,mode=0755)
none on /var/lock type tmpfs (rw,noexec,nosuid,nodev)
none on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/mint/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=mint)


I haven't mounted any installed disk, but I could easily do so (and have done so). The Ubuntu desktop 10.04 / Linux Mint 8 life distros work perfectly fine, I just can't install the damn thing (without screwing up my hard drives).

heiko_s
May 6th, 2010, 10:20 PM
Sorry, forgot to mention: in my last post I highlighted two lines since there seems to be a mistake. sdd1 should be an NTFS drive, but is listed as SFS. Then again, under blkid it appears OK. I don't think this is the problem.

In the meantime I also tried the following: I disconnected all drives except the first and second hdd where the OSs are installed. The installer found only one drive, whereas within Ubuntu/Linux Mint I was able to see and mount both drives and their partitions.

Go figure!

Now I have burned the ISO image to a CD and I will try from there, that is not from the USB stick! I'll update on the findings.

frantid
May 6th, 2010, 10:23 PM
thanks,

let's see how the cd differs.

heiko_s
May 6th, 2010, 10:53 PM
CD or USB stick makes no difference - the installer still refuses to list ALL drives/partitions.

Since the Linux Mint 8 on USB stick is persistent, I updated part of the system (only prio 1 updates and something to do with ubuquity). No difference!

Help!!! Please !!!!!!!!!!

snappy46
May 7th, 2010, 02:10 AM
I have the exact same problem; more or less; the installer and gparted do not see the partition on my first drive sda; it only sees it has one big partition and tells me that no operating system are loaded on the computer. The funny thing is that it if I continue and boot (try ubuntu 10.04 it actually mount the partition on sda.

On sda I have:

a partition for winxp
a partion for Ubuntu 9.10
a partition for /home.

I don't want to disturb my /home partition. The goal here is to install 10.04 where 9.10 now reside and keep the same /home so I do not lose all my settings.

Here's the result of fdisk while using ubuntu 10.04 cd rom.


ubuntu@ubuntu:~$ sudo fdisk -l
omitting empty partition (5)

Disk /dev/sda: 80.0 GB, 80000000000 bytes
255 heads, 63 sectors/track, 9726 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x46524651

Device Boot Start End Blocks Id System
/dev/sda1 * 1 3187 25599546 7 HPFS/NTFS
/dev/sda2 3188 9726 52524517+ 5 Extended
/dev/sda3 9458 9726 2160711 82 Linux swap / Solaris
/dev/sda5 3188 5011 14651217 83 Linux
/dev/sda6 5012 9457 35712463+ 83 Linux

Disk /dev/sdb: 200.0 GB, 200049647616 bytes
255 heads, 63 sectors/track, 24321 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xe9ed184e

Device Boot Start End Blocks Id System
/dev/sdb1 * 1 7652 61464658+ 7 HPFS/NTFS
/dev/sdb2 7653 11474 30700215 c W95 FAT32 (LBA)
/dev/sdb3 11475 17848 51199155 7 HPFS/NTFS
/dev/sdb4 17849 24321 51994372+ 7 HPFS/NTFS
ubuntu@ubuntu:~$


If i use gparted at this point it tells me that I have no partition on sda (unallocated).

Very weird; any idea anyone. The bug seems to be with gparted since I think it is also used during the installation process.

xpam
May 7th, 2010, 02:26 AM
I have the same problem, anyone knows how make it work?

:(


root@ubuntu:~# fdisk -l

Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xf027fba8

Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 102400 7 HPFS/NTFS
Partition 1 does not end on cylinder boundary.
/dev/sda2 13 14013 112455974+ 7 HPFS/NTFS
/dev/sda3 14014 60801 375824610 5 Extended
/dev/sda4 27929 54386 212523885 7 HPFS/NTFS
/dev/sda5 14014 27928 111772206 7 HPFS/NTFS
/dev/sda6 54387 54388 16033+ 7 HPFS/NTFS
/dev/sda7 54389 60413 48395781 83 Linux
/dev/sda8 60414 60801 3116578+ 82 Linux swap / Solaris

root@ubuntu:~# mount
aufs on / type aufs (rw)
none on /proc type proc (rw,noexec,nosuid,nodev)
none on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /dev type devtmpfs (rw,mode=0755)
none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
/dev/sr0 on /cdrom type iso9660 (ro,noatime)
/dev/loop0 on /rofs type squashfs (ro,noatime)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
none on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
none on /var/run type tmpfs (rw,nosuid,mode=0755)
none on /var/lock type tmpfs (rw,noexec,nosuid,nodev)
none on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/ubuntu/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=ubuntu)
/dev/sda7 on /media/linux type ext3 (rw,nosuid,nodev,uhelper=udisks)
http://lh4.ggpht.com/_nVvHbl4pNAk/S-NsGiOSZeI/AAAAAAAAAFA/a5oO8IrqD9c/s800/no.png

heiko_s
May 7th, 2010, 02:40 PM
Just for clarification: when I boot into Ubuntu 10.04 or Linux Mint 8 (the latter is actually based on Ubuntu 9.10) I do get all the drives and partitions.

Only when I want to install Ubuntu 10.04 or Linux Mint 8 the installer (ubuquity ???) doesn't see all drives. Even when I disconnect all drives except for two with system files and /home directory, it still identifies n-1 drive. Again, only the installer, not when I boot into the system.

One more clue perhaps: I have 2 drives marked as bootable. And it's always one of them that's gone missing!

I'll try now to remove the bootflag on one of them and see what happens. Pray with me a Linux prayer that this won't screw up my system.

frantid
May 7th, 2010, 02:53 PM
are you going directly in the installer?

can you boot the cd into try Ubuntu, see if you can mount the drives. unmount them and use the install ubuntu launcher on the desktop. I would do the manual install rather than auto partition.

heiko_s
May 7th, 2010, 03:11 PM
I removed the bootflag on sdb1 (the second drive) which didn't show up in the partitioner. Makes no difference - I still can't see the drive (sdb) in the installer when selecting manual partitioning.

Frustrating!

heiko_s
May 7th, 2010, 04:20 PM
So, I ran the Linux Mint 8 installer once more, but this time I checked to see what utilities are running. Once I selected "manual partitioning" and pressed the Forward button, there is some message that it scans the partitions. Here the ps -A output:

...
14178 ? 00:00:06 palimpsest <defunct>
14298 ? 00:00:00 gksudo
14300 ? 00:00:00 devkit-disks
14303 ? 00:00:02 ubiquity
15066 ? 00:00:01 debconf-communi
15068 ? 00:00:00 log-output
15069 ? 00:00:00 sh
15072 ? 00:00:00 partman
15178 ? 00:00:00 parted_server
15192 ? 00:00:00 udevd
15202 ? 00:00:00 udevd
19310 ? 00:00:00 80manual_partit
19563 ? 00:00:00 do_option
19954 ? 00:00:00 do_option
19962 ? 00:00:00 ntfsresize
19963 pts/0 00:00:00 ps


I wonder what ntfsresize is trying to accomplish because after a while it disappears.

heiko_s
May 7th, 2010, 04:29 PM
are you going directly in the installer?

can you boot the cd into try Ubuntu, see if you can mount the drives. unmount them and use the install ubuntu launcher on the desktop. I would do the manual install rather than auto partition.

Sorry, I somehow missed your post.

I can boot the USB stick.
I can boot the CD.
I can mount any drive I want in both USB or CD boot.
I have ALWAYS selected manual partitioning! I don't want Ubuntu touch my partitions.

So my problem, as far as I can see, only relates to manual partitioning. It simply ALWAYS misses one drive, usually sdb (depending on how many drives I have connected, sdb may refer to a different disk).

It's always n-1 (read n minus one). Go figure.

heiko_s
May 7th, 2010, 04:31 PM
are you going directly in the installer?

...

I tried both booting into Ubuntu and going directly into the installer. I also tried the --partman/alignment=cylinder option, but it makes no difference.

frantid
May 7th, 2010, 06:02 PM
really sounds like a bug in the installer. Have you tried the alternate cd? or even the release candidate cd?

frantid
May 7th, 2010, 06:16 PM
I just noticed this:

gvfs-fuse-daemon on /home/mint/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=mint)

in your mount print out.

it would be interesting to see this mount is preventing you from installing. I'm not sure if you need gvfs-fuse-daemon to run an install. Is one of your externals a maxtor one touch - causing simplebackup to run?

umount /home/mint/.gvfs

umount -f /home/mint/.gvfs

snappy46
May 7th, 2010, 09:38 PM
Sorry, I somehow missed your post.

I can boot the USB stick.
I can boot the CD.
I can mount any drive I want in both USB or CD boot.
I have ALWAYS selected manual partitioning! I don't want Ubuntu touch my partitions.

So my problem, as far as I can see, only relates to manual partitioning. It simply ALWAYS misses one drive, usually sdb (depending on how many drives I have connected, sdb may refer to a different disk).

It's always n-1 (read n minus one). Go figure.

Same here exactly the same; I believe that the bug is related to gparted. Have you try gparted when you boot up ubuntu 10.04. On my system it says that sda unallocated although I have some partition on it.

I think that gparted or at least the same libraries are used during the installation. If someone can identify which library we might get close to a solution.

By the way my Ubuntu partition on sda is now ubuntu 10.04 since I upgraded from ubuntu 9.10 but I really need a clean install at this point I have been upgrading since ubuntu 6.10 and all kinds of weird problems are starting to sneak in.

Thanks

heiko_s
May 7th, 2010, 11:44 PM
I just noticed this:

gvfs-fuse-daemon on /home/mint/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=mint)

in your mount print out.

it would be interesting to see this mount is preventing you from installing. I'm not sure if you need gvfs-fuse-daemon to run an install. Is one of your externals a maxtor one touch - causing simplebackup to run?

umount /home/mint/.gvfs

umount -f /home/mint/.gvfs

I tried your advise and umounted /home/mint/.gvfs - it makes no difference with regard to the install. Still same n-1 problem (missing my sdb drive).

One more thing - when I have all drives connected it reports "no operating system found" (or so). When I disconnect drives and only leave the 2 I need it sees my Ubuntu 8.10, but not the Windows XP installation.

heiko_s
May 7th, 2010, 11:53 PM
Same here exactly the same; I believe that the bug is related to gparted. Have you try gparted when you boot up ubuntu 10.04. On my system it says that sda unallocated although I have some partition on it.

Thanks for the input. I booted up Linux Mint 8 and ran gparted - it detects ALL drives and partitions. So this is not the problem here.

heiko_s
May 8th, 2010, 12:11 AM
I like to summarize:

Both Ubuntu 10.04 and Linux Mint 8 (based on Ubuntu 9.10) do not allow me to manually partition the drive(s). Both of them always miss to see one out of several drives, in my case sdb when running my 5 internal drives.
When I disconnect 3 of the 5 drives, it still detects one drive less, that is it detects only one drive.
I can't install because I use 2 drives for Linux (and Windows XP): Here the drive/partitions setup (when running my old Linux 8.10 that is installed):
sda1 Windows XP - boot flag
sda2 swap
sda3 /home
sdb1 /boot - boot flag
sdb2 /
sdb3 MS_data (NTFS data drive)

The other 3 disks carry only a single partition:
sdc1 - NTFS partition
sdd1 - ext3
sde1 - NTFS

With Ubuntu 10.04 the last disk above is detected as sda, the others are in the same order so sda becomes sdb, etc. The pendrive I use for the install is detected as sdf.

heiko_s
May 8th, 2010, 12:19 AM
really sounds like a bug in the installer. Have you tried the alternate cd? or even the release candidate cd?

I tried the alternate install but it didn't work at all. Might be a problem with the USB drive (I used the pendrivelinux utility to install the alternate Ubuntu ISO, selecting it as "other" - I think the alternate CD is not listed as an option in the selection menu). I've been using a different USB drive and it doesn't work on my PC - it did work on my laptop (it started and the menu came up). If I find another empty CD I'll burn it on CD and give it a try.

I have not tried the release candidate CD.

heiko_s
May 8th, 2010, 01:33 AM
Here some lengthy output of "udevadm info --export-db" (I shortened it to what's perhaps relevant). As I see it, all devices/partitions are recognized:

P: /devices/pci0000:00/0000:00:1c.5/0000:04:00.0/host0/target0:0:0/0:0:0:0/block/sda
N: sda
W: 195
S: block/8:0
S: disk/by-id/ata-WDC_WD15EARS-00Z5B1_WD-WMAVU1286226
S: disk/by-id/scsi-SATA_WDC_WD15EARS-00_WD-WMAVU1286226
S: disk/by-path/pci-0000:04:00.0-scsi-0:0:0:0
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1c.5/0000:04:00.0/host0/target0:0:0/0:0:0:0/block/sda
E: MAJOR=8
E: MINOR=0
E: DEVNAME=/dev/sda
E: DEVTYPE=disk
E: SUBSYSTEM=block
E: ID_TYPE=disk
E: ID_BUS=ata
E: ID_MODEL=WDC_WD15EARS-00Z5B1
E: ID_MODEL_ENC=WDC\x20WD15EARS-00Z5B1\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20
E: ID_REVISION=80.00A80
E: ID_SERIAL=WDC_WD15EARS-00Z5B1_WD-WMAVU1286226
E: ID_SERIAL_SHORT=WD-WMAVU1286226
E: ID_SCSI_COMPAT=SATA_WDC_WD15EARS-00_WD-WMAVU1286226
E: ID_PATH=pci-0000:04:00.0-scsi-0:0:0:0
E: DKD_MEDIA_AVAILABLE=1
E: DKD_PARTITION_TABLE=1
E: DKD_PARTITION_TABLE_SCHEME=mbr
E: DKD_ATA_SMART_IS_AVAILABLE=1
E: DKD_PRESENTATION_NOPOLICY=0
E: DEVLINKS=/dev/block/8:0 /dev/disk/by-id/ata-WDC_WD15EARS-00Z5B1_WD-WMAVU1286226 /dev/disk/by-id/scsi-SATA_WDC_WD15EARS-00_WD-WMAVU1286226 /dev/disk/by-path/pci-0000:04:00.0-scsi-0:0:0:0

P: /devices/pci0000:00/0000:00:1c.5/0000:04:00.0/host0/target0:0:0/0:0:0:0/block/sda/sda1
N: sda1
W: 194
S: block/8:1
S: disk/by-id/ata-WDC_WD15EARS-00Z5B1_WD-WMAVU1286226-part1
S: disk/by-id/scsi-SATA_WDC_WD15EARS-00_WD-WMAVU1286226-part1
S: disk/by-path/pci-0000:04:00.0-scsi-0:0:0:0-part1
S: disk/by-uuid/D860B90D60B8F37C
S: disk/by-label/Photos_1
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1c.5/0000:04:00.0/host0/target0:0:0/0:0:0:0/block/sda/sda1
E: MAJOR=8
E: MINOR=1
E: DEVNAME=/dev/sda1
E: DEVTYPE=partition
E: SUBSYSTEM=block
E: ID_TYPE=disk
E: ID_BUS=ata
E: ID_MODEL=WDC_WD15EARS-00Z5B1
E: ID_MODEL_ENC=WDC\x20WD15EARS-00Z5B1\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20
E: ID_REVISION=80.00A80
E: ID_SERIAL=WDC_WD15EARS-00Z5B1_WD-WMAVU1286226
E: ID_SERIAL_SHORT=WD-WMAVU1286226
E: ID_SCSI_COMPAT=SATA_WDC_WD15EARS-00_WD-WMAVU1286226
E: ID_PATH=pci-0000:04:00.0-scsi-0:0:0:0
E: ID_FS_UUID=D860B90D60B8F37C
E: ID_FS_UUID_ENC=D860B90D60B8F37C
E: ID_FS_LABEL=Photos_1
E: ID_FS_LABEL_ENC=Photos_1
E: ID_FS_TYPE=ntfs
E: ID_FS_USAGE=filesystem
E: DKD_PARTITION=1
E: DKD_PARTITION_SCHEME=mbr
E: DKD_PARTITION_NUMBER=1
E: DKD_PARTITION_TYPE=0x07
E: DKD_PARTITION_SIZE=1500299265024
E: DKD_PRESENTATION_NOPOLICY=0
E: DEVLINKS=/dev/block/8:1 /dev/disk/by-id/ata-WDC_WD15EARS-00Z5B1_WD-WMAVU1286226-part1 /dev/disk/by-id/scsi-SATA_WDC_WD15EARS-00_WD-WMAVU1286226-part1 /dev/disk/by-path/pci-0000:04:00.0-scsi-0:0:0:0-part1 /dev/disk/by-uuid/D860B90D60B8F37C /dev/disk/by-label/Photos_1

...

P: /devices/pci0000:00/0000:00:1c.5/0000:04:00.1/host6/target6:0:0/6:0:0:0/block/sr0
N: sr0
S: block/11:0
S: scd0
S: disk/by-path/pci-0000:04:00.1-scsi-0:0:0:0
S: cdrom1
S: cdrw1
S: dvd1
S: dvdrw1
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1c.5/0000:04:00.1/host6/target6:0:0/6:0:0:0/block/sr0
E: MAJOR=11
E: MINOR=0
E: DEVNAME=/dev/sr0
E: DEVTYPE=disk
E: SUBSYSTEM=block
E: ID_CDROM=1
E: ID_CDROM_CD_R=1
E: ID_CDROM_CD_RW=1
E: ID_CDROM_DVD=1
E: ID_CDROM_DVD_R=1
E: ID_CDROM_MRW=1
E: ID_CDROM_MRW_W=1
E: ID_VENDOR=PIONEER
E: ID_VENDOR_ENC=PIONEER\x20
E: ID_MODEL=DVD-RW_DVR-108
E: ID_MODEL_ENC=DVD-RW\x20\x20DVR-108\x20
E: ID_REVISION=1.10
E: ID_TYPE=cd
E: ID_BUS=scsi
E: ID_PATH=pci-0000:04:00.1-scsi-0:0:0:0
E: ACL_MANAGE=1
E: GENERATED=1
E: DKD_PRESENTATION_NOPOLICY=0
E: DEVLINKS=/dev/block/11:0 /dev/scd0 /dev/disk/by-path/pci-0000:04:00.1-scsi-0:0:0:0 /dev/cdrom1 /dev/cdrw1 /dev/dvd1 /dev/dvdrw1

...

P: /devices/pci0000:00/0000:00:1f.2/host2/target2:0:0/2:0:0:0/block/sdb
N: sdb
W: 178
S: block/8:16
S: disk/by-id/ata-WDC_WD2500YS-01SHB1_WD-WCANY3127633
S: disk/by-id/scsi-SATA_WDC_WD2500YS-01_WD-WCANY3127633
S: disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/host2/target2:0:0/2:0:0:0/block/sdb
E: MAJOR=8
E: MINOR=16
E: DEVNAME=/dev/sdb
E: DEVTYPE=disk
E: SUBSYSTEM=block
E: ID_TYPE=disk
E: ID_BUS=ata
E: ID_MODEL=WDC_WD2500YS-01SHB1
E: ID_MODEL_ENC=WDC\x20WD2500YS-01SHB1\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20
E: ID_REVISION=20.06C06
E: ID_SERIAL=WDC_WD2500YS-01SHB1_WD-WCANY3127633
E: ID_SERIAL_SHORT=WD-WCANY3127633
E: ID_SCSI_COMPAT=SATA_WDC_WD2500YS-01_WD-WCANY3127633
E: ID_PATH=pci-0000:00:1f.2-scsi-0:0:0:0
E: ID_FS_VERSION=1.0.00
E: ID_FS_TYPE=isw_raid_member
E: ID_FS_USAGE=raid
E: DKD_MEDIA_AVAILABLE=1
E: DKD_PARTITION_TABLE=1
E: DKD_PARTITION_TABLE_SCHEME=mbr
E: DKD_ATA_SMART_IS_AVAILABLE=1
E: DKD_PRESENTATION_NOPOLICY=0
E: DEVLINKS=/dev/block/8:16 /dev/disk/by-id/ata-WDC_WD2500YS-01SHB1_WD-WCANY3127633 /dev/disk/by-id/scsi-SATA_WDC_WD2500YS-01_WD-WCANY3127633 /dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0

P: /devices/pci0000:00/0000:00:1f.2/host2/target2:0:0/2:0:0:0/block/sdb/sdb1
N: sdb1
W: 165
S: block/8:17
S: disk/by-id/ata-WDC_WD2500YS-01SHB1_WD-WCANY3127633-part1
S: disk/by-id/scsi-SATA_WDC_WD2500YS-01_WD-WCANY3127633-part1
S: disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0-part1
S: disk/by-uuid/20E49841E4981ADC
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/host2/target2:0:0/2:0:0:0/block/sdb/sdb1
E: MAJOR=8
E: MINOR=17
E: DEVNAME=/dev/sdb1
E: DEVTYPE=partition
E: SUBSYSTEM=block
E: ID_TYPE=disk
E: ID_BUS=ata
E: ID_MODEL=WDC_WD2500YS-01SHB1
E: ID_MODEL_ENC=WDC\x20WD2500YS-01SHB1\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20
E: ID_REVISION=20.06C06
E: ID_SERIAL=WDC_WD2500YS-01SHB1_WD-WCANY3127633
E: ID_SERIAL_SHORT=WD-WCANY3127633
E: ID_SCSI_COMPAT=SATA_WDC_WD2500YS-01_WD-WCANY3127633
E: ID_PATH=pci-0000:00:1f.2-scsi-0:0:0:0
E: ID_FS_VERSION=1.0.00
E: ID_FS_TYPE=ntfs
E: ID_FS_USAGE=filesystem
E: ID_FS_UUID=20E49841E4981ADC
E: ID_FS_UUID_ENC=20E49841E4981ADC
E: DKD_PARTITION=1
E: DKD_PARTITION_SCHEME=mbr
E: DKD_PARTITION_NUMBER=1
E: DKD_PARTITION_TYPE=0x07
E: DKD_PARTITION_SIZE=42442412544
E: DKD_PARTITION_FLAGS=boot
E: DKD_PRESENTATION_NOPOLICY=0
E: DEVLINKS=/dev/block/8:17 /dev/disk/by-id/ata-WDC_WD2500YS-01SHB1_WD-WCANY3127633-part1 /dev/disk/by-id/scsi-SATA_WDC_WD2500YS-01_WD-WCANY3127633-part1 /dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0-part1 /dev/disk/by-uuid/20E49841E4981ADC

P: /devices/pci0000:00/0000:00:1f.2/host2/target2:0:0/2:0:0:0/block/sdb/sdb2
N: sdb2
W: 166
S: block/8:18
S: disk/by-id/ata-WDC_WD2500YS-01SHB1_WD-WCANY3127633-part2
S: disk/by-id/scsi-SATA_WDC_WD2500YS-01_WD-WCANY3127633-part2
S: disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0-part2
S: disk/by-uuid/ccc0cca3-8b19-4710-803f-42c383f7498b
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/host2/target2:0:0/2:0:0:0/block/sdb/sdb2
E: MAJOR=8
E: MINOR=18
E: DEVNAME=/dev/sdb2
E: DEVTYPE=partition
E: SUBSYSTEM=block
E: ID_TYPE=disk
E: ID_BUS=ata
E: ID_MODEL=WDC_WD2500YS-01SHB1
E: ID_MODEL_ENC=WDC\x20WD2500YS-01SHB1\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20
E: ID_REVISION=20.06C06
E: ID_SERIAL=WDC_WD2500YS-01SHB1_WD-WCANY3127633
E: ID_SERIAL_SHORT=WD-WCANY3127633
E: ID_SCSI_COMPAT=SATA_WDC_WD2500YS-01_WD-WCANY3127633
E: ID_PATH=pci-0000:00:1f.2-scsi-0:0:0:0
E: ID_FS_VERSION=2
E: ID_FS_TYPE=swap
E: ID_FS_USAGE=other
E: ID_FS_UUID=ccc0cca3-8b19-4710-803f-42c383f7498b
E: ID_FS_UUID_ENC=ccc0cca3-8b19-4710-803f-42c383f7498b
E: DKD_PARTITION=1
E: DKD_PARTITION_SCHEME=mbr
E: DKD_PARTITION_NUMBER=2
E: DKD_PARTITION_TYPE=0x82
E: DKD_PARTITION_SIZE=4096189440
E: DKD_PRESENTATION_NOPOLICY=0
E: DEVLINKS=/dev/block/8:18 /dev/disk/by-id/ata-WDC_WD2500YS-01SHB1_WD-WCANY3127633-part2 /dev/disk/by-id/scsi-SATA_WDC_WD2500YS-01_WD-WCANY3127633-part2 /dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0-part2 /dev/disk/by-uuid/ccc0cca3-8b19-4710-803f-42c383f7498b

P: /devices/pci0000:00/0000:00:1f.2/host2/target2:0:0/2:0:0:0/block/sdb/sdb3
N: sdb3
W: 164
S: block/8:19
S: disk/by-id/ata-WDC_WD2500YS-01SHB1_WD-WCANY3127633-part3
S: disk/by-id/scsi-SATA_WDC_WD2500YS-01_WD-WCANY3127633-part3
S: disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0-part3
S: disk/by-uuid/c8448fee-03a0-43d5-89ca-4f1d11a5d014
S: disk/by-label/home
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/host2/target2:0:0/2:0:0:0/block/sdb/sdb3
E: MAJOR=8
E: MINOR=19
E: DEVNAME=/dev/sdb3
E: DEVTYPE=partition
E: SUBSYSTEM=block
E: ID_TYPE=disk
E: ID_BUS=ata
E: ID_MODEL=WDC_WD2500YS-01SHB1
E: ID_MODEL_ENC=WDC\x20WD2500YS-01SHB1\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20
E: ID_REVISION=20.06C06
E: ID_SERIAL=WDC_WD2500YS-01SHB1_WD-WCANY3127633
E: ID_SERIAL_SHORT=WD-WCANY3127633
E: ID_SCSI_COMPAT=SATA_WDC_WD2500YS-01_WD-WCANY3127633
E: ID_PATH=pci-0000:00:1f.2-scsi-0:0:0:0
E: ID_FS_VERSION=1.0
E: ID_FS_TYPE=ext3
E: ID_FS_USAGE=filesystem
E: ID_FS_LABEL=home
E: ID_FS_LABEL_ENC=home
E: ID_FS_UUID=c8448fee-03a0-43d5-89ca-4f1d11a5d014
E: ID_FS_UUID_ENC=c8448fee-03a0-43d5-89ca-4f1d11a5d014
E: ID_FS_SEC_TYPE=ext2
E: DKD_PARTITION=1
E: DKD_PARTITION_SCHEME=mbr
E: DKD_PARTITION_NUMBER=3
E: DKD_PARTITION_TYPE=0x83
E: DKD_PARTITION_SIZE=204455784960
E: DKD_PRESENTATION_NOPOLICY=0
E: DEVLINKS=/dev/block/8:19 /dev/disk/by-id/ata-WDC_WD2500YS-01SHB1_WD-WCANY3127633-part3 /dev/disk/by-id/scsi-SATA_WDC_WD2500YS-01_WD-WCANY3127633-part3 /dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0-part3 /dev/disk/by-uuid/c8448fee-03a0-43d5-89ca-4f1d11a5d014 /dev/disk/by-label/home

...

P: /devices/pci0000:00/0000:00:1f.2/host3/target3:0:0/3:0:0:0/block/sdc
N: sdc
W: 207
S: block/8:32
S: disk/by-id/ata-WDC_WD2500YS-01SHB1_WD-WCANY3168119
S: disk/by-id/scsi-SATA_WDC_WD2500YS-01_WD-WCANY3168119
S: disk/by-path/pci-0000:00:1f.2-scsi-1:0:0:0
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/host3/target3:0:0/3:0:0:0/block/sdc
E: MAJOR=8
E: MINOR=32
E: DEVNAME=/dev/sdc
E: DEVTYPE=disk
E: SUBSYSTEM=block
E: ID_TYPE=disk
E: ID_BUS=ata
E: ID_MODEL=WDC_WD2500YS-01SHB1
E: ID_MODEL_ENC=WDC\x20WD2500YS-01SHB1\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20
E: ID_REVISION=20.06C06
E: ID_SERIAL=WDC_WD2500YS-01SHB1_WD-WCANY3168119
E: ID_SERIAL_SHORT=WD-WCANY3168119
E: ID_SCSI_COMPAT=SATA_WDC_WD2500YS-01_WD-WCANY3168119
E: ID_PATH=pci-0000:00:1f.2-scsi-1:0:0:0
E: DKD_MEDIA_AVAILABLE=1
E: DKD_PARTITION_TABLE=1
E: DKD_PARTITION_TABLE_SCHEME=mbr
E: DKD_ATA_SMART_IS_AVAILABLE=1
E: DKD_PRESENTATION_NOPOLICY=0
E: DEVLINKS=/dev/block/8:32 /dev/disk/by-id/ata-WDC_WD2500YS-01SHB1_WD-WCANY3168119 /dev/disk/by-id/scsi-SATA_WDC_WD2500YS-01_WD-WCANY3168119 /dev/disk/by-path/pci-0000:00:1f.2-scsi-1:0:0:0

P: /devices/pci0000:00/0000:00:1f.2/host3/target3:0:0/3:0:0:0/block/sdc/sdc1
N: sdc1
W: 205
S: block/8:33
S: disk/by-id/ata-WDC_WD2500YS-01SHB1_WD-WCANY3168119-part1
S: disk/by-id/scsi-SATA_WDC_WD2500YS-01_WD-WCANY3168119-part1
S: disk/by-path/pci-0000:00:1f.2-scsi-1:0:0:0-part1
S: disk/by-uuid/18f80158-658f-45c1-a56a-111e51fff8d1
S: disk/by-label/boot
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/host3/target3:0:0/3:0:0:0/block/sdc/sdc1
E: MAJOR=8
E: MINOR=33
E: DEVNAME=/dev/sdc1
E: DEVTYPE=partition
E: SUBSYSTEM=block
E: ID_TYPE=disk
E: ID_BUS=ata
E: ID_MODEL=WDC_WD2500YS-01SHB1
E: ID_MODEL_ENC=WDC\x20WD2500YS-01SHB1\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20
E: ID_REVISION=20.06C06
E: ID_SERIAL=WDC_WD2500YS-01SHB1_WD-WCANY3168119
E: ID_SERIAL_SHORT=WD-WCANY3168119
E: ID_SCSI_COMPAT=SATA_WDC_WD2500YS-01_WD-WCANY3168119
E: ID_PATH=pci-0000:00:1f.2-scsi-1:0:0:0
E: ID_FS_LABEL=boot
E: ID_FS_LABEL_ENC=boot
E: ID_FS_UUID=18f80158-658f-45c1-a56a-111e51fff8d1
E: ID_FS_UUID_ENC=18f80158-658f-45c1-a56a-111e51fff8d1
E: ID_FS_SEC_TYPE=ext2
E: ID_FS_VERSION=1.0
E: ID_FS_TYPE=ext3
E: ID_FS_USAGE=filesystem
E: DKD_PARTITION=1
E: DKD_PARTITION_SCHEME=mbr
E: DKD_PARTITION_NUMBER=1
E: DKD_PARTITION_TYPE=0x83
E: DKD_PARTITION_SIZE=1028127744
E: DKD_PARTITION_FLAGS=boot
E: DKD_PRESENTATION_NOPOLICY=0
E: DEVLINKS=/dev/block/8:33 /dev/disk/by-id/ata-WDC_WD2500YS-01SHB1_WD-WCANY3168119-part1 /dev/disk/by-id/scsi-SATA_WDC_WD2500YS-01_WD-WCANY3168119-part1 /dev/disk/by-path/pci-0000:00:1f.2-scsi-1:0:0:0-part1 /dev/disk/by-uuid/18f80158-658f-45c1-a56a-111e51fff8d1 /dev/disk/by-label/boot

P: /devices/pci0000:00/0000:00:1f.2/host3/target3:0:0/3:0:0:0/block/sdc/sdc2
N: sdc2
W: 204
S: block/8:34
S: disk/by-id/ata-WDC_WD2500YS-01SHB1_WD-WCANY3168119-part2
S: disk/by-id/scsi-SATA_WDC_WD2500YS-01_WD-WCANY3168119-part2
S: disk/by-path/pci-0000:00:1f.2-scsi-1:0:0:0-part2
S: disk/by-uuid/37712878-aea6-4740-b560-5b2655ed96eb
S: disk/by-label/root
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/host3/target3:0:0/3:0:0:0/block/sdc/sdc2
E: MAJOR=8
E: MINOR=34
E: DEVNAME=/dev/sdc2
E: DEVTYPE=partition
E: SUBSYSTEM=block
E: ID_TYPE=disk
E: ID_BUS=ata
E: ID_MODEL=WDC_WD2500YS-01SHB1
E: ID_MODEL_ENC=WDC\x20WD2500YS-01SHB1\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20
E: ID_REVISION=20.06C06
E: ID_SERIAL=WDC_WD2500YS-01SHB1_WD-WCANY3168119
E: ID_SERIAL_SHORT=WD-WCANY3168119
E: ID_SCSI_COMPAT=SATA_WDC_WD2500YS-01_WD-WCANY3168119
E: ID_PATH=pci-0000:00:1f.2-scsi-1:0:0:0
E: ID_FS_LABEL=root
E: ID_FS_LABEL_ENC=root
E: ID_FS_UUID=37712878-aea6-4740-b560-5b2655ed96eb
E: ID_FS_UUID_ENC=37712878-aea6-4740-b560-5b2655ed96eb
E: ID_FS_SEC_TYPE=ext2
E: ID_FS_VERSION=1.0
E: ID_FS_TYPE=ext3
E: ID_FS_USAGE=filesystem
E: DKD_PARTITION=1
E: DKD_PARTITION_SCHEME=mbr
E: DKD_PARTITION_NUMBER=2
E: DKD_PARTITION_TYPE=0x83
E: DKD_PARTITION_SIZE=25917857280
E: DKD_PRESENTATION_NOPOLICY=0
E: DEVLINKS=/dev/block/8:34 /dev/disk/by-id/ata-WDC_WD2500YS-01SHB1_WD-WCANY3168119-part2 /dev/disk/by-id/scsi-SATA_WDC_WD2500YS-01_WD-WCANY3168119-part2 /dev/disk/by-path/pci-0000:00:1f.2-scsi-1:0:0:0-part2 /dev/disk/by-uuid/37712878-aea6-4740-b560-5b2655ed96eb /dev/disk/by-label/root

P: /devices/pci0000:00/0000:00:1f.2/host3/target3:0:0/3:0:0:0/block/sdc/sdc3
N: sdc3
W: 206
S: block/8:35
S: disk/by-id/ata-WDC_WD2500YS-01SHB1_WD-WCANY3168119-part3
S: disk/by-id/scsi-SATA_WDC_WD2500YS-01_WD-WCANY3168119-part3
S: disk/by-path/pci-0000:00:1f.2-scsi-1:0:0:0-part3
S: disk/by-uuid/76EC2AD4EC2A8F05
S: disk/by-label/MS_data
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/host3/target3:0:0/3:0:0:0/block/sdc/sdc3
E: MAJOR=8
E: MINOR=35
E: DEVNAME=/dev/sdc3
E: DEVTYPE=partition
E: SUBSYSTEM=block
E: ID_TYPE=disk
E: ID_BUS=ata
E: ID_MODEL=WDC_WD2500YS-01SHB1
E: ID_MODEL_ENC=WDC\x20WD2500YS-01SHB1\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20
E: ID_REVISION=20.06C06
E: ID_SERIAL=WDC_WD2500YS-01SHB1_WD-WCANY3168119
E: ID_SERIAL_SHORT=WD-WCANY3168119
E: ID_SCSI_COMPAT=SATA_WDC_WD2500YS-01_WD-WCANY3168119
E: ID_PATH=pci-0000:00:1f.2-scsi-1:0:0:0
E: ID_FS_UUID=76EC2AD4EC2A8F05
E: ID_FS_UUID_ENC=76EC2AD4EC2A8F05
E: ID_FS_LABEL=MS_data
E: ID_FS_LABEL_ENC=MS_data
E: ID_FS_TYPE=ntfs
E: ID_FS_USAGE=filesystem
E: DKD_PARTITION=1
E: DKD_PARTITION_SCHEME=mbr
E: DKD_PARTITION_NUMBER=3
E: DKD_PARTITION_TYPE=0x07
E: DKD_PARTITION_SIZE=224048401920
E: DKD_PRESENTATION_NOPOLICY=0
E: DEVLINKS=/dev/block/8:35 /dev/disk/by-id/ata-WDC_WD2500YS-01SHB1_WD-WCANY3168119-part3 /dev/disk/by-id/scsi-SATA_WDC_WD2500YS-01_WD-WCANY3168119-part3 /dev/disk/by-path/pci-0000:00:1f.2-scsi-1:0:0:0-part3 /dev/disk/by-uuid/76EC2AD4EC2A8F05 /dev/disk/by-label/MS_data

...

P: /devices/pci0000:00/0000:00:1f.5/host4/target4:0:0/4:0:0:0/block/sdd
N: sdd
W: 209
S: block/8:48
S: disk/by-id/ata-WDC_WD5000AAKS-75A7B0_WD-WCASY0613744
S: disk/by-id/scsi-SATA_WDC_WD5000AAKS-_WD-WCASY0613744
S: disk/by-path/pci-0000:00:1f.5-scsi-0:0:0:0
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1f.5/host4/target4:0:0/4:0:0:0/block/sdd
E: MAJOR=8
E: MINOR=48
E: DEVNAME=/dev/sdd
E: DEVTYPE=disk
E: SUBSYSTEM=block
E: ID_TYPE=disk
E: ID_BUS=ata
E: ID_MODEL=WDC_WD5000AAKS-75A7B0
E: ID_MODEL_ENC=WDC\x20WD5000AAKS-75A7B0\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 \x20\x20\x20\x20\x20\x20\x20\x20
E: ID_REVISION=01.03B01
E: ID_SERIAL=WDC_WD5000AAKS-75A7B0_WD-WCASY0613744
E: ID_SERIAL_SHORT=WD-WCASY0613744
E: ID_SCSI_COMPAT=SATA_WDC_WD5000AAKS-_WD-WCASY0613744
E: ID_PATH=pci-0000:00:1f.5-scsi-0:0:0:0
E: DKD_MEDIA_AVAILABLE=1
E: DKD_PARTITION_TABLE=1
E: DKD_PARTITION_TABLE_SCHEME=mbr
E: DKD_ATA_SMART_IS_AVAILABLE=1
E: DKD_PRESENTATION_NOPOLICY=0
E: DEVLINKS=/dev/block/8:48 /dev/disk/by-id/ata-WDC_WD5000AAKS-75A7B0_WD-WCASY0613744 /dev/disk/by-id/scsi-SATA_WDC_WD5000AAKS-_WD-WCASY0613744 /dev/disk/by-path/pci-0000:00:1f.5-scsi-0:0:0:0

P: /devices/pci0000:00/0000:00:1f.5/host4/target4:0:0/4:0:0:0/block/sdd/sdd1
N: sdd1
W: 208
S: block/8:49
S: disk/by-id/ata-WDC_WD5000AAKS-75A7B0_WD-WCASY0613744-part1
S: disk/by-id/scsi-SATA_WDC_WD5000AAKS-_WD-WCASY0613744-part1
S: disk/by-path/pci-0000:00:1f.5-scsi-0:0:0:0-part1
S: disk/by-uuid/2A1034FF1034D413
S: disk/by-label/NTFS
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1f.5/host4/target4:0:0/4:0:0:0/block/sdd/sdd1
E: MAJOR=8
E: MINOR=49
E: DEVNAME=/dev/sdd1
E: DEVTYPE=partition
E: SUBSYSTEM=block
E: ID_TYPE=disk
E: ID_BUS=ata
E: ID_MODEL=WDC_WD5000AAKS-75A7B0
E: ID_MODEL_ENC=WDC\x20WD5000AAKS-75A7B0\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 \x20\x20\x20\x20\x20\x20\x20\x20
E: ID_REVISION=01.03B01
E: ID_SERIAL=WDC_WD5000AAKS-75A7B0_WD-WCASY0613744
E: ID_SERIAL_SHORT=WD-WCASY0613744
E: ID_SCSI_COMPAT=SATA_WDC_WD5000AAKS-_WD-WCASY0613744
E: ID_PATH=pci-0000:00:1f.5-scsi-0:0:0:0
E: ID_FS_UUID=2A1034FF1034D413
E: ID_FS_UUID_ENC=2A1034FF1034D413
E: ID_FS_LABEL=NTFS
E: ID_FS_LABEL_ENC=NTFS
E: ID_FS_TYPE=ntfs
E: ID_FS_USAGE=filesystem
E: DKD_PARTITION=1
E: DKD_PARTITION_SCHEME=mbr
E: DKD_PARTITION_NUMBER=1
E: DKD_PARTITION_TYPE=0x42
E: DKD_PARTITION_SIZE=500105217024
E: DKD_PRESENTATION_NOPOLICY=0
E: DEVLINKS=/dev/block/8:49 /dev/disk/by-id/ata-WDC_WD5000AAKS-75A7B0_WD-WCASY0613744-part1 /dev/disk/by-id/scsi-SATA_WDC_WD5000AAKS-_WD-WCASY0613744-part1 /dev/disk/by-path/pci-0000:00:1f.5-scsi-0:0:0:0-part1 /dev/disk/by-uuid/2A1034FF1034D413 /dev/disk/by-label/NTFS

...

P: /devices/pci0000:00/0000:00:1f.5/host5/target5:0:0/5:0:0:0/block/sde
N: sde
W: 211
S: block/8:64
S: disk/by-id/ata-WDC_WD5000AAKS-65YGA0_WD-WCAS87415965
S: disk/by-id/scsi-SATA_WDC_WD5000AAKS-_WD-WCAS87415965
S: disk/by-path/pci-0000:00:1f.5-scsi-1:0:0:0
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1f.5/host5/target5:0:0/5:0:0:0/block/sde
E: MAJOR=8
E: MINOR=64
E: DEVNAME=/dev/sde
E: DEVTYPE=disk
E: SUBSYSTEM=block
E: ID_TYPE=disk
E: ID_BUS=ata
E: ID_MODEL=WDC_WD5000AAKS-65YGA0
E: ID_MODEL_ENC=WDC\x20WD5000AAKS-65YGA0\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 \x20\x20\x20\x20\x20\x20\x20\x20
E: ID_REVISION=12.01C02
E: ID_SERIAL=WDC_WD5000AAKS-65YGA0_WD-WCAS87415965
E: ID_SERIAL_SHORT=WD-WCAS87415965
E: ID_SCSI_COMPAT=SATA_WDC_WD5000AAKS-_WD-WCAS87415965
E: ID_PATH=pci-0000:00:1f.5-scsi-1:0:0:0
E: DKD_MEDIA_AVAILABLE=1
E: DKD_PARTITION_TABLE=1
E: DKD_PARTITION_TABLE_SCHEME=mbr
E: DKD_ATA_SMART_IS_AVAILABLE=1
E: DKD_PRESENTATION_NOPOLICY=0
E: DEVLINKS=/dev/block/8:64 /dev/disk/by-id/ata-WDC_WD5000AAKS-65YGA0_WD-WCAS87415965 /dev/disk/by-id/scsi-SATA_WDC_WD5000AAKS-_WD-WCAS87415965 /dev/disk/by-path/pci-0000:00:1f.5-scsi-1:0:0:0

P: /devices/pci0000:00/0000:00:1f.5/host5/target5:0:0/5:0:0:0/block/sde/sde1
N: sde1
W: 210
S: block/8:65
S: disk/by-id/ata-WDC_WD5000AAKS-65YGA0_WD-WCAS87415965-part1
S: disk/by-id/scsi-SATA_WDC_WD5000AAKS-_WD-WCAS87415965-part1
S: disk/by-path/pci-0000:00:1f.5-scsi-1:0:0:0-part1
S: disk/by-uuid/0c824011-75ea-4ab3-9dc5-cf406f16cd43
S: disk/by-label/multimedia
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1f.5/host5/target5:0:0/5:0:0:0/block/sde/sde1
E: MAJOR=8
E: MINOR=65
E: DEVNAME=/dev/sde1
E: DEVTYPE=partition
E: SUBSYSTEM=block
E: ID_TYPE=disk
E: ID_BUS=ata
E: ID_MODEL=WDC_WD5000AAKS-65YGA0
E: ID_MODEL_ENC=WDC\x20WD5000AAKS-65YGA0\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 \x20\x20\x20\x20\x20\x20\x20\x20
E: ID_REVISION=12.01C02
E: ID_SERIAL=WDC_WD5000AAKS-65YGA0_WD-WCAS87415965
E: ID_SERIAL_SHORT=WD-WCAS87415965
E: ID_SCSI_COMPAT=SATA_WDC_WD5000AAKS-_WD-WCAS87415965
E: ID_PATH=pci-0000:00:1f.5-scsi-1:0:0:0
E: ID_FS_LABEL=multimedia
E: ID_FS_LABEL_ENC=multimedia
E: ID_FS_UUID=0c824011-75ea-4ab3-9dc5-cf406f16cd43
E: ID_FS_UUID_ENC=0c824011-75ea-4ab3-9dc5-cf406f16cd43
E: ID_FS_SEC_TYPE=ext2
E: ID_FS_VERSION=1.0
E: ID_FS_TYPE=ext3
E: ID_FS_USAGE=filesystem
E: DKD_PARTITION=1
E: DKD_PARTITION_SCHEME=mbr
E: DKD_PARTITION_NUMBER=1
E: DKD_PARTITION_TYPE=0x83
E: DKD_PARTITION_SIZE=500105217024
E: DKD_PRESENTATION_NOPOLICY=0
E: DEVLINKS=/dev/block/8:65 /dev/disk/by-id/ata-WDC_WD5000AAKS-65YGA0_WD-WCAS87415965-part1 /dev/disk/by-id/scsi-SATA_WDC_WD5000AAKS-_WD-WCAS87415965-part1 /dev/disk/by-path/pci-0000:00:1f.5-scsi-1:0:0:0-part1 /dev/disk/by-uuid/0c824011-75ea-4ab3-9dc5-cf406f16cd43 /dev/disk/by-label/multimedia

...

P: /devices/virtual/block/loop0
N: loop0
W: 20
S: block/7:0
E: UDEV_LOG=3
E: DEVPATH=/devices/virtual/block/loop0
E: MAJOR=7
E: MINOR=0
E: DEVNAME=/dev/loop0
E: DEVTYPE=disk
E: SUBSYSTEM=block
E: ID_FS_VERSION=1024.0
E: ID_FS_TYPE=squashfs
E: ID_FS_USAGE=filesystem
E: DEVLINKS=/dev/block/7:0

P: /devices/virtual/block/loop1
N: loop1
W: 25
S: block/7:1
S: disk/by-uuid/0b140d9f-7655-0347-9897-924184301560
S: disk/by-label/casper-rw
E: UDEV_LOG=3
E: DEVPATH=/devices/virtual/block/loop1
E: MAJOR=7
E: MINOR=1
E: DEVNAME=/dev/loop1
E: DEVTYPE=disk
E: SUBSYSTEM=block
E: ID_FS_LABEL=casper-rw
E: ID_FS_LABEL_ENC=casper-rw
E: ID_FS_UUID=0b140d9f-7655-0347-9897-924184301560
E: ID_FS_UUID_ENC=0b140d9f-7655-0347-9897-924184301560
E: ID_FS_VERSION=1.0
E: ID_FS_TYPE=ext2
E: ID_FS_USAGE=filesystem
E: DEVLINKS=/dev/block/7:1 /dev/disk/by-uuid/0b140d9f-7655-0347-9897-924184301560 /dev/disk/by-label/casper-rw

gooched
May 8th, 2010, 07:43 AM
Hey heiko. I was having this same problem until I stumbled upon this bug report from 9.10's installer:

https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/461470

Removing dmraid with 'sudo apt-get remove dmraid' in a terminal while in the livecd desktop fixed the issue for me.
Typing this from a fully functional 10.04 install.

Hope this helps.

frantid
May 8th, 2010, 01:20 PM
heiko_s, I'm still looking for a solution out there. This one seems promising. Though it's not an exact match, it may be worth a try:

http://ubuntuforums.org/showpost.php?p=8927189&postcount=5

snappy46
May 8th, 2010, 03:19 PM
Thanks for the input. I booted up Linux Mint 8 and ran gparted - it detects ALL drives and partitions. So this is not the problem here.

What about when you boot up from the Ubuntu 10.04 and run gparted? Mine says that sda unallocated although I have 3 partition on it.

DazMcK
May 8th, 2010, 03:54 PM
Hey guys I also have this problem.


Hey heiko. I was having this same problem until I stumbled upon this bug report from 9.10's installer:

https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/461470

Removing dmraid with 'sudo apt-get remove dmraid' in a terminal while in the livecd desktop fixed the issue for me.
Typing this from a fully functional 10.04 install.

Hope this helps.

Tried this but it didn't work for me :(

My gParted also says that sda and sdb are unallocated

frantid
May 8th, 2010, 04:45 PM
Heiko_s

I think you should look at the dmraid link, I just noticed this in your udevadm post
for /dev/sdb

E: ID_FS_TYPE=isw_raid_member
E: ID_FS_USAGE=raid

was this drive used in a raid before?

oldfred
May 8th, 2010, 04:53 PM
Yo umay have to remove the raid meta data from the drive:

Presence1960 on remove old raid setting from HD - DO NOT run if raid system:
http://ubuntuforums.org/showthread.php?t=1325650
sudo dmraid -E -r /dev/sda
sudo dmraid -E -r /dev/sdb
Also check BIOS for raid settings

ronparent
May 8th, 2010, 05:23 PM
olffred is absolutely correct, if you are not using raid but your drives contain old meta data, that data must be erased before the drive(s) will be treated as non raid under 10.04.

But, be very careful that your drives are not actually raid drives because the act of erasing the meta data will destroy all the data on those drives. Check for what is listed in /dev/mapper. If it contains nothing or only symbolic link for only the raid drive as a whole (ie /dev/mapper/nvidia_aebhdfib) and not individual partitions (ie /dev/mapper/nvidia_aebhdfib1 ...2 ...5 etc) then the raid is empty and it would be safe to erase. To be safe run sudo dmraid -ay ffirst in a terminal before checking /dev/mapper. I have see incidents of people who didn't know, even insisted they had no raid drives, destroy their data.:roll:

frantid
May 8th, 2010, 05:28 PM
Hey guys I also have this problem.



Tried this but it didn't work for me :(

My gParted also says that sda and sdb are unallocated

DazMck. Please start a new thread.

heiko_s
May 9th, 2010, 02:58 PM
heiko_s, I'm still looking for a solution out there. This one seems promising. Though it's not an exact match, it may be worth a try:

http://ubuntuforums.org/showpost.php?p=8927189&postcount=5

I had a look at the thread. I'm not sure this is the problem. Here is what I have (I need to verify this when I get home, but I'm pretty certain):

# Northbridge: Intel® P965 Express Chipset
# Southbridge: Intel® ICH8R
- the SATAII0 to SATAII5 connectors are supported by the ICH8R
# Gigabyte SATA2 which is a JMicron-based SATA controller (this seems to be recognized by Ubuntu as it appears in the udevadm database) - this chip takes care of SATAII6 - SATAII7

If I'm not mistaken, the board is a Gigabyte GA-965P-DS3P, but I'll check this when I have access to the computer.

The SATA drive setting within the BIOS is "IDE" (not RAID and not AHCI or whatever). I also do NOT want to change this, because I read that this would mean a reinstall of Windows XP, which is the last thing I want to do.

frantid
May 9th, 2010, 03:02 PM
please see oldfred's post. I think there are raid left overs, or is this a raid drive?

heiko_s
May 9th, 2010, 03:06 PM
Hey heiko. I was having this same problem until I stumbled upon this bug report from 9.10's installer:

https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/461470

Removing dmraid with 'sudo apt-get remove dmraid' in a terminal while in the livecd desktop fixed the issue for me.
Typing this from a fully functional 10.04 install.

Hope this helps.

Hello Gooched,

Thanks for the link. This looks promising! For one thing, my problem appears with both Ubuntu 9.10 (Linux Mint 8) and Ubuntu 10.04.

I have to try this when I get home.

Thanks again,
Heiko

heiko_s
May 9th, 2010, 03:09 PM
Hey guys I also have this problem.



Tried this but it didn't work for me :(

My gParted also says that sda and sdb are unallocated

Just to clarify - when I boot 10.04 or 9.10 and run gparted or any other partitioner I see all the drives and partitions. Only when I run the installer it always misses one drive! I don't get unallocated partitions.

heiko_s
May 9th, 2010, 03:17 PM
Heiko_s

I think you should look at the dmraid link, I just noticed this in your udevadm post
for /dev/sdb

E: ID_FS_TYPE=isw_raid_member
E: ID_FS_USAGE=raid

was this drive used in a raid before?

Thanks, I agree this could be the problem. I believe the link Gooched provided above points in the same direction (dmraid).

The drive was never used in a RAID. At one point or another, I may have played with some BIOS settings (that must have been 3 years ago when I bought the motherboard and installed the first 2 drives).

I noticed the entries above but didn't pay too much attention since all partitioning tools (gparted, etc.) work fine when I boot into 10.04 or 9.10. Only the installer doesn't cope with it.

heiko_s
May 9th, 2010, 03:22 PM
Yo umay have to remove the raid meta data from the drive:

Presence1960 on remove old raid setting from HD - DO NOT run if raid system:
http://ubuntuforums.org/showthread.php?t=1325650
sudo dmraid -E -r /dev/sda
sudo dmraid -E -r /dev/sdb
Also check BIOS for raid settings

Hello oldfred,

Thanks very much for the help. I will test your solution once I get home. This one looks most promising. Others have suggested to deinstall dmraid after booting into Ubuntu 10.04 but before running the installer, which may also work. But since sdb is identified incorrectly as RAID drive, your approach should set things right again.

Thanks again,
Heiko

heiko_s
May 9th, 2010, 03:25 PM
olffred is absolutely correct, if you are not using raid but your drives contain old meta data, that data must be erased before the drive(s) will be treated as non raid under 10.04.

But, be very careful that your drives are not actually raid drives because the act of erasing the meta data will destroy all the data on those drives. Check for what is listed in /dev/mapper. If it contains nothing or only symbolic link for only the raid drive as a whole (ie /dev/mapper/nvidia_aebhdfib) and not individual partitions (ie /dev/mapper/nvidia_aebhdfib1 ...2 ...5 etc) then the raid is empty and it would be safe to erase. To be safe run sudo dmraid -ay ffirst in a terminal before checking /dev/mapper. I have see incidents of people who didn't know, even insisted they had no raid drives, destroy their data.:roll:

Thanks for cautioning me. Better save than sorry! I should not have raid configured, or is it possible to run in a RAID mode with only one drive?

heiko_s
May 9th, 2010, 03:37 PM
Looking at all the posts, I think we are onto something. I can only test it in the evening when I get home, but I promise you'll be the first to know.

From the input here I am planning to do the following:
1. Check the BIOS settings to make sure there is no RAID set anywhere.
2. sudo dmraid -ay to see what this reveals.
3. Check for what is listed in /dev/mapper - there shouldn't be RAID partitions defined.
4. If it's save, I'll run sudo dmraid -E -r /dev/sdb to remove the RAID settings on the disk (sdb).

Wish me luck.

heiko_s
May 9th, 2010, 07:46 PM
Here the results:

sudo dmraid -ay
ERROR: isw device for volume "Volume0" broken on /dev/sdb in RAID set "isw_bggeahjjab_Volume0"
ERROR: isw: wrong # of devices in RAID set "isw_bggeahjjab_Volume0" [1/2] on /dev/sdb
RAID set "isw_bggeahjjab_Volume0" was not activated

sudo dmraid -E -r /dev/sdb
Do you really want to erase "isw" ondisk metadata on /dev/sdb ? [y/n] :y

The installer detected ALL drives and partitions !!!!

I'm in the process of installing the system (still downloading some stuff).

THANKS TO ALL OF YOU !!!

I will try to compile some summary / advisory for others who go through the same. It looks like the same problem could be tackled in different ways (uninstalling dmraid, for example).

heiko_s
May 10th, 2010, 01:04 AM
Everything is working. Had to clean up a lot in my /home directory (I have this home directory for about 4-5 years now and different updates/installs add new stuff).

oldfred
May 10th, 2010, 01:17 AM
Glad you got it working.

We do not always see anything that refers to raid but it seems a little more common than we thought.

anthonws
May 10th, 2010, 07:29 AM
Hi,

I also got it working.
Just removed dm_raid45 module.

"sudo modprobe -r dm_raid45"

Thank you all.

Anthon

heiko_s
May 10th, 2010, 07:13 PM
Just for reference, I summarized my findings and the steps to solve the issue in a separate thread with a better caption: installer doesn't see all drives.

Here the link: http://wwww.ubuntuforums.org/showthread.php?p=9274738#post9274738

Thanks for the great support!

mbernasocchi
May 28th, 2010, 12:05 PM
Yo umay have to remove the raid meta data from the drive:

Presence1960 on remove old raid setting from HD - DO NOT run if raid system:
http://ubuntuforums.org/showthread.php?t=1325650
sudo dmraid -E -r /dev/sda
sudo dmraid -E -r /dev/sdb
Also check BIOS for raid settings

had the same problem on an old compaq presario... this solved it for me
thanks