mkisofs 包4G已上檔案問題 - Linux

Michael avatar
By Michael
at 2012-03-21T17:41

Table of Contents

大家好!
最近需要製作可開機的CentOS安裝光碟!
透過已下指令可以順利完成
mkisofs -o test1.iso -b isolinux/isolinux.bin -c isolinux/boot.cat
-no-emul-boot -boot-load-size 4 -boot-info-table -R -J -V -T
mycentos/

但是現在有個特殊需求~會需要將兩大於4G的tar.gz檔一起包進ISO檔中!
查了mkisofs的官網
有兩種做法
1. 使用-iso-level 3or4 這樣就能支援單一檔案4G已上大小!
2. 使用混合檔案結構 -udf

上述兩種方法都嘗試了~結果有製作出ISO檔~但是大於4G的檔案沒包進去

1. (level 3和4都嘗試過)
#mkisofs -o test1.iso -b isolinux/isolinux.bin -c isolinux/boot.cat
-no-emul-boot -boot-load-size 4 -iso-level 4 -boot-info-table -R -J -V -T
mycentos/

2.
# mkisofs -o test1.iso -b isolinux/isolinux.bin -c isolinux/boot.cat
-no-emul-boot -boot-load-size 4 -boot-info-table -udf -R -J -V -T
mycentos/

不知道大家是否有製作包含單一檔案4G已上的可開機ISO檔!

請不吝告知指令及參數使用方式!

感謝

--
Tags: Linux

All Comments

Yuri avatar
By Yuri
at 2012-03-21T22:17
我都用USB開機,如果可以的話,試試看

安裝openwebmail的問題

Charlotte avatar
By Charlotte
at 2012-03-20T22:37
在執行./openwebmail-tool.pl --init時出現下面的錯誤訊息 Creating UTF-8 locales... langconv ar_AE.CP1256 -andgt; ar_AE.UTF-8 /usr/bin/suidperl: symbol lookup error: /us ...

curlftpfs

Sarah avatar
By Sarah
at 2012-03-20T21:00
※ 引述《joexx12 ((X ̄X)uu...)》之銘言: : 原本用法 : curlftpfs -o ftp://帳號:密碼at位址/路徑/ /掛載點 : 但是這樣密碼就會顯示出來,一般user 下df -h指令就可看到 我連的ftp 包含帳號密碼 : 後來改成 : curlftpfs -o user=帳 ...

curlftpfs

Candice avatar
By Candice
at 2012-03-20T20:28
最近發現個很好用的程式 curlftpfs 他可以用FTP的方式mount 遠端的FTP當作local folder 小弟遇到個問題想請教各位 我想開機就讓他自動執行 原本用法 curlftpfs -o ftp://帳號:密碼at位址/路徑/ /掛載點 但是這樣密碼就會顯示出來,一般user 下d ...

剛看到的 某fm和pcmanfm的比較

Hedda avatar
By Hedda
at 2012-03-20T16:56
Why two file managers? Because I use two. They do things differently, both both do some things better than the other... It comes down to speed and flexib ...

ubuntu 7.10裝glibc的問題~

Bennie avatar
By Bennie
at 2012-03-20T16:33
※ 引述《scarface ((andlt;ゝω・)綺羅星☆)》之銘言: : 因為要build的code在make期間出了 : /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.7and#39; not found (required by xxx : 的error ...