dissect.target icon indicating copy to clipboard operation
dissect.target copied to clipboard

Research how ESXi 6 determines partition numbers

Open DissectBot opened this issue 1 year ago • 0 comments

Additionally, check whether /store is always /locker

 

# TODO: how is this determined in ESXi 6?
# /store == partition number 8
if version and version[0] == "6":
    if fs.volume.number == 8:
        target.fs.symlink(f"/vmfs/volumes/{fs_uuid}", "/store")
        # TODO: Don't know yet if this is always true
        target.fs.symlink("/store", "/locker")

DissectBot avatar Mar 18 '24 14:03 DissectBot