Lines Matching refs:sparse
129 Most tools can handle sparse files efficiently, and will only store or write
130 those parts of a sparse file that are not empty.
135 of sparse files:
136 ** +tar cf archive.tar -S [files...]+ will efficiently store sparse files
138 ** +tar xf archive.tar -S+ will efficiently store sparse files extracted
141 * +cp+ accepts the +--sparse=WHEN+ option (+WHEN+ is one of +auto+,
143 ** +cp --sparse=always source.file dest.file+ will make +dest.file+ a
144 sparse file if +source.file+ has long runs of zeroes
149 You can use sparse files if you need to store the filesystem images (e.g.
154 sparse mode of +dd+ may result in a broken filesystem (e.g. the block bitmap
155 of an ext2 filesystem may be corrupted; or, if you have sparse files in
157 should only use sparse files when handling files on the build machine, not