在 Ubuntu 上安装我的 iRiver Story HD 时出现问题

在 Ubuntu 上安装我的 iRiver Story HD 时出现问题

我想将 iRiver Story HD 连接到我的 ubuntu 12.04 机器,但当我连接它时,我收到此错误:

无法安装 Story HD

安装错误:安装:文件系统类型错误、选项错误、/dev/sdb 上的超级块错误、缺少代码页或帮助程序或其他错误 在某些情况下,可以在 syslog 中找到有用的信息 - 尝试 dmesg |尾巴左右

这就是我得到的dmesg

[58332.932515] usb 2-1.3: USB disconnect, device number 9
[58332.933056] sd 6:0:0:0: [sdb] Synchronizing SCSI cache
[58332.933132] sd 6:0:0:0: [sdb]  Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK
[58349.254839] usb 2-1.3: new high-speed USB device number 10 using ehci_hcd
[58349.535804] scsi7 : usb-storage 2-1.3:1.0
[58350.535209] scsi 7:0:0:0: Direct-Access     iriver   Story EB07       0326 PQ: 0 ANSI: 2
[58350.537099] scsi 7:0:0:1: Direct-Access     iriver   Story SD         0326 PQ: 0 ANSI: 2
[58350.538773] sd 7:0:0:0: Attached scsi generic sg2 type 0
[58350.539178] sd 7:0:0:1: Attached scsi generic sg3 type 0
[58350.548997] sd 7:0:0:0: [sdb] 3243041 512-byte logical blocks: (1.66 GB/1.54 GiB)
[58350.657284] sd 7:0:0:0: [sdb] Write Protect is off
[58350.657291] sd 7:0:0:0: [sdb] Mode Sense: 0f 00 00 00
[58350.767369] sd 7:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[58350.777168] sd 7:0:0:1: [sdc] Attached SCSI removable disk
[58351.004612]  sdb:
[58351.237097] sd 7:0:0:0: [sdb] Attached SCSI removable disk
[58351.503837] FAT-fs (sdb): codepage cp437 not found
[58362.792082] FAT-fs (sdb): codepage cp437 not found
[58388.066212] FAT-fs (sdb): codepage cp437 not found

fdisk -l

Disk /dev/sdb: 1660 MB, 1660436992 bytes
52 heads, 61 sectors/track, 1022 cylinders, total 3243041 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

   Device Boot      Start         End      Blocks   Id  System

编辑

我已经在 Windows 中连接它并且它可以工作(以防万一有人认为它坏了:))

编辑2

$ sudo file -s /dev/sdb

    /dev/sdb: x86 boot sector, mkdosfs boot message display, code offset 0x58,
 OEM-ID " mkdosfs", sectors/cluster 8, Media descriptor 0xf8, heads 4, sectors 
3243040 (volumes > 32 MB) , FAT (32 bit), sectors/FAT 3161, serial number 0x20, 
label: "Story HD   "

答案1

我想知道为什么它要尝试使用 437。

iriver Story HD 本身安装有以下选项(内部 FAT 和 SD 卡 FAT):

rw,relatime,fmask=0022,dmask=0022,codepage=cp949,iocharset=utf8,shortname=mixed,errors=remount-ro

请小心保存在内存中的内容。已知文件名太长(包括目录路径)会导致设备变砖。将所有内容都放在 SD 卡上更安全。

答案2

好的,问题是我正在运行内核3.2.0-35并且我在没有重新启动的情况下进行了升级3.2.0-36,因此我的内核无法加载适当的模块。

现在重新启动后一切正常:)

相关内容