
Ubuntu日本語フォーラム

ログインしていません。
当方Ubuntu10.10を使用で、USB接続のフロッピードライブを繋げてみたものの、場所→コンピュータ→フロッピードライブをWクリックしても何も起こらず、中身が見えません。
システム→システム設定→ディスクユーティリティ→フロッピードライブを見ると
モデル名 TEAC TEAC FD-05PB
ファームウェアバージョン 0000
位置 ー
書き込みキャッシュ ー
容量 メディアは検出されていません
パーティション ー
デバイス /dev/sdg
と表示されていました。
参考になるかは分かりませんが、dmsegの結果は以下です。
[329080.324205] Buffer I/O error on device sdg, logical block 0 [329081.124124] sd 16:0:0:0: [sdg] Unhandled sense code [329081.124134] sd 16:0:0:0: [sdg] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE [329081.124143] sd 16:0:0:0: [sdg] Sense Key : Medium Error [current] [329081.124153] Info fld=0x0 [329081.124157] sd 16:0:0:0: [sdg] Add. Sense: Unrecovered read error [329081.124168] sd 16:0:0:0: [sdg] CDB: Read(10): 28 00 00 00 00 00 00 00 08 00 00 00 [329081.124192] end_request: I/O error, dev sdg, sector 0 [329081.124202] Buffer I/O error on device sdg, logical block 0 [329081.924130] sd 16:0:0:0: [sdg] Unhandled sense code [329081.924140] sd 16:0:0:0: [sdg] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
この後も[]内の数字は違うも同様の文章の繰り返しが続き、最後に
[329238.788179] sd 16:0:0:0: [sdg] 2880 512-byte logical blocks: (1.47 MB/1.40 MiB) [329238.820161] sd 16:0:0:0: [sdg] Assuming drive cache: write through [329238.916158] sd 16:0:0:0: [sdg] Assuming drive cache: write through [329238.916176] sdg: [329365.496732] usb 2-1: USB disconnect, address 3 [329378.996059] usb 2-2: new full speed USB device using uhci_hcd and address 4 [329379.216965] scsi17 : usb-storage 2-2:1.0 [329380.456748] scsi 17:0:0:0: Direct-Access TEAC FD-05PUB 3000 PQ: 0 ANSI: 0 CCS [329380.457899] sd 17:0:0:0: Attached scsi generic sg7 type 0 [329380.584733] sd 17:0:0:0: [sdg] 2880 512-byte logical blocks: (1.47 MB/1.40 MiB) [329380.616727] sd 17:0:0:0: [sdg] Write Protect is off [329380.616736] sd 17:0:0:0: [sdg] Mode Sense: 00 46 94 00 [329380.616742] sd 17:0:0:0: [sdg] Assuming drive cache: write through [329380.776727] sd 17:0:0:0: [sdg] Assuming drive cache: write through [329380.776743] sdg: [329381.160723] sd 17:0:0:0: [sdg] Assuming drive cache: write through [329381.160736] sd 17:0:0:0: [sdg] Attached SCSI removable disk
どうすればいいのか全く検討もつきませんので、皆さんにご教授願います。
なお目的はFDのデータをHDDに移すことです。
オフライン
10.10は使っていないので同じように出来ないかもしれませんが、11.10ではsudo mount /dev/sdxx /mntでマウントできます。
Buffer I/O errorなどが気になりますが、dmessgに「Attached SCSI removable disk」が出力された後に、sudo mount /dev/sdg /mntを試して下さい。
オフライン
>jackalope さん
アドバイスいただきましてありがとうございます。
sudo mount /dev/sdg /mntを試してみたのですが、場所→コンピュータ→フロッピードライブをWクリックしても相変わらず何も起こらず、中身が見えないままです。
dmsegの結果は
[ 63.426163] scsi 9:0:0:0: Direct-Access TEAC FD-05PUB 3000 PQ: 0 ANSI: 0 CCS [ 63.427113] sd 9:0:0:0: Attached scsi generic sg7 type 0 [ 63.522133] sd 9:0:0:0: [sdg] Attached SCSI removable disk [ 230.274165] sd 9:0:0:0: [sdg] 2880 512-byte logical blocks: (1.47 MB/1.40 MiB) [ 230.306154] sd 9:0:0:0: [sdg] Assuming drive cache: write through [ 230.402152] sd 9:0:0:0: [sdg] Assuming drive cache: write through [ 230.402163] sdg:
となりました。
引き続き皆さんのアドバイスをお待ちしております。
オフライン
Nautilusで操作するのであれば、ファイルシステム -> mntとたどっていきます。
オフライン
http://ubuntuforums.org/showthread.php?t=1571727
ここにいってみてはいかがでしょうか?
オフライン
USB 接続フロッピィ(MS-DOS)を使用する際にと、
書き留めておいたメモがありました。
確認はしてませんが、羅列してみます。
例1.
sudo mkdir /mnt/usb
sudo mount -t msdos /dev/sdb /mnt/usb
ls /mnt/usb
sudo umount /mnt/usb
例2.
... /mnt/usbfd
... /dev/sda /mnt/usbfd
ls /mnt/usbfd
... /mnt/usbfd
オフライン