内容へ移動
fl8 Wiki
ユーザ用ツール
ログイン
サイト用ツール
検索
ツール
文書の表示
以前のリビジョン
バックリンク
最近の変更
メディアマネージャー
サイトマップ
ログイン
>
最近の変更
メディアマネージャー
サイトマップ
現在位置:
Dokuwiki.fl8.jp
»
50 日記
»
2015
»
06
»
2015.06.02 VHDファイルをマウント
トレース:
50_dialy:2015:06:02
この文書は読取専用です。文書のソースを閲覧することは可能ですが、変更はできません。もし変更したい場合は管理者に連絡してください。
====== 2015.06.02 VHDファイルをマウント ====== Ubuntuでマウントするしかない。 ===== Step 1: Install the virtualbox fuse package ===== Install the virtualbox fuse package which is required to open up this vhd image into its raw form <code> # apt-get install virtualbox-fuse </code> ===== Step 2: Open up VHD image ===== <code> # vdfuse -w -f <path to vhd image> <path to mount point> </code> ===== Step 3: Check the extracted Files ===== === Lets mark this CASE 1 === <code> # ls <path to mount point> </code> Here it could list either # EntireDisk (or) === CASE 2 === <code> # EntireDisk Partition1 Partion2 . ... </code> Depending on the number of partitions made on the Disk while creating and lets mark this as CASE 2 ===== Step 4: Mount the extracted RAW image ===== === In case of CASE 1 === <code> # mount <path to vhd image>/EntireDisk <path to one more new mount point path> </code> (or) === In case of CASE 2 === <code> # mount <path to vhd image>/Partition1 <path to one more new mount point> </code> Partition here could be the one you wanted to mount ===== Step 5: unmounting the IMG and VHD after usage ===== <code> # umount <path to mounted IMG partition> # umount <path to vhd image> </code> [[http://key-value.blogspot.jp/2013/06/mounting-vhd-image-file-in-linux.html]] {{tag>ubuntu vhd 日記}}
50_dialy/2015/06/02.txt
· 最終更新: 2018/08/15 00:11 by
matsui
ページ用ツール
文書の表示
以前のリビジョン
バックリンク
文書の先頭へ