
我透過刪除Ubuntu的分割區來卸載與Windows 7雙啟動的Ubuntu系統。啟動並運行後bootrec /fixmbr
bootrec /fixboot
,我能夠啟動回 Windows 7。
不幸的是,我的第二個硬碟(與安裝 Ubuntu 的硬碟不同)已被卸載。它以前安裝在 Windows 7 上的 D: 磁碟機磁碟機上。
現在, Windows 7 頁面上的子類別下有一個Local Disk (D:)
項目。Computer
Other
我在磁碟管理下看不到它。我嘗試使用mountvol D: /d
or/p
卸載它/r
,但它們都死了,並顯示訊息The system cannot find the file specified.
mountvol
也看不到卷:
Possible values for VolumeName along with current mount points are:
\\?\Volume{51270ec5-54ee-11e2-858a-806e6f6e6963}\
*** NO MOUNT POINTS ***
\\?\Volume{202f0a04-091a-11e3-8129-c8be19280f7d}\
F:\
\\?\Volume{96225788-7443-11e2-b481-c860006e78fb}\
G:\
\\?\Volume{51270ec6-54ee-11e2-858a-806e6f6e6963}\
C:\
\\?\Volume{13729d51-c791-11e2-81cc-806e6f6e6963}\
E:\
也不能磁碟擴充:
Volume: \\?\Volume{51270ec5-54ee-11e2-858a-806e6f6e6963}\
Mounted at: <unmounted>
Extent [1]:
Disk: 0
Offset: 1048576
Length: 104857600
Volume: \\?\Volume{202f0a04-091a-11e3-8129-c8be19280f7d}\
Mounted at: F:\
Extent [1]:
Disk: 1
Offset: 1048576
Length: 120031543296
Volume: \\?\Volume{96225788-7443-11e2-b481-c860006e78fb}\
Mounted at: G:\
Extent [1]:
Disk: 2
Offset: 32256
Length: 120034091520
Volume: \\?\Volume{51270ec6-54ee-11e2-858a-806e6f6e6963}\
Mounted at: C:\
Extent [1]:
Disk: 0
Offset: 105906176
Length: 255951948288
Volume: \\?\Volume{13729d51-c791-11e2-81cc-806e6f6e6963}\
Mounted at: E:\
No Extents
wmic
顯示以下內容:
C:\Windows\system32>wmic logicaldisk get description,name,drivetype,filesystem
Description DriveType FileSystem Name
Local Fixed Disk 3 NTFS C:
Unknown drive type 1 D:
CD-ROM Disc 5 CDFS E:
我還想補充一點,安裝在 D: 上的舊卷沒問題!我仍然可以將其安裝在另一個目錄上,並且仍然可以存取其中的檔案。我希望它再次安裝在D: 上。
答案1
以管理員身份執行cmd
。
DISKPART
列出可用磁碟編號:
> LIST DISK
選擇特定的磁碟號:
> SELECT DISK <disk number>
選擇特定的磁碟號,例如:
> SELECT DISK 0
顯示有關所選磁碟的詳細資訊:
> DETAIL DISK
列出所選磁碟上的分割區號:
> LIST PARTITION
選擇磁碟上的特定分割區:
> SELECT PARTITION <partition number>
選擇磁碟上的特定分割區,例如:
> SELECT PARTITION 2
顯示有關所選分區的詳細資訊:
> DETAIL PARTITION
更改為標準 NTFS:
設定 ID=07 覆蓋