Go to file
Richard W.M. Jones 2968c3fc73 wipefs: Add --force option to force it to erase.
Commit c550f728f7 added O_EXCL when
opening the thing to erase.  This broke the wipefs utility when used
on anything which isn't an unmounted filesystem.  eg. If you use it on
a block device containing partitions, then it won't work because the
kernel recognizes the partitions and so thinks the device is in use.

This change adds the --force option which, when used, undoes the above
flag change.  However you still have to use --force most of the time
when erasing something that isn't a plain unmounted filesystem.

Signed-off-by: Richard W.M. Jones <rjones@redhat.com>
2012-11-20 10:01:20 +01:00
Documentation docs: mark old losetup output format as DEPRECATED 2012-11-12 13:23:19 +01:00
config docs: remove unused config/texinfo.tex 2012-07-09 17:03:19 +02:00
disk-utils fsck.cramfs: compile with -DINCLUDE_FS_TESTS for make check 2012-10-22 10:10:55 +02:00
fdisks fdisk: gpt: check header size 2012-11-14 10:48:16 +01:00
include lib/consoles: remove global variable consoles 2012-11-09 10:06:23 +01:00
lib lib/loopdev: make loopcxt_get_device() more robust 2012-11-12 12:10:52 +01:00
libblkid libblkid: remove obsolete tags from cache 2012-11-14 13:37:34 +01:00
libmount libmount: fix support of comma-separated fs types lists 2012-11-16 10:31:49 +01:00
libuuid build-sys: expand paths at make time 2012-08-15 02:06:53 +02:00
login-utils su: fix "COMMAND not specified" error 2012-11-07 15:20:39 +01:00
m4 build-sys: add -Werror to UL_WARN_ADD test 2012-07-16 17:42:09 +02:00
misc-utils wipefs: Add --force option to force it to erase. 2012-11-20 10:01:20 +01:00
mount-deprecated include/c: move usleep() fallback to c.h 2012-10-22 11:03:09 +02:00
po build-sys: clean update-potfiles script 2012-10-10 14:10:30 +02:00
schedutils textual: fix typos in messages 2012-09-04 17:26:31 +02:00
sys-utils umount: (recursive) add a cache to the table 2012-11-16 10:41:36 +01:00
term-utils agetty: make --autologin useful with --skip-login (prompt) 2012-11-19 10:54:58 +01:00
tests tests: add shared subtrees to umount --recursive test 2012-11-15 16:42:56 +01:00
text-utils include/c: move usleep() fallback to c.h 2012-10-22 11:03:09 +02:00
tools ddate: remove from util-linux 2012-10-15 16:41:49 +02:00
.gitignore ddate: remove from util-linux 2012-10-15 16:41:49 +02:00
AUTHORS docs: AUTHORS, NEWS: UTF-8 fixes. 2012-09-20 11:30:59 +02:00
COPYING docs: corrections to FSF license files, and postal address 2012-02-24 14:13:35 +01:00
ChangeLog build-sys: use AUTOMAKE_OPTIONS = gnu 2011-05-26 15:04:01 +02:00
Makefile.am ddate: remove from util-linux 2012-10-15 16:41:49 +02:00
NEWS docs: AUTHORS, NEWS: UTF-8 fixes. 2012-09-20 11:30:59 +02:00
README docs: use correct translation project url 2012-01-30 12:32:27 +01:00
README.licensing rename util-linux-ng back to util-linux 2010-11-30 11:41:59 +01:00
autogen.sh build-sys: convert mount/ to module, rename to mount-deprecated/ 2012-06-26 20:48:22 +02:00
configure.ac build-sys: cleanup cpu_set_t usage 2012-11-02 12:07:36 +01:00

README

                                  util-linux

              util-linux is a random collection of Linux utilities

     Note that in years 2006-2010 this project used the name "util-linux-ng".

MAILING LIST:

      E-MAIL: util-linux@vger.kernel.org
      URL:    http://vger.kernel.org/vger-lists.html#util-linux


DOWNLOAD:

      ftp://ftp.kernel.org/pub/linux/utils/util-linux/


SOURCE CODE:

      Web interface:
          http://git.kernel.org/?p=utils/util-linux/util-linux.git
          https://github.com/karelzak/util-linux
      Checkout:
          git clone git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git util-linux


NLS (PO TRANSLATIONS):

      PO files are maintained by:
          http://translationproject.org/domain/util-linux.html


VERSION SCHEMA:

      Standard releases:

          <major>.<minor>[.<maint>[.<bugfix>]]

             major = fatal and deep changes
             minor = typical release with new features
             maint = maintenance releases; bug fixes only
             bugfix = unplanned releases for critical/security bugs

      Development releases:

         <major>.<minor>-rc<N>