Displaying 3 results from an estimated 3 matches for "kholia".
Did you mean:
hola
2010 Aug 17
2
snapshot limit?
Is there a limit to the number of snapshots that can exist on a file
system concurrently?
Did I read something here recently about a limit to the number of paths
by which a file could be known?
If there are limits, then what happens when I bump into or exceed that
limit?
--rich
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to
2020 Jun 30
1
image of OS X how to boot
I have an image of OS X that I made with from the physical disk using dd.
When I boot with libvirt-manager and environment I get an error.
no bootable option or device was found.
Using CentOS 8 host - I tried fdisk image.img and I no longer see any
options there to toggle bootable partition option.
How can I boot OSX ?
Thanks,
Jerry
2014 May 04
1
Memory Forensics of OpenSSH
Hello List,
One of my project needs memory forensics of OpenSSH. Here is a brief description of the problem:
I have a raw memory dump, and all of the kernel data structures (e.g., task_struct, mm_struct) have been figured out. Now, I want to retrieve the data structures (e.g., struct session_state) of an SSH process instance. Finding a session key (active_state->newkeys) could be an example.