Changes between Version 25 and Version 26 of TipAndDoc/storage/filesystem
- Timestamp:
- Jul 18, 2011 12:05:22 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipAndDoc/storage/filesystem
v25 v26 24 24 > cat somefile | cp --sparse=always /proc/self/fd/0 new-sparse-file 25 25 > }}} 26 27 * [http://www.jp.freebsd.org/cgi/mroff.cgi?subdir=man&lc=1&cmd=&man=dd&dir=jpman-8.3.2%2Fman§=0 On-line Manual of "dd"] 28 > conv=value[,value ...] 29 > sparse 30 > 一つ以上の出力ブロックが NUL バイトのみからなる場合、 31 > NUL で埋める代りに、必要な空間だけ出力ファイルのシーク 32 > を試みます。結果として、疎なファイルとなります。 26 33 27 34 = fdisk =