https://bugzilla.novell.com/show_bug.cgi?id=814691 https://bugzilla.novell.com/show_bug.cgi?id=814691#c11 --- Comment #11 from Danny Al-Gaaf <dalgaaf@suse.com> 2013-04-18 13:12:11 UTC --- (In reply to comment #9) If you use udisk2 I guess it should be: dbus-send --system --print-reply --dest=org.freedesktop.UDisks2 /org/freedesktop/UDisks2/block_devices/sda org.freedesktop.DBus.Properties.GetAll string:org.freedesktop.UDisks2.Block The following command give you the related Drive to sda: dbus-send --system --print-reply --dest=org.freedesktop.UDisks2 /org/freedesktop/UDisks2/block_devices/sda org.freedesktop.DBus.Properties.Get string:org.freedesktop.UDisks2.Block string:Drive Which allows you to get more info from e.g. string:org.freedesktop.UDisks2.Drive and string:org.freedesktop.UDisks2.Drive.Ata as e.g. with these commands: dbus-send --system --print-reply --dest=org.freedesktop.UDisks2 /org/freedesktop/UDisks2/drives/*YOUR_DRIVE_FROM_ABOVE* org.freedesktop.DBus.Properties.GetAll string:org.freedesktop.UDisks2.Drive dbus-send --system --print-reply --dest=org.freedesktop.UDisks2 /org/freedesktop/UDisks2/drives/*YOUR_DRIVE_FROM_ABOVE* org.freedesktop.DBus.Properties.GetAll string:org.freedesktop.UDisks2.Drive.Ata -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.