GNOME Bugzilla – Bug 490740
LUKS block devices are not recognized
Last modified: 2009-02-19 16:13:19 UTC
What actually happens: When I view a block device that contains a LUKS partition, gparted reports that it is of type "unknown". What should happen: When I view a block device that contains a LUKS partition, gparted should properly show this. Whether or not a partition is a LUKS partition can be determined by checking the return value of the command cryptsetup isLuks /path/to/device A return value of true means that it is a LUKS partition. A return value of false means that it is not a LUKS partition.
Thank you Eric for suggesting this LUKS partition recognition enhancement. From reading up on LUKS encryption, it turns out that a LUKS encrypted partition always begins with 'L', 'U', 'K', 'S', OxBA, 0xBE. LUKS On-Disk Format: http://code.google.com/p/cryptsetup/wiki/Specification I will work on adding detection for LUKS encrypted partitions.
The enhancement to detect LUKS encrypted partitions has been committed to the Gnome SVN repository for inclusion in the next release of GParted (0.4.4). Please note that this enhancement adds detection only. Another bug exists for supporting resizing of encrypted partitions (bug #171144) Closing this bug.
Thanks Curtis! Can I paypal some pizza money to you?
Hi Eric, If you would like to make a donation, my paypal account is gedakc@gmail.com Regards, Curtis Gedak