I just checked the one machine on which the kernel upgrade went
smoothly. The partition table there is

Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1          16      128488+  fd  Linux raid autodetect
/dev/sda2              17         138      979965   82  Linux swap / Solaris
/dev/sda3             139        9729    77039707+  fd  Linux raid autodetect

Disk /dev/sdb: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1          16      128488+  fd  Linux raid autodetect
/dev/sdb2              17         138      979965   82  Linux swap / Solaris
/dev/sdb3             139        9729    77039707+  fd  Linux raid autodetect

The RAID setup is the same: md0 (sda1 and sdb1 mirrored) and md1 (sda3
and sdb3 striped).

The interesting part is the number of inodes on the ext2 file system on
md0:

[EMAIL PROTECTED]:~$ sudo e2fsck /dev/md0
e2fsck 1.40-WIP (14-Nov-2006)
boot: clean, 36/128 files, 6514/32096 blocks

So, in this case, partman decided to create 128 inodes, on the same
hardware, using the same partition scheme. Odd. :-D

-- 
The alternate install CD creates a /boot partition with only 32 inodes
https://bugs.launchpad.net/bugs/122563
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to