|

楼主 |
发表于 2006-6-16 09:00:24
|
显示全部楼层
Post by Freefrag
[root@localhost ~]# fdisk -l
Disk /dev/sda: 72.8 GB, 72839168000 bytes
255 heads, 63 sectors/track, 8855 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 2550 20482843+ 7 HPFS/NTFS
/dev/sda2 2551 3825 10241437+ f W95 Ext'd (LBA)
/dev/sda3 3826 8725 39359250 83 Linux
/dev/sda4 8726 8855 1044225 82 Linux swap / Solaris
/dev/sda5 2551 3825 10241406 7 HPFS/NTFS
Disk /dev/sdb: 72.8 GB, 72839168000 bytes
255 heads, 63 sectors/track, 8855 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 1 1020 8193118+ b W95 FAT32
/dev/sdb2 * 1021 4000 23936850 83 Linux
/dev/sdb3 4001 4150 1204875 82 Linux swap / Solaris
[root@localhost ~]#
FC5 install in /dev/sdb2 & FC4 install in /dev/sda3
After start FC5 ,I want to look round FC4' /dev/sda3
but I do not know How I should do
Please tell me ,thanks!
Test and success!
#mkdir /mnt/sda3
#mount /dev/sda3 /mnt/sda3 |
|