挂载U盘的can't read superblock错误
我用mount -o iocharset=utf8,codepage=936 /dev/sda1 /mnt/U
挂载U盘,出现mount: /dev/sda1: can't read superblock错误,怎么解决? :( 我的系统是FC3,U盘是深科128M,原来在RH9里面可以挂载的. mount -t vfat -o iocharset=cp936 /dev/sda1 /mnt/U
试试。 提示同样的错误. fdisk -l /dev/sda
看一下信息。 # 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/sda1 /mnt/U 不好意思,还是这样.
# 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 我的那个紫光32M U盘,无论如何也是不能读超级块。 :oops:
页:
[1]