我们最近在 Windows Vista 电脑上卸载了 Wubi,方法是在控制面板中选择 Ubuntu,然后单击卸载按钮。卸载程序运行速度快得令人怀疑(卸载过程在几秒钟内就完成了,而 Wubi 的虚拟硬盘大约有 15GB),检查磁盘使用情况后,发现尽管 C:\ubuntu 已经不存在了,但磁盘空间却没有释放。
为什么卸载它没有释放任何磁盘空间以及如何恢复我的磁盘空间?
答案1
正常情况下,卸载 Wubi 时控制面板,添加/删除程序, 这Ubuntu条目,将完全删除它。在某些情况下,卸载可能会失败,但成功的可能性不大,并且不会释放空间。
在极少数情况下,如果您的 Wubi 安装已损坏,Windows 可能会自动运行chkdsk
(如果您在观察,Windows 启动时您应该会注意到这一点),在这种情况下,它可以将虚拟磁盘恢复到\found.???
安装 Wubi 的驱动器上的隐藏文件夹。如果发生这种情况,您可能会在启动 Wubi 安装时遇到问题(可能卡在 grub 提示符处)。
要删除这个剩余的虚拟磁盘(如果您有要恢复的数据,请不要这样做),请CMD.EXE
以管理员身份运行(右键单击它并选择“以管理员身份运行”)。切换到目录\ubuntu
所在的驱动器,然后搜索隐藏\found.???
目录。然后删除文件以释放空间。
C:\>dir /a:h
Volume in drive C is OS
Volume Serial Number is 20A3-F99V
Directory of C:\
2013-01-16 08:42 PM <DIR> $Recycle.Bin
2012-05-18 10:08 PM 389,720 bootmgr
2012-06-02 07:30 AM 1 BOOTNXT
2012-07-26 12:22 AM <JUNCTION> Documents and Settings [C:\Users]
2013-01-15 05:08 PM <DIR> ESD
2013-01-15 05:08 PM <DIR> found.000
2013-05-10 03:50 PM 5,065,179,136 hiberfil.sys
2013-05-10 03:51 PM 1,006,632,960 pagefile.sys
2013-04-12 11:47 AM <DIR> ProgramData
2013-05-10 03:51 PM 268,435,456 swapfile.sys
2013-05-14 10:57 AM <DIR> System Volume Information
5 File(s) 6,340,637,273 bytes
6 Dir(s) 8,312,860,672 bytes free
C:\>cd \found.000
C:\found.000>dir
Volume in drive C is OS
Volume Serial Number is 20A3-F99V
Directory of C:\found.000
19/07/2011 02:02 PM 15,000,000,000 file0000.chk
1 File(s) 15,000,000,000 bytes
0 Dir(s) 222,258,069,504 bytes free
C:\found.000>del file0000.chk
如果整个\ubuntu\disks
目录已损坏,您将查找名为的目录dir0000.chk
,并且在其中您将找到正确命名的root.disk
和swap.disk
:
C:\>cd found.000
C:\found.000>dir
Volume in drive C is OS
Volume Serial Number is 20A3-F99V
Directory of C:\found.000
19/10/2012 04:51 PM <DIR> .
19/10/2012 04:51 PM <DIR> ..
19/07/2011 02:02 PM <DIR> dir0000.chk
0 File(s) 0 bytes
3 Dir(s) 222,258,069,504 bytes free
C:\found.000>dir dir0000.chk
Volume in drive C is OS
Volume Serial Number is 20A3-F99V
Directory of C:\found.000\dir0000.chk
19/10/2012 04:51 PM <DIR> .
19/10/2012 04:51 PM <DIR> ..
24/02/2012 12:22 AM <DIR> boot
06/11/2012 09:28 AM 13,000,000,000 root.disk
15/11/2011 09:28 PM 268,435,456 swap.disk
2 File(s) 13,268,435,456 bytes
3 Dir(s) 127,904,968,704 bytes free
C:\>DEL \found.000\dir0000.chk\root.disk
等等(删除其他内容并移除目录)
如果你什么也没找到,那么很可能你对空间产生了误解。