I'm running into a situation where the CLI is unable to dismount all mounted disks (-a -t file) on a specific endpoint.
'osfmount.com -D -m G:' results in the osfmount.com process crashing; the same behavior occurs with the -d switch. The UI (osfmount.exe) is able to correctly dismount the disks on this endpoint.
Below is the -l output after the disk was mounted:
Code:
PS C:\SupportData> & 'C:\Program Files\OSFMount\osfmount.com' -l -m G: Mount point: G: Image file: \??\C:\Users\xxxxx.xxxx\Documents\Virtual Machines\TEW137\TEW137_System.vmdk Image file offset: 63866667008 bytes Size: 555745280 bytes (530 MB), ReadOnly, File Type Virtual Disk, HDD.
Below is the Windows Error Report (WER) log from the app crash:
Code:
Source osfmount.com Summary Stopped working Date 1/9/2023 5:58 PM Status Report sent Description Faulting Application Path: C:\Program Files\OSFMount\OSFMount.com Problem signature Problem Event Name: APPCRASH Application Name: osfmount.com Application Version: 0.0.0.0 Application Timestamp: 629e44f3 Fault Module Name: osfmount.com Fault Module Version: 0.0.0.0 Fault Module Timestamp: 629e44f3 Exception Code: c000001d Exception Offset: 000000000003a985 OS Version: 10.0.19045.2.0.0.256.4 Locale ID: 1033 Additional Information 1: 3e47 Additional Information 2: 3e475b4949b1225cdec91f4166870ced Additional Information 3: bfd9 Additional Information 4: bfd9e6fa8c1cdf2772e30722430d26fb Extra information about the problem Bucket ID: b16ec0928624f194ab1d3945ef48d957 (1953780785878718807)
This only happens on one of the four test machines I'm using, but it also happens to be the only physical device (the other three are VMs).
OSFMount 3.1.1001.0 on Windows 10 22H2 x64 Enterprise (en-US)
Comment