In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
This article will explain in detail how to use the mkisofs command in Linux. The editor thinks it is very practical, so I share it with you as a reference. I hope you can get something after reading this article.
Linux common command mkisofs command is used to make the specified directory and file into an image file in ISO 9660 format for burning CD.
Mkisofs builds ISO 9660 image file
Syntax mkisofs (options) (parameters) options-an or-- all:mkisofs usually do not handle backup files. Use this parameter to add backup files to the image file;-An or-appid: specify the application ID;-abstract of the CD: specify the file name of the summary file;-b or-eltorito-boot: specify the boot image file needed to make the bootable CD;-biblio: specify the file name of the ISBN file, the ISBN file is located in the root directory of the CD, record the ISBN of the CD. -c: when making a bootable CD, mkisofs will make all the contents of the full-eltorito-catalog in the boot image file into one file;-C: this parameter must be used when synthesizing many sections into one image file;-copyright: specify the file name of the copyright information file;-d or-omit-period: the period after omitting the file. -D or-disable-deep-relocation:ISO 9660 can only handle directories with up to 8 layers, and RRIP will automatically set them to an ISO 9660 compatible format for those more than 8 layers. Use the-D parameter to turn off this feature;-f or-follow-links: ignore symbolic links;-h: show help;-hide: hide specified directories or files in ISO 9660 or Rock RidgeExtensions systems;-hide-joliet: hide specified directories or files in Joliet systems;-J or-joliet: use directories and file names in Joliet format -l or-full-iso9660-filenames: use ISO 9660 32-character file name;-L or-allow-leading-dots: allow the first character of the file name to be a period;-log-file: if there is an error message during execution, the preset will be displayed on the screen;-m or-exclude: the specified directory or file name will not be entered into the image file;-M or-prev-session: merged with the specified image file -N or-omit-version-number: omit the version information in the ISO 9660 file;-o or-output: specify the name of the image file;-p or-preparer: the data processor of the recording disc;-print-size: display the estimated file system size;-quiet: no information is displayed during execution;-r or-rational-rock: use Rock Ridge Extensions and open read access to all files -R or-rock: use Rock Ridge Extensions;-sysid: specify the system of the disc ID;-T or-translation-table: create a conversion table of file names for systems that do not support Rock Ridge Extensions;-v or-verbose: display detailed information during execution;-V or-volid: specify the volume set of the disc ID;-volset-size: specify the number of discs contained in the volume set -volset-seqno: specify the number of the CD in the volume set;-x: the specified directory will not be placed in the image file;-z: establish a SUSP record of the permeability compression file, which is currently valid only on Linux on the Alpha machine. Parameter path: the path that needs to be added to the image file.
Use the mkisofs command in the instance linux to make a file into an ISO step:
Mount the directory on the NFS server to the local / mnt/nfs/ directory:
Mount-t nfs 10.0.2.2:/linuxos/rhel4.0_update3/ / mnt/nfs/ copies the mounted file locally:
Cp-a / mnt/NFS/* / root/Decp-a / mnt/nfs/* / root/Desktop/rhel4.0/&sktop/rhel4.0/& look for the boot.cat file and delete:
Find rhel4.0/-name boot.cat | xargs rm looks up the TRANS.TBL file and deletes it:
Find rhel4.0/-name TRANS.TBL-exec rm {}\; copy the required local files to the specified directory:
Cp / usr/share/comps/i386/.discinfo rhel4.0/ makes all the files in the specified directory into ISO files:
Mkisofs-R-J-T-v-no-emul-boot-boot-load-size 4-boot-info-table-V RHEL4ASDVD-b isolinux/isolinux.bin-c isolinux/boot.cat-o / RHEL4AS.iso rhel4.0/ this is the end of the article on "how to use the mkisofs command in Linux". I hope the above content can be helpful to you, so that you can learn more knowledge, if you think the article is good. Please share it for more people to see.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.