On Windows 10, sometimes, you may need to decrease or increase the available space of a given partition to make room to create additional partitions using the unallocated space or store more data on the same section of the drive.
Whatever the reason it might be, Windows 10 includes several tools to resize a partition without the need of formatting or risks of losing your data using the legacy Disk Management tool, Command Prompt, PowerShell, and the new Manage Disks and Volumes settings.
When you use either of these tools, you can change the partition size on the “C” drive, secondary drives, including internal and external storage and USB flash drives.
In this guide, you’ll learn the steps to shrink and extend the size of a partition on Windows 10 without third-party tools.
- Change partition size using Disk Management on Windows 10
- Change partition size using Command Prompt on Windows 10
- Change partition size using PowerShell on Windows 10
- Change partition size using Manage Disks and Volumes on Windows 10
Сегодня разговор пойдет о том, как сделать активный по умолчанию раздел диска, неактивным. Данная статья посвящена опытным пользователям персональных компьютеров и начинающим системным администраторам – в общем, всем тем, кто уже вышел за рамки простого обывателя и набрался значительного опыта в настройке и управлении жестким диском компьютера. И так, самый распространенный повод для данного действия – это когда у пользователя появляется еще один новый жесткий диск, раздел которого необходимо сделать активным, и, следовательно, старый раздел сделать неактивным.
Для начала информация к сведению – что же такое активный раздел и для чего он нужен. Активный раздел – это приоритетный раздел пользовательского жесткого диска, на который будет записываться загрузчик Windows. Именно с него и загружается любая операционная система, это начальная точка отсчета, а значит, без него система не загрузится.
Прежде всего, следует разобраться, как сделать том активным. Есть несколько способов сменить активный раздел, самый простой – через стандартное встроенное в Windows средство командную строку с помощью утилиты Disk part. (Если, вы не знаете, как попасть в командную строку, тогда читайте статью “Как проверить целостность системных файлов“, в которой вы найдёте подробное описание данной операции).
Для этого в windows 8 и выше надо зайти в контекстное меню “Пуск” и выбрать надпись “Командная строка (администратор)”. А в windows 7 необходимо набрать в поиске меню “Пуск” команду “cmd” выбрать её из появившегося списка программ и нажать “ENTER”.
В появившейся командной строке требуется ввести поочередно несколько команд. Первая команда – “diskpart”. Она нужна для запуска той самой утилиты. Теперь нужно набрать команду “list disk”, после чего отобразится список всех дисков. Затем следует команда “sel disk #”, где # – номер необходимого диска. Теперь нужно ввести “list part” – для отображения разделов диска. Командой “sel part #” выбрать необходимый раздел диска. Осталось ввести последнюю команду – “active”, для активации этого раздела. Готово, раздел активен и готов для пользования.
Так же есть еще один способ для управления и активации дисков. В windows 8 и выше надо вызвать контекстное меню кнопки “Пуск” (навести стрелочку на кнопку пуск, и нажать правой кнопкой мыши) и выбрать строку “Управление дисками”. Либо выбрать строку “Управление компьютером” а затем в открывшемся окне перейти на вкладку “Управление дисками”.
В windows 7 (также то же самое можно сделать в windows 8) на рабочем столе набрать комбинацию клавиш WIN+R (то есть вызвать утилиту выполнить).
Ввести команду “compmgmt.msc” и затем нажать “ENTER”. В появившемся окне слева выбрать параметр “Управление дисками”.
Теперь справа внизу будут показаны все диски. Осталось выбрать необходимый раздел и щелкнуть правой кнопкой мыши. Затем в контекстном меню выбрать параметр “Сделать раздел активным”. Вот и все, раздел готов.
Если вы захотите в данной утилите сделать раздел неактивным, то это возможно, только если вы отформатируете диск. Далее на нужном диске кликнуть правой кнопкой мышки и выбрать соответствующую команду, то есть “Сделать раздел не активным”.
Ну а теперь, собственно, как сделать необходимый раздел неактивным. В этой манипуляции поможет старая добрая командная строка. Принцип действия похож с активацией раздела:
diskpart – для запуска утилиты Disk Part;
list disk – просмотр всех дисков на компьютере;
sel disk 1 – выбор необходимого диска;
list part – просмотр всех разделов выбранного диска;
sel part 1 – выбор раздела;
inactive – деактивация раздела.
10.05.2015
Ещё статьи, которые могут заинтересовать:
Восстановление файлов с жёсткого диска при нерабочей Windows
Проверка и исправление ошибок жёсткого диска средствами Windows
Создание разделов на жёстком диске
Создание образа установочного диска Windows
Как включить TRIM SSD диска в Windows
Change partition size using Command Prompt on Windows 10
[object Object]Resize partition using Manage Disks and Volumes on Windows 10
Starting with build 20175, Windows 10 introduces a new disk management tool available through the Settings app that makes it simple to change the partition size to anything you want with only a few clicks.
At the time of this writing, the “Manage Disks and Volumes” settings are available in the latest preview of Windows 10, but because it’s still a work in progress, it may or may not work as expected.
Shrink partition size with Settings
To shrink a partition with Manage Disks and Volumes settings, use these steps:
Open Settings.
Click on System.
Click on Storage.
Under the “More storage settings” section, click the Manage Disks and Volumes option.
Manage Disks and Volumes Click the arrow button next to the drive to expand its partitions.
Select the partition you want to shrink.
Click the Properties button.
Select partition to shrink Under the “Size” section, click the Change size button.
Change size button Enter the amount of space you want to shrink the current partition.
Shrink partition with Manage Disks and Volumes Click the OK button.
Once you complete the steps, the Manage Disks and Volumes settings will reflect the new change.
Increase partition size with Settings
To increase the size of a partition on Windows 10 with the Storage settings, use these steps:
Open Settings.
Click on System.
Click on Storage.
Under the “More storage settings” section, click the Manage Disks and Volumes option.
Manage Disks and Volumes Click the arrow button next to the drive to expand its partitions.
Select the partition you want to extend.
Click the Properties button.
Partition to increase properties button Under the “Size” section, click the Change size button.
Manage Disks and Volumes change size button Enter the amount of space you want to extend the current partition. You can use any number between the Max and Min allow size. If you’re planning to use the entire space available, use the Max size number.
Settings app increase partition size Click the OK button.
After you complete the steps, the drive partition will extend by the amount of space you specified in the Settings.
Although these steps may look easier, because the feature is still under development, there’s a slightly chance that you may run into errors, which is the reason that the Disk Management tool is the preferred option to complete this task.
You can also use third-party tools like GParted to change the size or move the partition to a different section on the physical hard drive.
Resize partition using PowerShell on Windows 10
[object Object]Change partition size using Disk Management on Windows 10
Using the legacy Disk Management tool is the easiest way to shrink or increase the partition size without formatting.
Shrink partition size with Disk Management
To reduce the partition size with Disk Management, use these steps:
Open Start on Windows 10.
Search for Create and format hard disk partitions and click the top result to open the Disk Management console.
Right-click the drive you want to change its partition size and select the Shrink Volume option.
Shrink volume option Enter the amount of space you want to shrink the partition (in megabytes).
Shrink space setting on Windows 10 Quick note: As you change the size value, you can confirm the total size of the unallocated space after shrinking the original partition.
Click the Shrink button.
Once you complete the steps, the drive partition will be reduced to the size you specified.
Increase partition size with Disk Management
To increase the drive partition size using Disk Management, use these steps:
Open Start.
Search for Create and format hard disk partitions and click the top result to open the Disk Management console.
Right-click the drive you want to change its partition size and select the Extend Volume option.
Extend volume option Click the Next button.
Under the “Selected” section, make sure to choose the disk with available space (if applicable).
Quick note: In some cases, you may need to select the disk from the “Available” section, and then click the Add button to make available.
Enter the amount of space you want to use to increase the drive partition (if necessary).
Increase partition size on Windows 10 Click the Next button.
Click the Finish button.
After you complete the steps, the partition will change to the size you specified. If the “Extend volume” option is greyed out, then it means that the physical drive doesn’t have any space available that you can use to increase the volume.