Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-26 | build-sys: convert mount/ to module, rename to mount-deprecated/ | Karel Zak | 1 | -15/+0 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-10-07 | mount: don't canonicalize "spec" with --no-canonicalize option | Miklos Szeredi | 1 | -1/+1 | |
"Spec" was still canonicalized despite --no-canonicalize. This resulted in a hang during login with pam_encfs (Debian Bug#593336). Signed-off-by: Miklos Szeredi <mszeredi@suse.cz> | |||||
2009-02-17 | mount: generic blkid/volume_id wrapper, use blkid_evaluate_* | Karel Zak | 1 | -0/+15 | |
* moves the generic libblkid/libvolume_id wrapper (fsprobe.c) from mount/ to lib/. We'll use the wrapper in cfdisk and fsck. The wrapper supports: - obsolete volume_id (udev) - obsolete libblkid (e2fsprogs) - libblkid (util-linux-ng) * mount, umount and swapon when linked against the new libblkid use - low-level probing code to read LABEL, UUID or FSTYPE from a device - high-level blkid_evaluate_spec() to convert LABEL/UUID to devname Signed-off-by: Karel Zak <kzak@redhat.com> |