You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Wed, 22 Aug 2018, 18:23 Bareliah ***@***.***> wrote:
trying to mount an ISO, writing a ISO full path and getting the error:
PS C:\Users\user\Downloads> Mount-IMMISO -IMM 10.10.10.10 -ISO C:\Users\user\Downloads\centos7.iso
RDCLI executable 'E:\sh\IBM\ASU\rdmount.exe' not found
At C:\Program Files\WindowsPowerShell\Modules\IMM-Module\IMM-Module.psm1:2074 char:48
+ ... ileSystem::$RDMExec)) {Throw "RDCLI executable '$RDMExec' not found"}
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (RDCLI executabl....exe' not found:String) [], RuntimeException
+ FullyQualifiedErrorId : RDCLI executable 'E:\sh\IBM\ASU\rdmount.exe' not found
doing Test-Path to validate the ISO input, and it returned Okay.
PS C:\Users\user\Downloads> Test-Path -Path C:\Users\user\Downloads\centos7.iso
True
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGpFRY1mjQzFlWJe3rA5D3lh5RnbZ5Wfks5uTXd_gaJpZM4WH4ez>
.
trying to mount an ISO, writing a ISO full path and getting the error:
doing Test-Path to validate the ISO input, and it returned Okay.
The text was updated successfully, but these errors were encountered: