sapling/eden/scm/exec/eden_apfs_mount_helper
Genevieve Helsel 4624d1f3af if APFS volume name exceeds 127 length, hash it to avoid failure
Summary: APFS volume names have a length limit of 128, so we need to hash mount point to make sure we do not error out. Right now what happens if we get an error, but we do still successfully mount and the volume name is just truncated. Since we errored, we don't store this information anywhere. Instead now, we will check the volume name, and if it is too long, we hash the volume name in order to mitigate the "name too long" error.

Reviewed By: wez

Differential Revision: D22327372

fbshipit-source-id: d68f90472c1d952879078d0541b341d271c17092
2020-07-16 09:17:16 -07:00
..
src if APFS volume name exceeds 127 length, hash it to avoid failure 2020-07-16 09:17:16 -07:00
Cargo.toml if APFS volume name exceeds 127 length, hash it to avoid failure 2020-07-16 09:17:16 -07:00
CMakeLists.txt eden: add helper command for working with apfs 2020-02-03 16:59:17 -08:00