Go to file
Karel Zak ca4f6229b0 lib/ismounted: basic support for loop devices
# losetup -a /dev/loop0
 /dev/loop0: [2053]:1048578 (/home/fs-images/filesystems/ext2.img)

 # findmnt /dev/loop0
 TARGET    SOURCE     FSTYPE OPTIONS
 /mnt/test /dev/loop0 ext3   rw,relatime,data=ordered

old version:

 ./test_ismounted /home/fs-images/filesystems/ext2.img
 not mounted

new version:

 ./test_ismounted /home/fs-images/filesystems/ext2.img
 mounted on /mnt/test

Reported-by: Sami Kerola <kerolasa@iki.fi>
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-12-19 12:40:32 +01:00
Documentation tunelp: deprecation: remove command from default build 2012-12-19 11:38:48 +01:00
config docs: remove unused config/texinfo.tex 2012-07-09 17:03:19 +02:00
disk-utils lib/ismounted: basic support for loop devices 2012-12-19 12:40:32 +01:00
fdisks fdisk: remove crappy bugs section from man page 2012-12-17 17:11:05 +01:00
include sulogin: make usleep() workaround work 2012-12-18 15:07:58 +01:00
lib lib/ismounted: basic support for loop devices 2012-12-19 12:40:32 +01:00
libblkid libblkid: check mkdir(/run/blkid) return code [coverity scan] 2012-12-12 12:28:34 +01:00
libmount libmount: fix typos 2012-12-12 21:02:11 +01:00
libuuid build-sys: expand paths at make time 2012-08-15 02:06:53 +02:00
login-utils sulogin: map NL to CR-NL on output in initial termios settings 2012-12-19 10:24:23 +01:00
m4 build-sys: add -Werror to UL_WARN_ADD test 2012-07-16 17:42:09 +02:00
misc-utils blkid: fix double free [coverity scan] 2012-12-12 20:48:15 +01:00
mount-deprecated mount: (deprecated) drop --guess-fstype 2012-11-26 11:57:26 +01: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 tunelp: deprecation: remove command from default build 2012-12-19 11:38:48 +01:00
term-utils agetty: remove @ and # as default kill and erase chars 2012-11-22 11:23:53 +01:00
tests tests: unset *_DEBUG variables 2012-12-10 13:43:11 +01:00
text-utils more: remove unnecessary variable 2012-12-19 11:38:46 +01:00
tools build-sys: add devel-non-docs compile profile 2012-11-30 12:47:08 +01:00
.gitignore ddate: remove from util-linux 2012-10-15 16:41:49 +02:00
AUTHORS docs: fix typo 2012-12-14 16:12:47 +01: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 tunelp: deprecation: remove command from default build 2012-12-19 11:38:48 +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>