UDisks-1.0.5

Introduction to UDisks

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-8.0 platform.

Package Information

udisks Dependencies

Required

dbus-glib-0.108, libatasmart-0.19, libgudev-231, LVM2-2.02.168, parted-3.2, Polkit-0.113, and sg3_utils-1.42

Optional

GTK-Doc-1.25, libxslt-1.1.29 and Sudo-1.8.19p2 (to run the test)

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/udisks

Installation of UDisks

Fix a build issue with glibc-2.24:

sed 's@#include <stdio\.h>@#include <sys/stat.h>\n#include <stdio.h>@' \
    -i src/helpers/job-drive-detach.c

Install UDisks by running the following commands:

./configure --prefix=/usr        \
            --sysconfdir=/etc    \
            --localstatedir=/var &&
make

To test the results, issue: make check.

Now, as the root user:

make profiledir=/etc/bash_completion.d install

Command Explanations

--enable-gtk-doc: Use this parameter if GTK-Doc is installed and you wish to rebuild and install the API documentation.

Contents

Installed Programs: udisks, udisks-daemon, udisks-tcp-bridge, and umount.udisks
Installed Libraries: None
Installed Directories: /usr/share/gtk-doc/html/udisks and /var/lib/udisks

Short Descriptions

udisks

is a simple command line interface for the UDisks Daemon.

udisks-tcp-bridge

is the UDisks TCP/IP bridge.

udisks-daemon

is the UDisks Daemon.

Last updated on 2017-02-17 12:01:55 -0800