|
我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
|