我刚刚将内核从 3.2 更新到 3.4 precise,因此,在重新启动 ubuntu 后,我尝试连接外部硬盘或 USB 存储,但未安装。此外,我检查了#fdisk -l
命令的输出,但找不到我的 USB 存储/外部硬盘标签。这是输出#fdisk -l
:
Device Boot Start End Blocks Id System
/dev/sda1 2048 255999 126976 6 FAT16
/dev/sda2 * 257040 262437839 131090400 7 HPFS/NTFS/exFAT
/dev/sda3 262437840 337252544 37407352+ 7 HPFS/NTFS/exFAT
/dev/sda4 337252606 976771071 319759233 f W95 Ext'd (LBA)
/dev/sda5 337252608 431521964 47134678+ 7 HPFS/NTFS/exFAT
/dev/sda6 431522028 576267614 72372793+ 7 HPFS/NTFS/exFAT
/dev/sda7 576273538 826046234 124886348+ 7 HPFS/NTFS/exFAT
/dev/sda8 826046464 842045439 7999488 82 Linux swap / Solaris
/dev/sda9 842047488 900638719 29295616 83 Linux
/dev/sda10 900640768 976771071 38065152 83 Linux
我也检查了输出#lsusb
,但我的外部硬盘名称出现在那里,这是 lsusb 命令的输出:
Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth)
Bus 001 Device 004: ID 0c45:6416 Microdia
Bus 002 Device 006: ID 0bc2:5031 Seagate RSS LLC FreeAgent GoFlex USB 3.0 <--
Bus 001 Device 005: ID 413c:8161 Dell Computer Corp. Integrated Keyboard
Bus 001 Device 006: ID 413c:8162 Dell Computer Corp. Integrated Touchpad [Synaptics]
Bus 001 Device 007: ID 413c:8160 Dell Computer Corp. Wireless 365 Bluetooth
我该如何解决我的问题?这对我来说是个严重的问题,请帮我解决。感谢您的关注,如果与另一个帖子重复,请见谅!
编辑
[ 1928.674377] show_signal_msg: 27 callbacks suppressed
[ 1928.674390] unity-2d-shell[3041]: segfault at 329 ip 00007fe4cef80dd7 sp 00007fff19d68420 error 4 in libQtDBus.so.4.8.1[7fe4cef4f000+7b000]
[ 2018.282180] usb 2-1.1: USB disconnect, device number 5
[ 2029.593959] usb 2-1.1: new high-speed USB device number 6 using ehci_hcd
[ 2762.789721] usb 2-1.3: new high-speed USB device number 7 using ehci_hcd
[ 2793.794120] usb 2-1.3: USB disconnect, device number 7
[ 4184.355678] usb 2-1.1: USB disconnect, device number 6
[ 4200.064570] usb 2-1.1: new high-speed USB device number 8 using ehci_hcd
[ 6736.417629] usb 2-1.1: USB disconnect, device number 8
[ 6748.266537] usb 2-1.2: new high-speed USB device number 9 using ehci_hcd
这些行是命令的输出#dmesg | tail
。我找不到以标签开头的 USB 设备sdb
!
编辑2
命令的输出#ls /dev
如下;
autofs mcelog sda2 tty25 tty58 ttyS31
block mei sda3 tty26 tty59 ttyS4
bsg mem sda4 tty27 tty6 ttyS5
btrfs-control net sda5 tty28 tty60 ttyS6
bus network_latency sda6 tty29 tty61 ttyS7
cdrom2 network_throughput sda7 tty3 tty62 ttyS8
cdrw2 null sda8 tty30 tty63 ttyS9
char oldmem sda9 tty31 tty7 uinput
console port sg0 tty32 tty8 urandom
core ppp sg1 tty33 tty9 usbmon0
cpu psaux shm tty34 ttyprintk usbmon1
cpu_dma_latency ptmx snapshot tty35 ttyS0 usbmon2
disk pts snd tty36 ttyS1 v4l
dri ram0 sr0 tty37 ttyS10 vboxdrv
dvd2 ram1 stderr tty38 ttyS11 vboxusb
dvdrw2 ram10 stdin tty39 ttyS12 vcs
ecryptfs ram11 stdout tty4 ttyS13 vcs1
fd ram12 tty tty40 ttyS14 vcs2
full ram13 tty0 tty41 ttyS15 vcs3
fuse ram14 tty1 tty42 ttyS16 vcs4
fw0 ram15 tty10 tty43 ttyS17 vcs5
hidraw0 ram2 tty11 tty44 ttyS18 vcs6
hpet ram3 tty12 tty45 ttyS19 vcs7
input ram4 tty13 tty46 ttyS2 vcsa
kmsg ram5 tty14 tty47 ttyS20 vcsa1
log ram6 tty15 tty48 ttyS21 vcsa2
loop0 ram7 tty16 tty49 ttyS22 vcsa3
loop1 ram8 tty17 tty5 ttyS23 vcsa4
loop2 ram9 tty18 tty50 ttyS24 vcsa5
loop3 random tty19 tty51 ttyS25 vcsa6
loop4 rfkill tty2 tty52 ttyS26 vcsa7
loop5 rtc tty20 tty53 ttyS27 vga_arbiter
loop6 rtc0 tty21 tty54 ttyS28 vhost-net
loop7 sda tty22 tty55 ttyS29 video0
loop-control sda1 tty23 tty56 ttyS3 zero
mapper sda10 tty24 tty57 ttyS30
答案1
这将允许您安装您的设备,但每次都必须手动完成:
首先通过查看dmesg
最简单的方法是重新连接 USB 设备,然后运行,dmesg | tail
它将显示最后十行dmesg
您应该能够找到类似这样的文件名sdb1
然后,您可以通过运行以下命令将文件系统挂载到您喜欢的任何目录:
sudo mount \dev\sdb1 \your\dir\here
在文件管理器中浏览到该位置,你应该能够访问该设备
dmesg | tail
编辑:这是我插入外部硬盘时的输出:
[ 895.458054] sd 13:0:0:0: [sdb] Sense Key : Recovered Error [current] [descriptor]
[ 895.458067] Descriptor sense data with sense descriptors (in hex):
[ 895.458072] 72 01 04 1d 00 00 00 0a 09 0c 00 00 00 00 00 07
[ 895.458096] 00 00
[ 895.458104] sd 13:0:0:0: [sdb] ASC=0x4 ASCQ=0x1d
[ 895.645276] sd 13:0:0:0: [sdb] Sense Key : Recovered Error [current] [descriptor]
[ 895.645290] Descriptor sense data with sense descriptors (in hex):
[ 895.645296] 72 01 04 1d 00 00 00 0e 09 0c 00 00 00 00 00 07
[ 895.645319] 00 00 00 00 40 50
[ 895.645332] sd 13:0:0:0: [sdb] ASC=0x4 ASCQ=0x1d
[sdb]
显示该硬盘的设备文件是\dev\sdb