|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
初学阶段只要把上课时候学习过的命令练熟就可以了.单靠学习各种命令而成为高手是不可能的。
1、用dd命令
#ddif=/dev/cdromof=/***/目标文件.iso
下面的命令是在将光盘作成iso文件
2、用mkisofs命令
#mkisofs-r-J-V卷标名-o目标文件.iso源文件
下面的命令是将“源文件”文件及目次作成“目标文件.iso”。
例子:
#mkisofs-r-J-Vwidebright-owidebright.iso/widebright
在linux体系上建了一个iso文件,然后放到windowsxp上,了局winrar可以准确解压,利用DAEMONTools作为假造光盘加载以后,也很一般。
NAME
mkisofs-createanhybridISO9660/JOLIET/HFSfilesystem
withoptionalRockRidgeattributes.
SYNOPSIS
mkisofs[options][-ofilename]pathspec[pathspec...]
注:
-JGenerateJolietdirectoryrecordsinadditiontoregulariso9660filenames.
次要是为了兼容windows体系。
卷标名――指所做成iso文件后拔出假造光盘时所显现的名字。
-RGenerateSUSPandRRrecordsusingtheRockRidge
protocoltofurtherdescribethefilesontheiso9660filesystem.
-rThisislikethe-Roption,butfileownershipand
modesaresettomoreusefulvalues.Theuidand
gidaresettozero,becausetheyareusuallyonly
usefulontheauthorssystem,andnotusefulto
theclient.Allthefilereadbitsaresettrue,
sothatfilesanddirectoriesaregloballyreadable
ontheclient.Ifanyexecutebitissetfora
file,setalloftheexecutebits,sothatexecuta |
|