|

楼主 |
发表于 2003-12-12 09:38:49
|
显示全部楼层
[root@linuxboy root]# fdisk -l
Disk /dev/hda: 33.8 GB, 33820286976 bytes
255 heads, 63 sectors/track, 4111 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 574 4610623+ b Win95 FAT32
/dev/hda2 575 4111 28410952+ f Win95 Ext'd (LBA)
/dev/hda5 575 829 2048256 b Win95 FAT32
/dev/hda6 830 2869 16386268+ b Win95 FAT32
/dev/hda7 2870 3507 5124703+ b Win95 FAT32
/dev/hda8 3508 4111 4851598+ 83 Linux
Disk /dev/hdb: 20.0 GB, 20020396032 bytes
240 heads, 63 sectors/track, 2586 cylinders
Units = cylinders of 15120 * 512 = 7741440 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 1 1084 8193118+ 83 Linux
Partition 1 does not end on cylinder boundary.
/dev/hdb2 1084 1842 5727172+ f Win95 Ext'd (LBA)
Partition 2 does not end on cylinder boundary.
/dev/hdb3 * 1842 2587 5630845+ a5 FreeBSD
Partition 3 does not end on cylinder boundary.
/dev/hdb5 1084 1761 5116671 83 Linux
/dev/hdb6 1761 1842 610438+ 82 Linux swap
[root@linuxboy root]# cd /mnt
[root@linuxboy mnt]# ls
cdrom/ freebsd/ windows1/ windows3/ windows6/
floppy/ windows0/ windows2/ windows5/ windows8/
[root@linuxboy mnt]# mount -t ufs -o ufstype=44bsd /dev/hdb3 /mnt/freebsd
mount: wrong fs type, bad option, bad superblock on /dev/hdb3,
or too many mounted file systems
[root@linuxboy mnt]# |
|