[ Main Page ]

リングプロテクト

最近入手した「胎児心拍数モニタリング集中トレーニング」でたまたま使われていたが、バックアップできないし、ネットブックでの 持ち運びに不便でイメージ化できないのはよくないということで紹介。CDROM自体を見ると、リング状の部分を認める。 読み込めない部分がそれで、周辺のセクタにはKUIPERBELTという文字で埋め尽くされた部分がある。ISOの構造をうまく 利用したものだと思う。イメージ化にはdd for windowsが必要。

方法

バッドセクタ帯域前の部分の読み込み

C:\ISO>dd if=\\.\e: of=FHRM2010.ISO bs=2048 count=36152 --progress

バッドセクタ帯域後の読み込み

C:\ISO>dd if=\\.\e: of=FHRM2010.TMP bs=2048 skip=267518 --progress

ISO統合

C:\ISO>dd if=FHRM2010.TMP of=FHRM2010.ISO bs=2048 seek=267518

作ったISOイメージ自体はdaemon toolsなどで使える。

内科診断学v2

C:\ISO>dd if=\\.\e: of=N2.ISO bs=2048 count=61214 --progress
C:\ISO>dd if=\\.\e: of=N2.TMP bs=2048 skip=61975 --progress
C:\ISO>dd if=N2.ISO of=N2.ISO bs=2048 seek=61975

株式会社じほう - 日本医薬品集 医療薬 2011 eBook DVD 読み込み方法

ISOの機能でディレクトリエントリから削除されているので、 画像ディレクトリが見えなくなっています。drive:\医薬品集ebook2011\books\imagesで直接いかないと見られません。

Bureaucrats by their nature are the exact opposite sort of people from startup
investors. The idea of them making startup investments is comic. It would be
like mathematicians running Vogue-- or perhaps more accurately, Vogue editors
running a math journal.

    -- Paul Graham
    -- How to Be Silicon Valley ( http://www.paulgraham.com/siliconvalley.html )

I love deadlines. I love the whooshing
sound they make as they go by.

	-- One of Nadav Har'El's Email Signatures.


Powered by UNIX fortune(6)
[ Main Page ]