вот что пишет.
[root@localhost ~]# cat /etc/fstab
proc /proc proc nosuid,noexec,gid=proc 0 0
devpts /dev/pts devpts nosuid,noexec,gid=tty,mode=620 0 0
tmpfs /tmp tmpfs nosuid 0 0
UUID=40f7123e-9e7c-490f-a181-b0c1e1519bc7 / ext3 defaults 1 1
UUID=0c86a962-093a-4335-a477-c01db9fab453 /home ext3 nosuid 1 2
UUID=db961118-3b6d-4d04-abe5-a24da150b2e6 swap swap defaults 0 0
/dev/sr0 /media/cdrom udf,iso9660 ro,noauto,user,utf8 0 0
[root@localhost ~]# fdisk -l
Disk /dev/sda: 81.9 GB, 81964302336 bytes
редактировать fstab не дает
255 heads, 63 sectors/track, 9964 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x5cacc473
Device Boot Start End Blocks Id System
/dev/sda1 * 1 257 2064321 82 Linux swap / Solaris
/dev/sda2 258 2345 16771860 83 Linux
/dev/sda4 2346 9964 61199617+ 5 Extended
/dev/sda5 2346 9964 61199586 83 Linux
Disk /dev/sdb: 41.1 GB, 41110142976 bytes
255 heads, 63 sectors/track, 4998 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000eaf97
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 4997 40138371 7 HPFS/NTFS
Disk /dev/sdc: 20.0 GB, 20020396032 bytes
255 heads, 63 sectors/track, 2434 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x7c5b9361
Device Boot Start End Blocks Id System
/dev/sdc1 * 1 2303 18498816 7 HPFS/NTFS
/dev/sdc2 2304 2434 1052257+ 7 HPFS/NTFS
Disk /dev/sdd: 4002 MB, 4002938880 bytes
255 heads, 63 sectors/track, 486 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00016cee
Device Boot Start End Blocks Id System
/dev/sdd1 1 486 3903763+ b W95 FAT32
[root@localhost ~]# blkid
/dev/sda1: TYPE="swap" UUID="db961118-3b6d-4d04-abe5-a24da150b2e6"
/dev/sda2: UUID="40f7123e-9e7c-490f-a181-b0c1e1519bc7" TYPE="ext3" SEC_TYPE="ext2"
/dev/sda5: UUID="0c86a962-093a-4335-a477-c01db9fab453" TYPE="ext3" SEC_TYPE="ext2"
/dev/sdb1: UUID="6014D1BB14D193FE" LABEL="????? ???" TYPE="ntfs"
/dev/sdc1: UUID="1E81827437E536D1" TYPE="ntfs"
/dev/sdc2: UUID="8F73C206A143B6BA" TYPE="ntfs"
/dev/sdd1: LABEL="M-^MM-^NM-^BM-^[M-^I M-^RM-^NM-^L" UUID="38FE-1635" TYPE="vfat"
[root@localhost ~]# cat /etc/lilo.conf
map="/boot/map"
lba32
prompt
compact
vga="0x314"
install="menu"
message="/boot/splash/message"
append="resume=/dev/disk/by-uuid/db961118-3b6d-4d04-abe5-a24da150b2e6 panic=30 splash=silent"
boot="/dev/disk/by-id/scsi-SATA_Maxtor_6Y080L0_Y2P3NRYE"
timeout="50"
default="ALTLinux"
image="/boot/vmlinuz"
label="ALTLinux"
initrd="/boot/initrd.img"
root="UUID=40f7123e-9e7c-490f-a181-b0c1e1519bc7"
read-only
image="/boot/vmlinuz"
label="failsafe"
initrd="/boot/initrd.img"
root="UUID=40f7123e-9e7c-490f-a181-b0c1e1519bc7"
addappend="failsafe"
vga="normal"
read-only
image="/boot/memtest-2.10.bin"
label="memtest"