LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1221|回复: 4

挂在U盘失败,怎么有这个提示?

[复制链接]
发表于 2006-4-25 07:34:47 | 显示全部楼层 |阅读模式
我root登陆的,操作如下
[PHP]root@xiele:~# fdisk -l

Disk /dev/sda: 66 MB, 66748416 bytes
3 heads, 43 sectors/track, 1010 cylinders
Units = cylinders of 129 * 512 = 66048 bytes

This doesn't look like a partition table
Probably you selected the wrong device.

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   ?     6032062    14880974   570754815+  72  Unknown
Partition 1 has different physical/logical beginnings (non-Linux?):
     phys=(357, 116, 40) logical=(6032061, 0, 40)
Partition 1 has different physical/logical endings:
     phys=(357, 32, 45) logical=(14880973, 0, 22)
Partition 1 does not end on cylinder boundary.
/dev/sda2   ?     1307671    16315642   968014120   65  Novell Netware 386
Partition 2 has different physical/logical beginnings (non-Linux?):
     phys=(288, 115, 43) logical=(1307670, 2, 7)
Partition 2 has different physical/logical endings:
     phys=(367, 114, 50) logical=(16315641, 1, 30)
Partition 2 does not end on cylinder boundary.
/dev/sda3   ?    14495206    29503176   968014096   79  Unknown
Partition 3 has different physical/logical beginnings (non-Linux?):
     phys=(366, 32, 33) logical=(14495205, 0, 21)
Partition 3 has different physical/logical endings:
     phys=(357, 32, 43) logical=(29503175, 1, 39)
Partition 3 does not end on cylinder boundary.
/dev/sda4   ?    22369622    22370052       27749+   d  Unknown
Partition 4 has different physical/logical beginnings (non-Linux?):
     phys=(372, 97, 50) logical=(22369621, 1, 1)
Partition 4 has different physical/logical endings:
     phys=(0, 10, 0) logical=(22370051, 1, 29)
Partition 4 does not end on cylinder boundary.

Partition table entries are not in disk order

Disk /dev/hda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hda1   *           1        1275    10241406    c  W95 FAT32 (LBA)
/dev/hda2            1276        7297    48371715    f  W95 Ext'd (LBA)
/dev/hda3   *        7298        9729    19535040   83  Linux
/dev/hda5            1276        3825    20482843+   b  W95 FAT32
/dev/hda6            3826        6375    20482843+   7  HPFS/NTFS
/dev/hda7            7176        7297      979933+  82  Linux swap
/dev/hda8            6376        7175     6425968+  83  Linux

Partition table entries are not in disk order
root@xiele:~# mount /dev/sda1 /usb -t vfat -o umask=0222
mount: wrong fs type, bad option, bad superblock on /dev/sda1,
       missing codepage or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

root@xiele:~# mount /dev/sda1 /usb -t vfat -o iocharset=cp936
mount: wrong fs type, bad option, bad superblock on /dev/sda1,
       missing codepage or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

root@xiele:~#     [/PHP]
失败了,
[PHP]fstab里面我是这样设置的  /dev/sda1        /usb/            vfat        defaults,iocharset=cp936   1   0[/PHP]
rc.modules里面usb的全开,ide-scsi、hid也开了
用KDE自带工具KwikDisk有如图提示!
求解!
OVER!

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
发表于 2006-4-29 17:04:03 | 显示全部楼层
可能是硬盘的分区表有问题 linux 无法正确读取了 如果在 windows 下能看到,先将数据拷到 windows 下,重新分区格式化。如果 windows 也看不到,那就直接 fdisk 吧
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-4-30 13:16:35 | 显示全部楼层
[PHP]/dev/sda         /usb            usbfs        defaults,iocharset=cp936               0   0[/PHP]

这个是我新修改的U盘参数,Win是可以识别的,一切正常。我现在挂载上了,但是写入失败!里面的文件也看不到

fdisk -l
[PHP]root@xiele:~# fdisk -l /dev/sda

Disk /dev/sda: 66 MB, 66748416 bytes
3 heads, 43 sectors/track, 1010 cylinders
Units = cylinders of 129 * 512 = 66048 bytes

This doesn't look like a partition table
Probably you selected the wrong device.[/PHP]
大家把知道的可以的方法告诉一下吧,或者看看我的参有是什么错误。U盘用不了真的很郁闷。。:confused:
回复 支持 反对

使用道具 举报

发表于 2006-4-30 13:34:08 | 显示全部楼层
/dev/sda         /usb            usbfs        defaults,iocharset=cp936               0   0
->
/dev/sda         /usb            vfat        defaults,iocharset=cp936               0   0
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-4-30 13:51:33 | 显示全部楼层
我一切也是这么设置的,但是从来就没有成功过,今天居然成功了!无论如何谢谢。。。

但是不显示中文啊,iocharset=cp936设置好了,怎么中文是乱码?都是“???”
回复 支持 反对

使用道具 举报

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

本版积分规则

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