[ 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で直接いかないと見られません。

  <rindolf>  ofer0: what's up?
    <ofer0>  rindolf, nothing much. what's with you?
  <rindolf>  ofer0: I restored my fonts to my nouveau-enabled X server.
 <jagerman>  What is nouveau?
    <ofer0>  jagerman, "new" in french ?
 <jagerman>  Yes, I know it's a word, but what is the nouveau rindolf is
             talking about?
    <ofer0>  I have no idea. rindolf ?
  <rindolf>  jagerman, ofer0: it's the free-as-in-speech Nvidia drivers.
      <dmq>  jagerman++ (Yes i know its a word).
 <pkrumins>  free as in freedom
   <nainef>  free as in richard stallman?
    <ofer0>  free as in free Microsoft Windows Vista CDs
   <nainef>  lol
 <pkrumins>  vista--
    <ofer0>  "What do you mean? Windows XP isn't free?" -- My neighbour.
   <Ikarus>  ofer0: sounds familiar
    <ofer0>  (when telling him that I can't format his hard-drive and
             re-install XP because he doesn't own a license)

    -- Free as in what?
    -- #perl, Freenode

Rule of Open-Source Programming #34:

Every successful project will eventually spawn a sub-project

    -- Shlomi Fish
    -- "Rules of Open Source Programming"


Powered by UNIX fortune(6)
[ Main Page ]