منتدي
هل تريد التفاعل مع هذه المساهمة؟ كل ما عليك هو إنشاء حساب جديد ببضع خطوات أو تسجيل الدخول للمتابعة.

منتدي

منتدي تعليمي، ترفيهي، اجتماعي
 
الرئيسيةالرئيسية  البوابةالبوابة  الجديدالجديد  أحدث الصورأحدث الصور  التسجيلالتسجيل  دخولدخول  

 

 Extending the System Partition in Windows 7

اذهب الى الأسفل 
3 مشترك
كاتب الموضوعرسالة
admin
المدير العام

المدير العام
admin


عدد المساهمات : 1578
الجنس : ذكر
تاريخ التسجيل : 27/06/2008

Extending the System Partition in Windows 7 Empty
مُساهمةموضوع: Extending the System Partition in Windows 7   Extending the System Partition in Windows 7 Icon_minitimeالخميس 23 سبتمبر 2010, 8:05 pm

Previous Microsoft operating systems had some internal mechanism to extend or expand partitions. But there were limitations on these operations, such as having the need for the disks to be configured as Dynamic Disks, and the fact that for a long period of time you could extend any partition as long as it's not the system partition. Some 3rd-party applications could (and still can) be used to extend partitions, but in this article we want to focus on internal tools.Unlike previous Microsoft operating systems, Windows 7 now allows for an easy, out-of-the-box method of expanding those partitions and making them larger, while reliving us of these previous limitations.Note: Of course, extending a partition requires one thing, and if you don't have it, there's no point in talking or thinking about extending any partition. That thing is "Free, unused space on the hard disk where the partition exists". You cannot extend a partition, any partition, if you've got nowhere to extend it to...Extending a partition is done by using the Extend feature in Disk Management, or in the DISKPART command line executable.Note: When you extend a partition, all data on the existing partition will NOT be erased, but it's better to be safe than sorry, therefore I always recommend using a good backup procedure to back up your data, just in case.Note: While this article is specifically discussing extending system partitions, the procedures outlined here can be used to extend ANY partition, not just the system partition.Also note that extending the system partition does not require a reboot.Basically, there are 2 methods of extending the system partition in Windows 7:Method #1 - Extending the system partition by using the GUI

1. Log on as an Administrator.2. Go to Control Panel > System and Maintenance > Administrative Tools > Computer Management. You can also open the Computer Management application by using the Computer context menu. Select Computer Management.Extending the System Partition in Windows 7 Extend-win7-partition-1-590x349In fact, you can go directly to the Disk Management MMC snap-in by typing diskmgmt.msc in the Start's search box or on the Run command.Extending the System Partition in Windows 7 Extend-win7-partition-2-590x349If you're prompted for an administrator password or confirmation, type the password or provide confirmation.3. Expand the Storage section, and in it go to the Disk Management console.Extending the System Partition in Windows 7 Extend-win7-partition-3-590x3494. Select the disk you want to extend, for example Drive C.5. Right-click the disk and select Extend Volume.Extending the System Partition in Windows 7 Extend-win7-partition-4-590x3496. Click on "Next".Extending the System Partition in Windows 7 Extend-win7-partition-5-590x3497. Windows 7 will tell you how much space can be added to the existing partition. You can manually enter the amount of space you want to add by changing the "Select the amount of space in MB" values. Note that you cannot enter a higher value than the value already present. Click on "Next".Extending the System Partition in Windows 7 Extend-win7-partition-6-590x349Extending the System Partition in Windows 7 Extend-win7-partition-8-590x3498. The process will finish quite quickly, and a reboot is NOT required. You can notice the new partition size.Extending the System Partition in Windows 7 Extend-win7-partition-9-590x349Method #2 - Extending the system partition by using the command line

Extending a partition or volume can be done via the CLI, or command line interface. In order to do that perform the following steps:1. Click Start and type CMD, then press Enter. It is best to run the Command Prompt as an Administrator. To do so, right-click CMD and select "Run as Administrator".Extending the System Partition in Windows 7 Extend-win7-partition-10-590x349When prompted to allow the Command Processor to run, click on "Yes".Extending the System Partition in Windows 7 Extend-win7-partition-11-590x349BTW, you can also hover over the CMD line and press CTRL + SHIFT + ENTER to invoke the "Run as Administrator" shortcut.<a href="http://ad1.netshelter.net/jump/ns.petri;kw=;tile=2;sz=300x250,336x280;ord=123456789?" target="_blank" ><img src="http://ad1.netshelter.net/ad/ns.petri/archive;ppos=BTF;kw=;tile=2;sz=300x250,336x280;ord=123456789??" border="0" alt="" /></a>2. In the command prompt type<blockquote>Diskpart</blockquote>3. Select the right disk drive and partition to work on. Typically, in Windows 7, this should be disk 0 and partition 2, but please make sure you do select the right disk and partition before continuing. You can do so by performing a LIST operation to view your existing disks and partitions BEFORE attempting to expand the wrong partition.<blockquote>List disk</blockquote><blockquote>Select disk 0List partition
Select partition 2</blockquote>Extending the System Partition in Windows 7 Extend-win7-partition-12-590x3494. When the right disk and partitions were selected, run the EXTEND command. If you don't specify the size to extend by, then the command will extend the partition by using all of the contiguous space available on that disk.<blockquote>Extend size=500</blockquote>The above command will extend the partition by 500 MB.<blockquote>Extend</blockquote>The above command will extend the partition by using all of the contiguous space available on that disk.Extending the System Partition in Windows 7 Extend-win7-partition-131-590x349BTW, do not confuse the extend command with the expand command, which, in Windows 7, is used to expand the size of virtual disks.5. You may check the new partition size by running the list command, again.
List partitionExtending the System Partition in Windows 7 Extend-win7-partition-14-590x3496. You must now exit DISKPART by using the Exit command.
ExitBTW, as a general tip and so that you know, you can use the above procedures also on Windows Vista, Windows Server 2008 and Windows Server 2008 R2.
الرجوع الى أعلى الصفحة اذهب الى الأسفل
https://telbana.alafdal.net
نور الدين
نائب المدير

نائب المدير
نور الدين


عدد المساهمات : 5431
الجنس : ذكر
تاريخ التسجيل : 26/04/2010

Extending the System Partition in Windows 7 Empty
مُساهمةموضوع: رد: Extending the System Partition in Windows 7   Extending the System Partition in Windows 7 Icon_minitimeالخميس 23 سبتمبر 2010, 11:32 pm

thanks for you
الرجوع الى أعلى الصفحة اذهب الى الأسفل
https://telbana.alafdal.net
تلبانه _تلبانه
V I P
V I P
avatar


عدد المساهمات : 7224
الجنس : ذكر
تاريخ التسجيل : 08/06/2010

Extending the System Partition in Windows 7 Empty
مُساهمةموضوع: رد: Extending the System Partition in Windows 7   Extending the System Partition in Windows 7 Icon_minitimeالجمعة 24 سبتمبر 2010, 2:38 pm

جزالك الله خيرا ودائما للافضل
الرجوع الى أعلى الصفحة اذهب الى الأسفل
 
Extending the System Partition in Windows 7
الرجوع الى أعلى الصفحة 
صفحة 1 من اصل 1
 مواضيع مماثلة
-
» Windows System Programming | 4th | Edition
» How to Partition Your Hard Drive
» Upgrading Windows XP Professional SP3 to Windows 7 Ultimate (beta build 7000)
» Windows Sofware | Windows Server 2003 10 in 1 | Iso | 697 MB
» Bootable USB Windows XP/Vista/Windows 7 Maker

صلاحيات هذا المنتدى:لاتستطيع الرد على المواضيع في هذا المنتدى
منتدي  :: منتديات الشهادات العلمية :: قسم شهادات مايكروسوفت-
انتقل الى: