The UDisks package provides a daemon, tools and libraries to access and manipulate disks and storage devices.
This package is known to build and work properly using an LFS-10.1 platform.
Download (HTTP): https://github.com/storaged-project/udisks/releases/download/udisks-2.9.2/udisks-2.9.2.tar.bz2
Download MD5 sum: 1f8a9ca98a63ecc9e48ffd08309d0492
Download size: 1.6 MB
Estimated disk space required: 52 MB (with tests)
Estimated build time: 0.3 SBU (with tests)
libatasmart-0.19, libblockdev-2.25, libgudev-236, libxslt-1.1.34, and Polkit-0.118
btrfs-progs-5.11.1, dbus-1.12.20, dosfstools-4.2, gptfdisk-1.0.7, mdadm-4.1, and xfsprogs-5.11.0
D-Bus Python-1.2.16 (for the integration tests), GTK-Doc-1.33.2, LVM2-2.03.11, ntfs-3g-2017.3.23, PyGObject-3.40.1 (for the integration tests), exFAT, and libiscsi
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/udisks2
Install UDisks by running the following commands:
./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --disable-static && make
To test the results, issue: make
check. A more thorough test can be run with
make ci. You must
first create the directories /var/run/udisks2
and /var/lib/udisks2
, and the optional python modules
should be present.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2021-02-21 22:38:24 -0600