[Digikam-devel] [Bug 250610] wish: tool or procedure to check digikam database

Andi Clemens andi.clemens at googlemail.com
Sat Aug 20 21:07:48 BST 2011


https://bugs.kde.org/show_bug.cgi?id=250610





--- Comment #14 from Andi Clemens <andi clemens googlemail com>  2011-08-20 20:07:48 ---
One solution for finding the mountpoint on a unix system would be:
mount | awk -v dev=$(blkid -l -t UUID="5f7e24f4-c39d-4e27-8063-00bbad2c9b3c" -o
device) '$1 == dev{print $3}'

The UUID has to be replaced of course.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list