I'm using OSFMount to mount images via the command-line interface (via software, not with a user necessarily in front of the screen). Any time I try to do this on an image that contains multiple partitions, OSFMount simply mounts the first partition. What I would like to do is run a command to detect/list the partitions in the image; afterwards, I can run the proper commands to mount each partition and deal with the contents.
Is there any undocumented feature in OSFMount that will do this? If not, is there an undocumented method to mount all partitions in an image that we can then iterate through?
The best workflow I can come up with is to always use the -v option and iterate from 1 to 8 until I receive the output "Error: Partition # is not defined".
Thank you for your time.
Is there any undocumented feature in OSFMount that will do this? If not, is there an undocumented method to mount all partitions in an image that we can then iterate through?
The best workflow I can come up with is to always use the -v option and iterate from 1 to 8 until I receive the output "Error: Partition # is not defined".
Thank you for your time.
Comment