%general-entities; ]> $Date$ UDisks-&udisks2-version; UDisks2 Introduction to UDisks The UDisks package provides a daemon, tools and libraries to access and manipulate disks and storage devices. &lfs110a_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &udisks2-md5sum; Download size: &udisks2-size; Estimated disk space required: &udisks2-buildsize; Estimated build time: &udisks2-time; UDisks Dependencies Required , , , , and Required at runtime , , , , , and Recommended Optional (Required if building GNOME) Optional (for the integration tests), , , , (for the integration tests), exFAT, and libiscsi User Notes: Installation of UDisks 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 Command Explanations Configuring UDisks2 Config Files /etc/udisks2/mount_options.conf and /etc/udisks2/udisks2.conf /etc/udisks2/mount_options.conf /etc/udisks2/udisks2.conf Configuration Information The default configuration of UDisks2 assumes ntfs-3g is used to mount NTFS filesystems. If the wrapper script for in-kernel NTFS3 driver (recommended in the page) is used instead, create a configuration file for UDisks2 compatible with NTFS3 to allow mounting NTFS filesystems: cat >> /etc/udisks2/mount_options.conf << "EOF" [defaults] ntfs_defaults=uid=$UID,gid=$GID EOF Contents Installed Programs Installed Library Installed Directories udisksctl and umount.udisks2 libudisks2.so /etc/udisks2, /usr/include/udisks2, /usr/libexec/udisks2, /usr/share/gtk-doc/html/udisks2, and /var/lib/udisks2 Short Descriptions udisksctl is a command-line program used to interact with the udisksd daemon udisksctl umount.udisks2 is a command-line program used to unmount file systems that have been mounted by the UDisks daemon umount.udisks2 libudisks2.so contains the UDisks API functions libudisks2.so