在Ubuntu 10.04中我所要做的就是打开我的外部硬盘驱动器,它会被自动检测并安装。我刚刚切换到Ultimate Edition,我认为它是Ubuntu 10.04,其中添加了很多东西。有趣的是,当我打开外置硬盘时,它没有安装,我认为它甚至没有被检测到。我看着gparted并没有出现在那里。如果我启动到Ubuntu 10.04并打开硬盘驱动器,它仍然会被检测到并安装,所以它没有任何问题。终极版可以检测连接到USB的其他东西,比如我的iPod,所以我想知道为什么它无法检测到我的硬盘。
编辑:当我执行tail -f / var / log / messages并且如果检测到驱动器时,这就是它所说的:
[ 230.520892] usb 1-2.4: new high speed USB device using ehci_hcd and address 6
[ 230.639400] usb 1-2.4: configuration #1 chosen from 1 choice
[ 230.639717] scsi9 : SCSI emulation for USB Mass Storage devices
[ 235.631550] scsi 9:0:0:0: Direct-Access Maxtor OneTouch 0122 PQ: 0 ANSI: 4
[ 235.632631] sd 9:0:0:0: Attached scsi generic sg3 type 0
[ 235.633120] sd 9:0:0:0: [sdc] 1465149168 512-byte logical blocks: (750 GB/698 GiB)
[ 235.634625] sd 9:0:0:0: [sdc] Write Protect is off
[ 235.636443] sdc: sdc1
[ 235.651885] sd 9:0:0:0: [sdc] Attached SCSI disk
当没有检测到驱动器时,它没有说什么。