《WIN7系统下C盘扩容.docx》由会员分享,可在线阅读,更多相关《WIN7系统下C盘扩容.docx(22页珍藏版)》请在taowenge.com淘文阁网|工程机械CAD图纸|机械工程制图|CAD装配图下载|SolidWorks_CaTia_CAD_UG_PROE_设计图分享下载上搜索。
1、WIN7系统下C盘扩展过程 Prepared by无锡久盛信息技术有限公司修改记录日期作者版本变更说明2011-11-10张夏洋1.0初稿审核人日期姓名职位修订版本目录1.情况说明42.实际操作过程42.1Win7系统自带扩展和压缩分区的功能42.2分区软件:分区助手3.082.2.1.我的电脑属性-高级系统设置92.2.2.还是高级选项卡:102.2.3.性能选项打开再一次高级选项卡:112.2.4.更改虚拟内存设置:把所有有页文件的都要改成none122.2.5.以上步骤操作完成后才能打开分区助手3.0进行操作。142.2.6.软件界面,亮点是:稳定,易用且免费。142.2.7.界面说明很
2、明了,选择需要的盘符,默认系统盘,也可其他。152.2.8.很常见的下一步下一步162.2.9.选择可腾出空间的分区(周边支援中央!)172.2.10.很形象的选择你需要的大小容量,又一个完美的下一步182.2.11.扩展操作中,耐心等待吧,就几分钟而已192.2.12.很欢喜的提醒您,扩展分区完成了192.2.13.完成确认一下。202.2.14.退出就大功告成了。212.2.15.打开我的电脑,再没有让人警醒的红色,多么舒心的蓝色啊(抑或绿色?)212.2.16.没改回去多运行几个程序,频频提示内存不足。212.2.17.回到改虚拟内存的地方,好多高级选项卡啊222.2.18.虚拟内存缺不
3、得,一般是实际内存的1.5倍,这里不管它,改回系统自己指定就可以了。232.2.19.改完以后记得重启电脑,其实注销一下也是可以的,省时间嘛。232.2.20.到此全部完成了C盘分区扩展的过程,再没其他提示,该软件不错!243.总结:241. 情况说明近期安装WIN7系统,没注意C盘大小,直接安装上去了,结果完成了好些个软件后(有些重要的,跟注册表关联性高的软件只好装在C盘),打开我的电脑发现C盘全红了,右下角的通知区域总是提示C盘空间满了,好不烦躁。C盘只有11.7G,这是一个比较尴尬的错误,这样的大小一般XP系统是不会有什么问题,出于备份的考虑大多数软件安装的时候路径都是选择D盘的,而WI
4、N7的话一般而言容量需要达到20G,而且后期会逐渐增加。从dos到windows诞生到现在,未来的系统恐怕也会有这个趋势,因为硬盘技术也在突飞猛进,当我们用软盘小心翼翼的拷贝的时候,我是没想到过T这个单位的。于是考虑扩展C盘分区,消除目前的这些麻烦。2. 实际操作过程2.1 Win7系统自带扩展和压缩分区的功能Win7系统自带扩展和压缩分区的功能,于是首先想用这个来实现扩展C盘。相对于市面上众多的分区软件,在系统都已经安装好的情况下再更改分区大小可能会影响到数据安全,如果系统本身能实现,那无疑会是比较安全的方法,且相对简单。右击我的电脑,管理,找到磁盘管理查看目前磁盘状况。看到C盘只有11.7
5、G大小,很happy的右击,迅速找到extend volume,结果很悲催的发现选项是灰色的,无法操作! shrink volume倒是可以,可我的C盘本来就小,不要压缩,需要的是扩容。再看其他分区,同样的灰色无法扩容。于是右击D盘先压缩看看,空出多余的空间来了在看能不能给其他分区扩容,结果精打细算的空出所有带尾数的空间,留下的全是0多好看。再试C盘,依旧是不可以扩,现在D盘,E盘是可以了,本来这两个盘就大,我不需要扩啊,周边支援中央,支援C盘啊!于是考虑用命令符操作:开始-diskpartlist volume看到所有的分区select volume 选择需要扩容的分区extend size
6、=20000单位是MB结果提示我空间不足,完全是跟上面的操作一样的后果。分析此处的问题可能是由于主分区和逻辑分区的因素造成的,目前还没有找到相关资料证实这个问题。只能查找系统帮助文档:You can add more space to existing primary partitions and logical drives by extending them into adjacent unallocated space on the same disk. To extend a basic volume, it must be raw or formatted with the NTFS
7、 file system. You can extend a logical drive within contiguous free space in the extended partition that contains it. If you extend a logical drive beyond the free space available in the extended partition, the extended partition grows to contain the logical drive.For logical drives, boot, or system
8、 volumes, you can extend the volume only into contiguous space and only if the disk can be upgraded to a dynamic disk. For other volumes, you can extend the volume into noncontiguous space, but you will be prompted to convert the disk to dynamic.Extending a basic volumeTo extend a basic volume using
9、 the Windows interface1. In Disk Manager, right-click the basic volume you want to extend.2. Click Extend Volume.3. Follow the instructions on your screen.To extend a basic volume using a command line1. Open a command prompt and type diskpart.2. At the DISKPART prompt, type list volume. Make note of
10、 the basic volume you want to extend.3. At the DISKPART prompt, type select volume . This selects the basic volume volumenumber that you want to extend into contiguous, empty space on the same disk.4. At the DISKPART prompt, type extend size=. This extends the selected volume by size megabytes (MB).
11、Additional considerations To extend a basic volume, it must either raw (not formatted with a file system), or it must be formatted with the NTFS file system. If the disk does not contain boot or system partitions, you can extend the volume into other non-boot or non-system disks, but the disk will b
12、e converted to a dynamic disk (if it can be upgraded).条件都符合:c,d都是NTFS格式,只能压缩,扩容貌似不行,有点理解不了。A spanned volume is a dynamic volume that consists of disk space on more than one physical disk. If a simple volume is not a system volume or boot volume, you can extend across additional disks. If you extend
13、a simple volume across multiple disks, it becomes a spanned volume.You can extend a volume only if it does not have a file system or if it is formatted using the NTFS file system. You cannot extend volumes formatted using FAT or FAT32.Backup Operator or Administrator is the minimum membership requir
14、ed to complete the actions below.Extending a simple or spanned volumeTo extend a simple or spanned volume using the Windows interface1. In Disk Management, right-click the simple or spanned volume you want to extend.2. Click Extend Volume.3. Follow the instructions on your screen.To extend a simple
15、or spanned volume using a command line1. Open a command prompt and type diskpart.2. At the DISKPART prompt, type list volume. Make note of the number of the simple volume you want to extend onto another disk.3. At the DISKPART prompt, type select volume . This selects the simple volume volumenumber
16、you want to extend onto another disk.4. At the DISKPART prompt, type list disk. Make note of the number of the disk that you want to extend the simple volume onto.5. At the DISKPART prompt, type extend size= disk=. This extends the selected volume onto disk disknumber and makes the extension size=si
17、ze megabytes (MB).2.2 分区软件:分区助手3.0没办法,系统自带的目前不能解决问题那就只有百度了。结果网上发现存在类似问题的有不少,对于诸多名气很大的分区工具历来感觉很恐怖,不是这个说盘格错了,就是那个数据没了要赔钱不找名气最大的,就找最适用的,因为我现在只要实现C盘扩容就可以了,多余的功能没用,本着不浪费的原则网上找好用的软件。还真找到个分区助手3.0,图文并茂,且正好有我需要的功能。于是我相信它,下载,安装。WIN7兼容貌似没多大问题,只是提示用户选择安装错误还是已经正确安装。安装好后操作如下:2.2.1. 我的电脑属性-高级系统设置2.2.2. 还是高级选项卡:2.2
18、.3. 性能选项打开再一次高级选项卡:2.2.4. 更改虚拟内存设置:把所有有页文件的都要改成none2.2.5. 以上步骤操作完成后才能打开分区助手3.0进行操作。2.2.6. 软件界面,亮点是:稳定,易用且免费。2.2.7. 界面说明很明了,选择需要的盘符,默认系统盘,也可其他。2.2.8. 很常见的下一步下一步2.2.9. 选择可腾出空间的分区(周边支援中央!)2.2.10. 很形象的选择你需要的大小容量,又一个完美的下一步2.2.11. 扩展操作中,耐心等待吧,就几分钟而已2.2.12. 很欢喜的提醒您,扩展分区完成了2.2.13. 完成确认一下。2.2.14. 退出就大功告成了。2.
19、2.15. 打开我的电脑,再没有让人警醒的红色,多么舒心的蓝色啊(抑或绿色?)2.2.16. 没改回去多运行几个程序,频频提示内存不足。2.2.17. 回到改虚拟内存的地方,好多高级选项卡啊2.2.18. 虚拟内存缺不得,一般是实际内存的1.5倍,这里不管它,改回系统自己指定就可以了。2.2.19. 改完以后记得重启电脑,其实注销一下也是可以的,省时间嘛。2.2.20. 到此全部完成了C盘分区扩展的过程,再没其他提示,该软件不错!3. 总结:粗心人办粗心事。实现了C盘扩展的目的后,还有扫尾工作。这就是我们之前的修改虚拟内存的操作啊。完美把虚拟内存系统分配给取消了,那就只剩下实际内存了,1G。现在的系统,软件哪个不吃内存啊,win7业内是认为分寸分配比较合理的,但是内存还是快用光了。虚拟内存缺不得,一般是实际内存的1.5倍,这里不管它,改回系统自己指定就可以了。这个软件操作简单,关键是能用。操作过程中有一次提示软件错误,要关闭,我没理它,直接无视,关闭,操作继续。因为版本问题,WIN7有很多类似的过程,都当成正确就可以了,如果实在跨不过去的问题,也不是我们能解决的。