ppshw 发表于 2008-6-3 08:27:21

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

用的是IBM T22 + redhat 9 +2.6.8内核

加载的模块如下
# lsmod
Module                  SizeUsed by
ide_scsi               145960
vfat                   121600
msdos                   83200
fat                  404802 vfat,msdos
sd_mod               172800
autofs               144640
ds                     145924
yenta_socket         189442
pcmcia_core            546562 ds,yenta_socket
3c59x                  367760
parport_pc             203840
parport                216961 parport_pc
ehci_hcd               268800
usb_storage            598560
scsi_mod               712043 ide_scsi,sd_mod,usb_storage


用fdisk -l 命令可以看到移动硬盘
# fdisk -l

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

   Device Boot    Start       End    Blocks   IdSystem
/dev/hda1   *         1       512   3870688+83Linux
/dev/hda2         513      1500   7469280   83Linux
/dev/hda3          1501      2490   7484400   83Linux
/dev/hda4          2491      2584    710640    fWin95 Ext'd (LBA)
/dev/hda5          2491      2584    710608+82Linux swap

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

   Device Boot    Start       End    Blocks   IdSystem
/dev/sda1             1      255020482843+   cWin95 FAT32 (LBA)
/dev/sda2          2551      486318579172+   cWin95 FAT32 (LBA)

用命令
# mount -t vfat /dev/sda1 /mnt/usb
mount: wrong fs type, bad option, bad superblock on /dev/sda1,
       or too many mounted file systems
请问各位大虾如何解决, 为什么?

XanaduNWH 发表于 2008-7-18 19:18:18

试试 -t auto

pang15975386 发表于 2009-11-1 09:44:00

硬盘格式可能是ntfs,你的系统不支持ntfs的读写,
方法1:在xp下,把硬盘格式化成fat32格式、
方法2:下载能支持ntfs读写的补丁
页: [1]
查看完整版本: 移动硬盘无法使用问题求助