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-7.10 platform.
Download (HTTP): http://udisks.freedesktop.org/releases/udisks-2.1.7.tar.bz2
Download MD5 sum: 8bccd36573b75286538bd5bd2c424f45
Download size: 900 KB
Estimated disk space required: 25 MB (with tests)
Estimated build time: 0.2 SBU (with tests)
libatasmart-0.19, libgudev-230, libxslt-1.1.29, and Polkit-0.113
gptfdisk-1.0.1, GTK-Doc-1.25, ntfs-3g-2016.2.22, parted-3.2, and dosfstools
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.
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 2016-08-29 23:02:26 -0700