افزایش رفیت درایو C زمانیکه recovery partition وجود دارد
دوستان میخوام به درایو c فضا اضافه کنم اما متاسفانه بین فضا داریو C و فضای جدیدی که به ماشین دادم یک فضا هست بنام Recovery partition و عملا اجازه نمیده که درایو Extend کنم . راه حل چی هست ؟ بدون ریست OS میشه کاری کرد یا باید از ابزارهایی مثل Partition magic استفاده کرد ؟
3 پاسخ
# Disable Windows Recovery Environment
reagentc /disable
# Start diskpart tool
diskpart
# Select the disk where Windows is installed (replace '0' with your disk number)
select disk 0
# List all partitions to identify OS and Recovery partitions
list part
# Select the old recovery partition (replace '4' with its number)
select part 4
# Delete the old recovery partition
delete partition override
# Select the OS partition (replace '3' with your OS partition number)
select part 3
# Extend the OS partition to consume all adjacent unallocated space
extend
# Shrink the OS partition from the end to create space for the new recovery partition (1024 MB is recommended)
shrink desired=1024 minimum=1024
# Create a new primary partition
create partition primary
# Format the partition to NTFS
format quick fs=ntfs label="Recovery"
# Set the MBR partition type to 27 (Recovery Partition)
set id=27
# Exit diskpart
exit
# Enable Windows Recovery Environment
reagentc /enab
le
# Verify WinRE status
reagentc /info
هیچ دیتا پاک نمیشه ؟ نیاز به ریستارت نداره ؟
اگر طبق آموزش و با دقت انجام بدی خیر چیزی پاک نمیشه
باید دقت کنی که پارتیشن درست رو انتخاب و پاک کنی