Retourner au contenu associé (entrée de forum : loop devices hack)
Posté par daggett le 07 mars 2007 à 15:45. En réponse au message loop devices hack. Évalué à 2.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # mount -o offset
Posté par daggett . En réponse au message loop devices hack. Évalué à 2.
$ sfdisk -d flash_test.img
# partition table of flash_test.img
unit: sectors
flash_test.img1 : start= 32, size= 250336, Id=83
flash_test.img2 : start= 250368, size= 250368, Id=83
Monter la partition 2:
$ echo $((250368*512))
128188416
# mount -o loop -offset=128188416 flash_test.img mnt