During installation of 9.1, I elected in the initial screen to do an install without LVM and without any mirroring (server is running as a VM). However, I received mails that I am running in degraded mode. From that, it seems that /dev/sda1 is indeed allocated to a dev array, whereas the actual storage is on a simple ext4 /dev/sda3 partition:
# fdisk -l /dev/sda
Disk /dev/sda: 32.2 GB, 32212254720 bytes
255 heads, 63 sectors/track, 3916 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: 0x000b51e5
Device Boot Start End Blocks Id System
/dev/sda1 * 1 32 256000 fd Linux raid autodetect
Partition 1 does not end on cylinder boundary.
/dev/sda2 32 424 3145728 82 Linux swap / Solaris
Partition 2 does not end on cylinder boundary.
/dev/sda3 424 3917 28054528 83 Linux
# mount
/dev/sda3 on / type ext4 (rw,usrquota,grpquota)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
/dev/md0 on /boot type ext4 (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
1) Is this a bug?
2) Can I somehow easily convert the partition to a normal linux boot partition?