The UDisks package provides a storage daemon that implements well-defined D-Bus interfaces that can be used to query and manipulate storage devices.
This package is known to build and work properly using an LFS-7.3 platform.
Download (HTTP): http://hal.freedesktop.org/releases/udisks-1.0.4.tar.gz
Download MD5 sum: 86c63b2b5484f2060499a052b5b6256b
Download size: 704 KB
Estimated disk space required: 12 MB
Estimated build time: 0.4 SBU
D-Bus GLib Bindings-0.100.2, libatasmart-0.19, LVM2-2.02.98, parted-3.1, Polkit-0.111, sg3_utils-1.35, and udev-Installed LFS Version or udev-extras (from systemd) (for gudev)
GTK-Doc-1.18 and Sudo-1.8.6p8 (to run the test)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/udisks
Install UDisks by running the following commands:
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--libexecdir=/usr/lib/udisks &&
make
To test the results, issue: make check.
Now, as the root user:
make install
--enable-gtk-doc: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2013-05-25 02:34:22 +0000