2007年7月13日 星期五

ubuntu learning- mount 虛擬光碟

今天想想,平常在XP上用Damon tool 或是酒精掛載印象檔玩的那麼爽,那麼在Linux ubuntu下是不是也有類似可以掛載 .iso ....等印象檔的軟體呢,在上網詢問及自己尋找之後,發現了兩個方法,不知道能不能成功,我先找到就先寫下好了,最近比較沒有時間,過些時候在親自體驗在上來修改^^
那就先列出這兩種方法吧^^
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1. 第一個當然就是LINUX作業系統中基本的,在上一篇了解LINUX的檔案系統架構之後,其實LINUX對於資料夾都是利用掛載的方式,也就是mount 這個指令邋達到我們想要虛擬的效果,因此若是我們想要掛載印象檔,第一個最值觀的方式就是用mount ,但是要怎麼實際去使用我倒是不知道因此我到google找到了以下得資料:
Use mount command as follows (assumes that your ISO file name is disk1.iso):
# mount -o loop disk1.iso /mnt/disk
or
例如:
mount -o loop -t iso9660 /mnt/smb/www/Mandrake82-cd1-inst.i586.iso /iso1
mount -o loop -t iso9660 /mnt/smb/www/Mandrake82-cd2-ext.i586.iso /iso2
mount -o loop -t iso9660 /mnt/smb/www/Mandrake82-cd3-supp.i586.iso /iso3

2. 再來就是上網找套件軟體囉,我找到了一個,參考網址如下:http://www.acetoneteam.org/
這個軟體有分你的視窗是 KDE呢還是GNOME, ubuntu是屬於GNOME的,因此我們要下載
xAcetoneISO2
以下是網路上的介紹

AcetoneISO2: The CD/DVD image manipulator for Linux


It is a feature-rich and complete software application to manage CD/DVD images. For example it can Mount typical proprietary images formats of the Windows world such as ISO BIN NRG MDF IMG and do plenty of other things.


AcetoneISO2 depends on the following packages :
- fuseiso, fuse-utils, libfuse2, mkisofs, libqt4-core, libqt4-gui, konsole, konqueror, kdebase-bin, kdelibs4c2a,
libfuse-dev, build-essential, cdrecord, cdrdao, dvd+rw-tools, p7zip-full, gnupg, coreutils,
libglib2.0-dev 似乎是個很不錯的套裝軟體,我有空在下載下來試試看^^

沒有留言: