红联Linux门户
Linux帮助

求助,挂载硬盘!

发布时间:2009-09-11 21:53:40来源:红联作者:linux_xiaojiang
我用的是redhat,fdisk -l 如下:
Disk /dev/hda: 8589 MB, 8589934592 bytes
255 heads, 63 sectors/track, 1044 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hda1 * 1 13 104391 83 Linux
/dev/hda2 14 1044 8281507+ 8e Linux LVM

Disk /dev/sda: 100.0 GB, 100030242816 bytes
255 heads, 63 sectors/track, 12161 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
evice Boot Start End Blocks Id System
/dev/sda1 1 6374 51199123+ 7 HPFS/NTFS
/dev/sda2 * 6375 12161 46484077+ 7 HPFS/NTFS



在挂载ntfs格式的硬盘的时候提示
mount: wrong fs type, bad option, bad superblock on /dev/sda2,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so

请问怎么回事?


而且我用fat32的格式的,fdisk的时候竟然提示说分区错误,请各位大侠帮帮忙。
文章评论

共有 8 条评论

  1. luciffer 于 2009-09-20 23:21:26发表:

    也不知道假的真的!!上面这些人啊,没有做过就在那乱说,说算你换成最新的内核也不一定行,内核默认是不开NTFS支持的,要想支持,重编内核,把文件系统中的NTFS支持选上

  2. freeice 于 2009-09-19 14:16:09发表:

    也就是说要么更新内核,要么去找个支持NTFS的程序!

  3. marco.chan 于 2009-09-17 16:32:10发表:

    /dev/sda1 1 6374 51199123+ 7 HPFS/NTFS
    /dev/sda2 * 6375 12161 46484077+ 7 HPFS/NTFS

    明明是NTFS的,怎么说是FAT32呢?

  4. ffsedan 于 2009-09-17 16:29:01发表:

    内核太老,不支持NTFS,网上找找看有没有for red hat,添加NTFS支持的补丁包

  5. mike_zhou 于 2009-09-17 16:26:29发表:

    估计是挂载的方式错误

  6. 51320xl 于 2009-09-15 17:30:14发表:

    ...

  7. sutovs 于 2009-09-12 00:06:53发表:

    2# wangyu


    有道理

  8. wangyu 于 2009-09-11 22:54:41发表:

    怎么没看到你挂载的命令啊。你的版本太老了,不支持NTFS是正常的