I do not believe this is an issue with Rawhide.  Try to unlock the partition by issuing a <br><br>cryptsetup luksOpen /dev/sdc1 usbStick<br><br>This command should create a block device '/dev/mapper/usbStick' which you should be able to mount normally<br>
<br>mount /dev/mapper/usbStick /mnt<br><br>-Sean<br><br><div class="gmail_quote">On Fri, Jun 19, 2009 at 11:12 AM, Tom London <span dir="ltr"><<a href="mailto:selinux@gmail.com">selinux@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I tried to "backup" my system to a crypt_LUKS partition on a USB drive.<br>
<br>
This has been the way I've been backing up for quite some time.<br>
<br>
This now fails with Rawhide:<br>
<br>
[root@tlondon packages]# mount /dev/sdc1 /mnt<br>
mount: unknown filesystem type 'crypto_LUKS'<br>
[root@tlondon packages]#<br>
<br>
I've tried booting older kernels, reverting device-mapper, lvm2 and<br>
util-linux-ng packages to no avail.<br>
<br>
[root@tlondon packages]# fdisk /dev/sdc<br>
<br>
The number of cylinders for this disk is set to 38913.<br>
There is nothing wrong with that, but this is larger than 1024,<br>
and could in certain setups cause problems with:<br>
1) software that runs at boot time (e.g., old versions of LILO)<br>
2) booting and partitioning software from other OSs<br>
   (e.g., DOS FDISK, OS/2 FDISK)<br>
<br>
Command (m for help): print<br>
<br>
Disk /dev/sdc: 320.1 GB, 320072933376 bytes<br>
255 heads, 63 sectors/track, 38913 cylinders<br>
Units = cylinders of 16065 * 512 = 8225280 bytes<br>
Disk identifier: 0x0005772c<br>
<br>
   Device Boot      Start         End      Blocks   Id  System<br>
/dev/sdc1               1       38913   312568641   83  Linux<br>
<br>
Command (m for help): quit<br>
<br>
[root@tlondon packages]#<br>
<br>
<br>
Anyone successfully mounting LUKS encrypted partitions with rawhide?<br>
<br>
This a known issue?<br>
<br>
I've BZ'ed this here: <a href="https://bugzilla.redhat.com/show_bug.cgi?id=506960" target="_blank">https://bugzilla.redhat.com/show_bug.cgi?id=506960</a><br>
<br>
Help appreciated.<br>
<br>
tom<br>
--<br>
Tom London<br>
<font color="#888888"><br>
--<br>
fedora-test-list mailing list<br>
<a href="mailto:fedora-test-list@redhat.com">fedora-test-list@redhat.com</a><br>
To unsubscribe:<br>
<a href="https://www.redhat.com/mailman/listinfo/fedora-test-list" target="_blank">https://www.redhat.com/mailman/listinfo/fedora-test-list</a><br>
</font></blockquote></div><br>