isoinfo.8
上传用户:xiejiait
上传日期:2007-01-06
资源大小:881k
文件大小:4k
源码类别:

SCSI/ASPI

开发平台:

MultiPlatform

  1. ."
  2. ." $Id: isoinfo.8,v 1.2 1999/03/02 03:41:36 eric Exp $
  3. ."
  4. ." -*- nroff -*-
  5. .TH ISOINFO 8 "23 Feb 1997" "Version 1.12b5"
  6. .SH NAME
  7. devdump, isoinfo, isovfy, isodump - Utility programs for dumping and verifying iso9660
  8. images.
  9. .SH SYNOPSIS
  10. .B devdump 
  11. .I isoimage
  12. .PP
  13. .B isodump 
  14. .I isoimage
  15. .PP
  16. .B isoinfo
  17. [
  18. .B -h
  19. ]
  20. [
  21. .B -R
  22. ]
  23. [
  24. .B -J
  25. ]
  26. [
  27. .B -f
  28. ]
  29. [
  30. .B -l
  31. ]
  32. [
  33. .B -p
  34. ]
  35. [
  36. .B -T
  37. .I sector
  38. ]
  39. [
  40. .B -N
  41. .I sector
  42. ]
  43. [
  44. .B -i
  45. .I isoimage
  46. ]
  47. [
  48. .B -x
  49. .I path
  50. ]
  51. .PP
  52. .B isovfy 
  53. .I isoimage
  54. .SH DESCRIPTION
  55. .B devdump
  56. is a crude utility to interactively display the contents of device or
  57. filesystem images.
  58. The initial screen is a display of the first 256 bytes of the first 2048 byte
  59. sector.
  60. The commands are the same as with 
  61. .BR isodump .
  62. .PP
  63. .B isodump
  64. is a crude utility to interactively display the contents of iso9660 images
  65. in order to verify directory integrity.
  66. The initial screen is a display of the first part of the root directory,
  67. and the prompt shows you the extent number and offset in the extent.
  68. .RS
  69. .PP
  70. You can use the 'a' and 'b'
  71. commands to move backwards and forwards within the image. The 'g' command
  72. allows you to goto an arbitrary extent, and the 'f' command specifies
  73. a search string to be used. The '+' command searches forward for the next
  74. instance of the search string, and the 'q' command exits
  75. .B devdump
  76. or
  77. .BR isodump .
  78. .RE
  79. .PP
  80. .B isoinfo
  81. is a utility to perform directory like listings of iso9660 images.
  82. .PP
  83. .B isovfy
  84. is a utility to verify the integrity of an iso9660 image. Most of the tests
  85. in
  86. .B isovfy
  87. were added after bugs were discovered in early versions of
  88. .B mkisofs.
  89. It isn't all that clear how useful this is anymore, but it doesn't hurt to
  90. have this around.
  91. .SH OPTIONS
  92. Only the
  93. .B isoinfo
  94. program has any command line options. These are:
  95. .TP
  96. .B -h
  97. print a summary of all options.
  98. .TP
  99. .B -f
  100. generate output as if a 'find . -print' command had been run on the iso9660
  101. image. You should not use the
  102. .B -l
  103. image with the
  104. .B -f
  105. option.
  106. .TP
  107. .B -i iso_image
  108. Specifies the path of the iso9660 image that we wish to examine.
  109. .TP
  110. .B -l
  111. generate output as if a 'ls -lR' command had been run on the iso9660 image.
  112. You should not use the
  113. .B -f
  114. image with the
  115. .B -l
  116. option.
  117. .TP
  118. .B -N sector
  119. Quick hack to help examine single session disc files that are to be written to
  120. a multi-session disc. The sector number specified is the sector number at
  121. which the iso9660 image should be written when send to the cd-writer. Not
  122. used for the first session on the disc.
  123. .TP
  124. .B -p
  125. Print path table information.
  126. .TP
  127. .B -R
  128. Extract information from Rock Ridge extensions (if present) for permissions,
  129. file names and ownerships.
  130. .TP
  131. .B -J
  132. Extract information from Joliet extensions (if present) for file names.
  133. .TP
  134. .B -T sector
  135. Quick hack to help examine multi-session images that have already been burned
  136. to a multi-session disc. The sector number specified is the sector number for
  137. the start of the session we wish to display.
  138. .TP
  139. .B -x pathname
  140. Extract specified file to stdout.
  141. .SH AUTHOR
  142. Eric Youngdale <ericy@gnu.ai.mit.edu> or <eric@andante.jic.com> is to blame
  143. for these shoddy hacks. Patches to improve general usability would be
  144. gladly accepted.
  145. .SH BUGS
  146. The user interface really sucks.
  147. .SH FUTURE IMPROVEMENTS
  148. These utilities are really quick hacks, which are very useful for debugging
  149. problems in mkisofs or in an iso9660 filesystem. In the long run, it would
  150. be nice to have a daemon that would NFS export a iso9660 image.
  151. .PP
  152. The isoinfo program is probably the program that is of the most use to
  153. the general user.
  154. .SH AVAILABILITY
  155. These utilities come with the mkisofs package, and the primary ftp site
  156. is tsx-11.mit.edu in /pub/linux/BETA/cdrom/mkisofs and many other mirror
  157. sites. Despite the name, the software is not beta.
  158. .SH SEE ALSO
  159. mkisofs(8)