snc1978 发表于 2005-4-23 15:26:53

挂载U盘的can't read superblock错误

我用
mount -o iocharset=utf8,codepage=936 /dev/sda1 /mnt/U
挂载U盘,出现mount: /dev/sda1: can't read superblock错误,怎么解决? :(

snc1978 发表于 2005-4-23 15:34:45

我的系统是FC3,U盘是深科128M,原来在RH9里面可以挂载的.

KanKer 发表于 2005-4-23 16:23:24

mount -t vfat -o iocharset=cp936 /dev/sda1 /mnt/U
试试。

snc1978 发表于 2005-4-23 17:00:43

提示同样的错误.

KanKer 发表于 2005-4-23 17:45:20

fdisk -l /dev/sda
看一下信息。

snc1978 发表于 2005-4-23 17:58:18

# fdisk -l /dev/sda

Disk /dev/sda: 131 MB, 131072000 bytes
255 heads, 63 sectors/track, 15 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   IdSystem
/dev/sda1   *         1          15      120456    bW95 FAT32
Partition 1 has different physical/logical endings:
   phys=(1023, 254, 63) logical=(14, 254, 63)

KanKer 发表于 2005-4-24 08:49:02

那这样肯定没问题:
mount -t vfat -o iocharset=cp936 /dev/sda1 /mnt/U

snc1978 发表于 2005-4-25 08:38:40

不好意思,还是这样.

# fdisk -l /dev/sda

Disk /dev/sda: 131 MB, 131072000 bytes
255 heads, 63 sectors/track, 15 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   IdSystem
/dev/sda1   *         1          15      120456    bW95 FAT32
Partition 1 has different physical/logical endings:
   phys=(1023, 254, 63) logical=(14, 254, 63)
# mount -t vfat -o iocharset=cp936 /dev/sda /mnt/U
mount: /dev/sda: can't read superblock
# mount -t vfat -o iocharset=cp936 /dev/sda1 /mnt/U
mount: /dev/sda1: can't read superblock

月下刀客 发表于 2005-4-25 09:02:59

我的那个紫光32M U盘,无论如何也是不能读超级块。 :oops:
页: [1]
查看完整版本: 挂载U盘的can't read superblock错误