红联Linux门户
Linux帮助

我安装的LINUX硬盘是不是有问题

发布时间:2006-11-14 17:33:26来源:红联作者:chinese217
请大家看看,我安装的LINUX硬盘是不是有问题,怎么没有/dev/hda...这样的



我上面的less fatab 是查看我的系统文件情况呀,现在我用fdisk -l的命令执行如图,请大家看一下有问题吗?

[ 本帖最后由 chinese217 于 2006-11-16 16:25 编辑 ]
文章评论

共有 4 条评论

  1. bridgegame 于 2006-11-16 20:04:15发表:

    为什么划两个交换分区呀?

  2. 于 2006-11-16 16:15:58发表:

    我上面的less fatab 是查看我的系统文件情况呀,现在我用fdisk -l的命令执行如图,请大家看一下有问题吗?

  3. chameleon 于 2006-11-15 15:57:53发表:

    呵呵,说的不错,用fdisk命令才正确

  4. waxl258 于 2006-11-15 13:22:01发表:

    你的命令用错了!!!

    [root@localhost root]# fdisk

    Usage: fdisk [-l] [-b SSZ] [-u] device
    E.g.: fdisk /dev/hda (for the first IDE disk)
    or: fdisk /dev/sdc (for the third SCSI disk)
    or: fdisk /dev/eda (for the first PS/2 ESDI drive)
    or: fdisk /dev/rd/c0d0 or: fdisk /dev/ida/c0d0 (for RAID devices)
    ...
    [root@localhost root]# fdisk -l

    Disk /dev/hda: 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/hda1 * 1 1275 10241406 7 HPFS/NTFS
    /dev/hda2 1276 9729 67906755 f Win95 Ext'd (LBA)
    /dev/hda5 1276 3825 20482843+ b Win95 FAT32
    /dev/hda6 3826 6868 24442866 b Win95 FAT32
    /dev/hda7 6869 7569 5630751 83 Linux
    /dev/hda8 7570 7650 650601 82 Linux swap
    /dev/hda9 7651 7663 104391 83 Linux
    /dev/hda10 7664 9729 16595113+ b Win95 FAT32
    [root@localhost root]#
    [root@localhost root]#
    [root@localhost root]#
    [root@localhost root]#