libyal / libfvde

Library and tools to access FileVault Drive Encryption (FVDE) encrypted volumes
GNU Lesser General Public License v3.0
341 stars 34 forks source link

Add support for un-encrypted Fusion volumes #6

Closed yurikoles closed 2 years ago

yurikoles commented 9 years ago

Or please explain how to mount such volume. Obviuosly, I don't have EncryptedRoot.plist.wipekey on my Recovery HD. https://gist.github.com/yurikoles/bbce281789e182af873d

joachimmetz commented 9 years ago

If you can provide me with debug output or a test image I can have a look. Also see: https://github.com/libyal/libfvde/wiki/Troubleshooting#verbose-and-debug-output

yurikoles commented 9 years ago

I just created fusion drive with disckutil cs commands.

joachimmetz commented 9 years ago

I would need to know exactly how you created the cs volume, otherwise I'm unable to reproduce the issue.

yurikoles commented 9 years ago
diskutil cs create /dev/disk0s4 /dev/disk1s4
diskutil cs createVolume <UUID> jhfs+ Fusion 100%
joachimmetz commented 9 years ago

Thx I'll have a look as soon as time permits.

yurikoles commented 8 years ago

up?

joachimmetz commented 8 years ago

None yet.

ClintfromCanada commented 8 years ago

Hello. I would also love to know how I can mount an unencrypted Fusion volume in Linux. Seems it would be best to just ignore the -e option and have try to mount without a key. What do I know though...

joachimmetz commented 8 years ago

at the moment this is not supported, hence this a feature request

Andrew-J-Larson commented 3 years ago

Any status on the implementation of this?

joachimmetz commented 2 years ago

Looks like the original request is to have support for multiple physical volumes. Closing this issue in favor of https://github.com/libyal/libfvde/issues/54 (also to disambiguate with Fusion Drives).