• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            兔子的技術(shù)博客

            兔子

               :: 首頁 :: 聯(lián)系 :: 聚合  :: 管理
              202 Posts :: 0 Stories :: 43 Comments :: 0 Trackbacks

            留言簿(10)

            最新評論

            閱讀排行榜

            評論排行榜

            方法1(轉(zhuǎn)自:http://blog.chinaunix.net/uid-24250828-id-3012727.html )


            打開VMware出現(xiàn)Cannot open the disk *.vmdk or one of the snapshot disks it depends on.Reason: Failed to lock the file.錯誤的解決辦法!

               今天我公司做的虛擬化服務(wù)器出現(xiàn)故障意外重啟了,主系統(tǒng)啟動之后,在啟動VMware虛擬機的時候出現(xiàn)了Cannot open the disk '*.vmdk' or one of the snapshot disks it depends on.Reason: Failed to lock the file.的錯誤,一個虛擬機無法啟動將影響到很多用戶的使用,所以我馬上開始尋找解決Reason: Failed to lock the file的辦法!于是我到百度搜索了一下這個錯誤的具體原因,搜索結(jié)果中給出了兩種解決辦法!

            解決辦法一:
               1、在VMware該虛擬機路徑下的所有.lck文件和文件夾下刪除或遷移至其它目錄,一般就可以解決了。
               2、如果再次啟動VMware的Windows Vista系統(tǒng)失敗,嘗試右鍵虛擬機出錯的系統(tǒng)->Settings->Hardware->Hard Disk->Utilities->Map->映射虛擬硬盤到Z:/
               3、斷開虛擬硬盤,重新加載,啟動。系統(tǒng)就可以正常啟動了

            經(jīng)實驗此辦法以失敗結(jié) 束。如果有遇到Cannot open the disk '*.vmdk' or one of the snapshot disks it depends on.Reason: Failed to lock the file錯誤的朋友不妨也試一下。如果您實驗成功了,請給我們留言,以便我們進(jìn)行更好的技術(shù)交流

            解決辦法二:

               使用記事本打開*.VMX文件上加上一行代碼disk.locking = "FALSE",重新啟動該虛擬機。

            使用方法二,問題得到 解決,重新啟動VMware正常啟動,不會再出現(xiàn)Cannot open the disk '*.vmdk' or one of the snapshot disks it depends on.Reason: Failed to lock the file.錯誤。

            希望各位從事虛擬化的朋友能有所幫助,也歡迎各位來我站踴躍投稿!

            VMware虛擬機出現(xiàn)Reason: Failed to lock the file(轉(zhuǎn)) - 呱牛之家 - 呱牛之家的博客感謝作者的分享,偶使用方法1第1步就解決了

             

            問題出現(xiàn)的原因:
            虛擬磁盤(.vmdk)本身有一個磁盤保護(hù)機制,為 了防止多臺虛擬機同時訪問同一個虛擬磁盤(.vmdk)帶來的數(shù)據(jù)丟失和性能削減方面的隱患,每次啟動虛擬機的時候虛擬機會使用擴展名為.lck(磁盤 鎖)文件對虛擬磁盤(.vmdk)進(jìn)行鎖定保護(hù)。當(dāng)虛擬機關(guān)閉時.lck(磁盤鎖)文件自動刪除。但是可能由于您非正常關(guān)閉虛擬機,這時虛擬機還沒來得及 刪除您系統(tǒng)上的.lck(磁盤鎖)文件,所以當(dāng)下次您啟動虛擬機的時候出現(xiàn)了上述錯誤。


            方法2(轉(zhuǎn)自:http://www.ardamis.com/2009/11/20/vmware-cannot-open-the-disk-xxxxxx-vmdk-or-one-of-the-snapshot-disks-it-depends-on/ )

            VMware “Cannot open the disk ‘XXXXXX.vmdk’ or one of the snapshot disks it depends on.”

            From time to time, I want to copy just the minimum files for a VMware virtual machine: the two .vmdk files and the .vmx file. After moving those files to a new location or deleting a snapshot file, attempting to boot the virtual machine returns the following error message:

            Cannot open the disk ‘XXXXXX.vmdk’ or one of the snapshot disks it depends on.
            Reason: The system cannot find the file specified.

            I’ve found that following the steps below fixes the problem and allows me to boot the virtual machine as it existed at the time of creation. DO NOT USE these steps if you need to retain any changes to the machine:

            Open the *.vmx file in a text editor and find the line that refers to the old snapshot file, which will look something like:
            scsi0:0.fileName = “XXXXXX-000002.vmdk”
            or
            ide0:0.fileName = “XXXXXX-000002.vmdk”

            Change the value to the filename of the ~1kb .vmdk file (which happens to be the same as the name of the VM). For example, if your virtual machine was named “Windows XP Professional”, the line would read:

            scsi0:0.fileName = “Windows XP Professional.vmdk”

            Power on the VM. It should boot normally, but because the snapshot file is missing, the machine will boot to an earlier state.

             

            This entry was written by . It was posted on 20 November 2009 and last updated on 1 July 2010. It is categorized under NonsenseTutorials with tags .

            19 Responses to “VMware “Cannot open the disk ‘XXXXXX.vmdk’ or one of the snapshot disks it depends on.””

            posted on 2012-04-05 09:52 會飛的兔子 閱讀(7205) 評論(1)  編輯 收藏 引用 所屬分類: 軟件使用和系統(tǒng)維護(hù)

            Feedback

            # re: VMware虛擬機出現(xiàn)Reason: Failed to lock the file[未登錄] 2012-06-09 23:16 q
            方法有效  回復(fù)  更多評論
              

            一97日本道伊人久久综合影院| 久久天天躁狠狠躁夜夜2020| 久久久久久毛片免费播放| 国内精品久久久久久久久电影网| 久久精品国产亚洲av麻豆图片 | 久久精品人人做人人爽电影 | 久久精品人人做人人爽电影蜜月 | 久久伊人影视| 久久天天躁狠狠躁夜夜96流白浆| 99久久精品免费看国产免费| 无码八A片人妻少妇久久| 99久久国产热无码精品免费久久久久| 午夜精品久久久内射近拍高清| 久久久久成人精品无码中文字幕| 久久久精品日本一区二区三区| 久久精品国产亚洲AV高清热| 性欧美大战久久久久久久| 人人狠狠综合久久亚洲88| 亚洲午夜久久久久妓女影院| 久久精品成人免费观看97| 久久午夜电影网| 久久久久亚洲av无码专区导航| 偷窥少妇久久久久久久久| 四虎久久影院| 久久久久亚洲av毛片大| 久久99精品免费一区二区| 97久久精品无码一区二区| 亚洲精品美女久久777777| 精品久久久久久久久免费影院 | 亚洲av日韩精品久久久久久a| 少妇久久久久久被弄到高潮 | av午夜福利一片免费看久久| 伊人久久大香线焦AV综合影院| 国内精品久久久久影院亚洲| 久久免费大片| 中文字幕精品久久| 久久久久久精品免费免费自慰| 怡红院日本一道日本久久| a高清免费毛片久久| 88久久精品无码一区二区毛片 | 99久久久精品免费观看国产|