Lines Matching full:image
14 .I image-file
21 .IR image-file .
22 The image file may be examined by
30 e2fsck will be enhanced to be able to use the image file to help
34 .I image-file
41 creating a raw image file using the
43 option, since the process of creating a normal image file currently
48 It is a very good idea to create image files for all of
53 The image file should be stored on some filesystem other than
59 creates the image file as a sparse file.
60 Hence, if the image file
67 The size of an ext2 image file depends primarily on the size of the
70 image file will be approximately 35 megabytes; a 4 gigabyte filesystem with
72 image file. Image files tend to be quite
73 compressible; an image file taking up 32 megabytes of space on
76 .SH RESTORING FILESYSTEM METADATA USING AN IMAGE FILE
80 option will cause e2image to install the metadata stored in the image
88 alternatives have failed. If the filesystem has changed since the image
91 be lost. In general, you should make a full image
95 .SH RAW IMAGE FILES
98 option will create a raw image file instead of a normal image file.
99 A raw image file differs
100 from a normal image file in two ways. First, the filesystem metadata is
102 etc. can be run directly on the raw image file. In order to minimize
103 the amount of disk space consumed by a raw image file, the file is
107 filesystem itself!) Secondly, the raw image file also includes indirect
108 blocks and directory blocks, which the standard image file does not have,
111 Raw image files are sometimes used when sending filesystems to the maintainer
126 of the directory blocks before writing the image file. However,