QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 2252|回复: 2

移动硬盘无法使用问题求助

[复制链接]
发表于 2008-6-3 08:27:21 | 显示全部楼层 |阅读模式
用的是IBM T22 + redhat 9 +  2.6.8内核

加载的模块如下
  1. [root@localhost root]# lsmod
  2. Module                  Size  Used by
  3. ide_scsi               14596  0
  4. vfat                   12160  0
  5. msdos                   8320  0
  6. fat                    40480  2 vfat,msdos
  7. sd_mod                 17280  0
  8. autofs                 14464  0
  9. ds                     14592  4
  10. yenta_socket           18944  2
  11. pcmcia_core            54656  2 ds,yenta_socket
  12. 3c59x                  36776  0
  13. parport_pc             20384  0
  14. parport                21696  1 parport_pc
  15. ehci_hcd               26880  0
  16. usb_storage            59856  0
  17. scsi_mod               71204  3 ide_scsi,sd_mod,usb_storage
复制代码


用fdisk -l 命令可以看到移动硬盘
  1. [root@localhost root]# fdisk -l

  2. Disk /dev/hda: 20.0 GB, 20003880960 bytes
  3. 240 heads, 63 sectors/track, 2584 cylinders
  4. Units = cylinders of 15120 * 512 = 7741440 bytes

  5.    Device Boot    Start       End    Blocks   Id  System
  6. /dev/hda1   *         1       512   3870688+  83  Linux
  7. /dev/hda2           513      1500   7469280   83  Linux
  8. /dev/hda3          1501      2490   7484400   83  Linux
  9. /dev/hda4          2491      2584    710640    f  Win95 Ext'd (LBA)
  10. /dev/hda5          2491      2584    710608+  82  Linux swap

  11. Disk /dev/sda: 40.0 GB, 40007761920 bytes
  12. 255 heads, 63 sectors/track, 4864 cylinders
  13. Units = cylinders of 16065 * 512 = 8225280 bytes

  14.    Device Boot    Start       End    Blocks   Id  System
  15. /dev/sda1             1      2550  20482843+   c  Win95 FAT32 (LBA)
  16. /dev/sda2          2551      4863  18579172+   c  Win95 FAT32 (LBA)
复制代码


用命令
  1. [root@localhost root]# mount -t vfat /dev/sda1 /mnt/usb
  2. mount: wrong fs type, bad option, bad superblock on /dev/sda1,
  3.        or too many mounted file systems
复制代码

请问各位大虾如何解决, 为什么?
发表于 2008-7-18 19:18:18 | 显示全部楼层
试试 -t auto
回复

使用道具 举报

发表于 2009-11-1 09:44:00 | 显示全部楼层
硬盘格式可能是ntfs,你的系统不支持ntfs的读写,
方法1:在xp下,把硬盘格式化成fat32格式、
方法2:下载能支持ntfs读写的补丁
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-3-29 23:42 , Processed in 0.274386 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表