Filesystems

在 Ubuntu 上安裝我的 iRiver story HD 時出現問題

  • January 22, 2013

我想將我的 iRiver Story HD 連接到我的 ubuntu 12.04 機器,但是當我連接它時,我收到了這個錯誤:

無法掛載 Story HD

掛載錯誤:掛載:錯誤的 fs 類型、錯誤的選項、/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   "

好的,問題是我正在執行核心3.2.0-35並且我在沒有重新啟動的情況下進行了升級3.2.0-36,因此我的核心無法載入適當的模組。

現在重新啟動後一切正常:)

我想知道為什麼它要嘗試使用 437。

iriver Story HD 本身安裝有以下選項(內部 FAT 和 SD 卡 FAT):

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

對您放入內部儲存器的內容要小心。已知過長的文件名(包括目錄路徑)會導致設備變磚。把所有東西都放在 SD 卡上更安全。

引用自:https://unix.stackexchange.com/questions/62086