|
发表于 2006-3-12 22:54:09
|
显示全部楼层
[root@Mercury ~]# fdisk -l
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 1044 8385898+ 83 Linux
/dev/sda2 1045 1175 1052257+ 82 Linux swap / Solaris
/dev/sda4 1176 19457 146850165 5 Extended
/dev/sda5 1176 11176 80333001 83 Linux
/dev/sda6 11177 17177 48203001 83 Linux
/dev/sda7 17178 17978 6434001 83 Linux
/dev/sda8 17979 18779 6434001 83 Linux
/dev/sda9 18780 19457 5446003+ 83 Linux
[root@Mercury ~]# mount
/dev/sda9 on / type ext3 (rw)
none on /proc type proc (rw)
none on /sys type sysfs (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
none on /dev/shm type tmpfs (rw)
/dev/sda5 on /mnt/sda5 type ext3 (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
/dev/sda1 on /mnt/sda1 type ext3 (rw)
我现在用的就是sda9上的系统,用grub做引导。 lz看看这个系统的起始cylinder...... |
|