Ubuntu 8.10 intrepid

インストールした Ubuntu 8.10 intrepid は、RC版です。
RC版なのでそのまま、リリース版となる可能性もあります。
$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=8.10
DISTRIB_CODENAME=intrepid
DISTRIB_DESCRIPTION=”Ubuntu 8.10″
$
20081024-ubuntu-interpid.png
root@ubuntu:~# fdisk -l /dev/sda
Disk /dev/sda: 8589 MB, 8589934592 bytes
255 heads, 63 sectors/track, 1044 cylinders
Units = シリンダ数 of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000a7b93
デバイス Boot Start End Blocks Id System
/dev/sda1 * 1 1013 8136891 8e Linux LVM
/dev/sda2 1014 1044 249007+ 5 拡張領域
/dev/sda5 1014 1044 248976 83 Linux
root@ubuntu:~# lvdisplay -P
Partial mode. Incomplete volume groups will be activated read-only.
— Logical volume —
LV Name /dev/ubuntu/root
VG Name ubuntu
LV UUID Ou0mNr-cThc-2iZz-bM7D-KwZ1-qe8X-zORwSU
LV Write Access read/write
LV Status available
# open 1
LV Size 7.38 GB
Current LE 1888
Segments 1
Allocation inherit
Read ahead sectors auto
– currently set to 256
Block device 254:0
— Logical volume —
LV Name /dev/ubuntu/swap_1
VG Name ubuntu
LV UUID avH2C4-6SKT-Anwp-amE7-HaBB-DOZZ-JLIgFw
LV Write Access read/write
LV Status available
# open 2
LV Size 392.00 MB
Current LE 98
Segments 1
Allocation inherit
Read ahead sectors auto
– currently set to 256
Block device 254:1
root@ubuntu:~#
root@ubuntu:~# cat /etc/fstab
# /etc/fstab: static file system information.
#
# proc /proc proc defaults 0 0
# /dev/mapper/ubuntu-root
UUID=5a7888b1-c09f-4c4f-b01d-2281835e9778 / ext3 relatime,errors=remount-ro 0 1
# /dev/sda5
UUID=c052e501-458c-454f-a740-f4b52e17bef1 /boot ext3 relatime 0 2
# /dev/mapper/ubuntu-swap_1
UUID=c4cd85ff-89fe-4d04-9598-56ff57df60fc none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
root@ubuntu:~#