kmonk.info

Ask me anything

Archive

RSS

Social

Facebook

Twitter

Flickr

Last FM

PhotoMuseum

ArtMuseum

Theme
  1. Make inactive partition in Windows

    Есть такая беда в Windows - он устанавливает MBR на тот диск, который считает первым. Не факт, что на собственно загрузочный. И при паре тройке переустановок Windows пометку active (то есть типа загрузочный) получают более одного партишина. Как с этим бороться:

    1. Windows +R
    2. Type “cmd”
    3. At the prompt type “diskpart”
    4. then after the “>” symbol type ” list disk”
    DISKPART> list disk
    Disk ### Status Size Free Dyn Gpt
    ———— ————— ———- ———- —- —-
    Disk 0 Online 28 GB 1536 KB
    Disk 1 Online 233 GB 993 KB
    5.Now select the disk which you want to make INACTIVE (For instance if i want to make my Disk 1 as active i.e where the OS is installed and REQUIRED to boot, i need to select the drive which i want to make INACTIVE. In my example DISK 0)
    DISKPART> SELECT DISK 0 
    Disk 0 is now the selected disk.
    6. Type “list partition”
    DISKPART> list partition
    Partition ### Type Size Offset
    ——————- ———————— ———- ———-
    Partition 1 Primary 28 GB 1024 KB
    7. Since there is a single partition on DISK 0, select it by issuing the command “select partition 1”
    DISKPART> select partition 1
    Partition 1 is now the selected partition.
    8.Type “inactive” - this will make disk 0 partition 1 as inactive
  2. Show Notes
    Comments