Ubuntu에 iRiver Story HD를 설치하는 데 문제가 있습니다.

Ubuntu에 iRiver Story HD를 설치하는 데 문제가 있습니다.

iRiver Story HD를 ubuntu 12.04 시스템에 연결하고 싶지만 연결하면 다음 오류가 발생합니다.

Story HD를 설치할 수 없습니다.

설치 오류: 설치: 잘못된 파일 시스템 유형, 잘못된 옵션, /dev/sdb의 잘못된 슈퍼 블록, 누락된 코드 페이지 또는 도우미 또는 기타 오류 어떤 경우에는 syslog에서 유용한 정보를 찾을 수 있습니다. dmesg tail left and right |

이게 내가 얻은 거야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때문에 커널이 적절한 모듈을 로드할 수 없다는 것입니다.

이제 재부팅 후 모든 것이 잘 작동합니다 :)

관련 정보