diff options
author | Jim Meyering <jim@meyering.net> | 2002-01-12 09:13:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-01-12 09:13:31 +0000 |
commit | 6d5707dfa6a27d4b9fd6e5368d5610bfc61f7f87 (patch) | |
tree | 57332d0192fb0b29dacc5f5dd1c2c87779e26cb9 /doc | |
parent | fca9e007c6ce753ebd291865d457b1640d13d592 (diff) | |
download | coreutils-6d5707dfa6a27d4b9fd6e5368d5610bfc61f7f87.tar.xz |
(shred invocation): List some journaled filesystems.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 8cf164748..e3153258a 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -6335,7 +6335,7 @@ assumption. Exceptions include: @item Log-structured or journaled filesystems, such as those supplied with -AIX and Solaris. +AIX and Solaris, and JFS, ReiserFS, XFS, Ext3, etc. @item Filesystems that write redundant data and carry on even if some writes @@ -6475,7 +6475,7 @@ Bourne-compatible shell) the command @samp{shred - 1<>file} instead. @end table You might use the following command to erase all trace of the -file system you'd created on the floppy disk in your first drive. +filesystem you'd created on the floppy disk in your first drive. That command takes about 20 minutes to erase a ``1.44MB'' (actually 1440 KiB) floppy. |