|
发表于 2004-9-9 21:13:05
|
显示全部楼层
/boot应该可以放在扩展分区
[code:1][root@Lover root]# fdisk -l
Disk /dev/hda: 40.0 GB, 40060403712 bytes
240 heads, 63 sectors/track, 5174 cylinders
Units = cylinders of 15120 * 512 = 7741440 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 7 52888+ 83 Linux
/dev/hda2 814 5175 32971995 f W95 Ext'd (LBA)
/dev/hda3 8 48 309960 82 Linux swap
/dev/hda4 49 813 5783400 83 Linux
/dev/hda5 814 1491 5125648+ b W95 FAT32
/dev/hda6 1492 2586 8278168+ 7 HPFS/NTFS
/dev/hda7 2587 3819 9321448+ 7 HPFS/NTFS
/dev/hda8 3820 5175 10241406 b W95 FAT32
Partition table entries are not in disk order
Disk /dev/hdd: 20.0 GB, 20020396032 bytes
255 heads, 63 sectors/track, 2434 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdd1 1 1020 8193118+ b W95 FAT32
/dev/hdd2 1021 2434 11357955 f W95 Ext'd (LBA)
/dev/hdd5 1021 1148 1028128+ b W95 FAT32
/dev/hdd6 1149 2434 10329763+ b W95 FAT32
[root@Lover root]#
[/code:1]
[code:1][root@Lover root]# mount
/dev/hda4 on / type reiserfs (rw)
none on /proc type proc (rw)
none on /sys type sysfs (rw)
usbdevfs on /sys/bus/usb type usbdevfs (rw)
/dev/hda1 on /boot type ext3 (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
none on /dev/shm type tmpfs (rw)
/dev/hda8 on /mnt/Backup type vfat (rw,iocharset=cp936)
/dev/hda7 on /mnt/Documents type ntfs (rw,iocharset=cp936)
/dev/hda5 on /mnt/System type vfat (rw,iocharset=cp936)
/dev/hda6 on /mnt/Tools type ntfs (rw,iocharset=cp936)
/dev/hdd1 on /mnt/root type vfat (rw)
/dev/hdd6 on /mnt/Backup_4 type vfat (rw,iocharset=cp936)
/dev/hdd5 on /mnt/Backup_3 type vfat (rw,iocharset=cp936)
[root@Lover root]#
[/code:1] |
|