我有麻烦了。当我连接我的USB驱动器时,我的驱动器不在桌面上,我已经运行了命令-
dmesg | tail 输出是-
[ 1178.937179] usb 3-2: SerialNumber: N85H8K1R
[ 1178.938060] scsi10 : usb-storage 3-2:1.0
[ 1179.937197] scsi 10:0:0:0: Direct-Access JetFlash Transcend 8GB 8.07 PQ: 0
ANSI: 4
[ 1179.939902] sd 10:0:0:0: Attached scsi generic sg3 type 0
[ 1179.940616] sd 10:0:0:0: [sdc] 15679488 512-byte logical blocks: (8.02 GB/7.47GiB)
[ 1179.941377] sd 10:0:0:0: [sdc] Write Protect is off
[ 1179.941382] sd 10:0:0:0: [sdc] Mode Sense: 23 00 00 00
[ 1179.942066] sd 10:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't
support DPO or FUA
[ 1179.950956] sdc: unknown partition table
[ 1179.953080] sd 10:0:0:0: [sdc] Attached SCSI removable disk 我现在该怎么办?谢谢
发布于 2013-11-11 08:37:44
USB上的分区分区表有问题。1179.950956 sdc:未知分区表
看看这里的答案,在宏碁上从USB闪存驱动器运行Ubuntu。
如果您的设备不包含任何有价值的数据,请使用例如: gparted编写一个新的分区表。如果它包含有价值的数据,则应在尝试还原分区表之前进行原始备份。
要进行原始备份,可以使用例如dd。sudo dd if=/dev/sdX of=usb-image.iso记得用X代替X。
https://askubuntu.com/questions/375282
复制相似问题