I am trying to load a dat file (windows OS image, partition 23 for acpi, 28 for Main os) using command prompt but its not working
osfmount -a -m E: -o hd,rw -t file -f "C:\OSFMount\MMC_FLASHMEM1.dat"
I dont find a way to give partition #, the command mount a E drive, which ask to format. I am expecting a driver with either ACPI or Main OS content. I also tried by renaming to .img.
I can do the the same using GUI but not through the cmd line. What is wrong with my command. Please help
osfmount -a -m E: -o hd,rw -t file -f "C:\OSFMount\MMC_FLASHMEM1.dat"
I dont find a way to give partition #, the command mount a E drive, which ask to format. I am expecting a driver with either ACPI or Main OS content. I also tried by renaming to .img.
I can do the the same using GUI but not through the cmd line. What is wrong with my command. Please help
Comment