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.1 platform.
Download (HTTP): https://github.com/storaged-project/udisks/releases/download/udisks-2.7.2/udisks-2.7.2.tar.bz2
Download MD5 sum: 587651b3864ba396e2702dca765dbda0
Download size: 1.2 MB
Estimated disk space required: 46 MB (with tests)
Estimated build time: 0.3 SBU (with tests)
libatasmart-0.19, libblockdev-2.11-1, libgudev-231, libxslt-1.1.29, and Polkit-0.113+git_2919920+js38
btrfs-progs-4.12, dosfstools-4.1, gptfdisk-1.0.3, mdadm-4.0, and xfsprogs-4.12.0
GTK-Doc-1.26, LVM2-2.02.171, ntfs-3g-2017.3.23, 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.
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 2017-08-24 18:56:23 -0700