|
我想加载windows2000专业版的分区,过程如下:
[root@xyz lihui]# /sbin/fdisk -l
Disk /dev/hdb: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 * 1 1275 10241406 7 HPFS/NTFS
/dev/hdb2 1276 9729 67906755 f Win95 Ext'd (LBA)
/dev/hdb5 1276 3825 20482843+ c Win95 FAT32 (LBA)
/dev/hdb6 3826 6375 20482843+ b Win95 FAT32
/dev/hdb7 6376 8032 13309821 c Win95 FAT32 (LBA)
/dev/hdb8 8033 8045 104391 83 Linux
/dev/hdb9 8046 9320 10241406 83 Linux
/dev/hdb10 9321 9385 522081 82 Linux swap
[root@xyz lihui]# mkdir /mnt/wind
[root@xyz mnt]# mount -t vfat -o iocharset=utf8,umask=000 /dev/hda7 /mnt/wind/
mount: /dev/hda7 is not a valid block device
请问如何解决此问题? |
|