vine-users ML アーカイブ



[vine-users:072188] Re: SANYO ボイスレコーダ ICR-S250RM のファイルを読み込むには

  • From: haruichi yabuki <yabuki@xxxxxxxxxxxxxxxxx>
  • Subject: [vine-users:072188] Re: SANYO ボイスレコーダ ICR-S250RM のファイルを読み込むには
  • Date: Sat, 18 Jun 2005 23:07:41 +0900 (JST)
矢吹@琵琶湖 です,

森口さん, 興味を示して頂きありがとうございます.

> mount または df -T で、どのタイプでマウントされているかわかると思います。
---------------------------------------------------------------------------
# mount
...
none on /mnt/Digital_Voice_Recorder_to_USB2.-sda type supermount (rw,noexec,nosuid,nodev,dev=/dev/sda,fs=ext2:vfat:iso9660:udf)
---------------------------------------------------------------------------
となります. 済みません. この出力の意味が良く理解できません.  次に, 
df -T の方からは, /dev/sda の項目は出て来ません.

> また、fdisk -l /dev/sda でパーティション構造を見ると何かわからないでしょうか。

------------------------------------------------------------------------
# /sbin/fdisk -l /dev/sda

Disk /dev/sda: 131 MB, 131072000 bytes
1 heads, 50 sectors/track, 5120 cylinders
Units = シリンダ数 of 50 * 512 = 25600 bytes

 デバイス ブート   始点      終点  ブロック   ID  システム
/dev/sda1   *         1      5120    127984+   1  FAT12
Partition 1 does not end on cylinder boundary.
------------------------------------------------------------------------

うーーむ. FAT12. これは, 大事な情報のようですね.

そこで, 

----------------------------------------------------------------------
# umount /mnt/Digital_Voice_Recorder_to_USB2.-sda

# mount -t fat12 /dev/sda /mnt/sd
mount: ファイルシステムタイプ fat12 はカーネルがサポートしていません

# mount -t FAT12 /dev/sda /mnt/sd
mount: ファイルシステムタイプ FAT12 はカーネルがサポートしていません

# mount -t vfat /dev/sda /mnt/sd
mount: 間違ったファイルシステムタイプ、不正なオプション、
       /dev/sda のスーパーブロックが不正、或いはファイルシステムのマウント
       が多すぎます

-----------------------------------------------------------------------

で, FAT12 関係を調べてみると,

--------------------------------------------------------------------------
# man mount
...
 -t vfstype
      The argument following the -t is used to indicate the file system type.  
      The file system types which are currently  supported  are:  
      adfs,  affs, autofs, coda, coherent, cramfs, devpts, efs, ext, ext2, ext3, 
      hfs, hpfs, iso9660, jfs, minix, msdos, ncpfs, nfs, ntfs, proc, qnx4, ramfs, 
      reiserfs, romfs, smbfs, sysv, tmpfs, udf, ufs,  umsdos,  vfat,  xenix,  xfs, xiafs.
...
----------------------------------------------------------------------------
ということは, FAT12 は サポートされていない.? 
しかし, FAT12 はサポートされていると, 昔 何処かで読んだような気がします.

これを手がかりに, もうちょっと調べてみます. ありがとうございました.

--
yabuki