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-8.4 platform.
Download (HTTP): https://github.com/storaged-project/udisks/releases/download/udisks-2.8.1/udisks-2.8.1.tar.bz2
Download MD5 sum: aefebdb5a082f99b4f86cadc41352b3d
Download size: 1.3 MB
Estimated disk space required: 36 MB (with tests)
Estimated build time: 0.3 SBU (with tests)
libatasmart-0.19, libblockdev-2.20, libgudev-232, libxslt-1.1.33, and Polkit-0.115
btrfs-progs-4.20.1, dosfstools-4.1, gptfdisk-1.0.4, mdadm-4.0, and xfsprogs-4.19.0
D-Bus Python-1.2.8 (for the integration tests), GTK-Doc-1.29, LVM2-2.03.02, ntfs-3g-2017.3.23, PyGObject-3.30.4 (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 2019-02-17 10:23:01 -0800