diskpart Attrib:

by | Apr 21, 2025 | IT Tips | 0 comments

Found in Drafts and posted April '25. Not sure what this is about but posting just-in-case it is useful in future.


  Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
  ----------  ---  -----------  -----  ----------  -------  ---------  --------
  Volume 0     D                       DVD-ROM         0 B  No Media
  Volume 1         System Rese  NTFS   Partition    579 MB  Healthy
* Volume 2     C                NTFS   Partition     79 GB  Healthy    Boot
  Volume 3                      FAT32  Partition    100 MB  Healthy    System
  Volume 4     H   BACKUP       NTFS   Partition   1999 GB  Healthy
  Volume 5     E   TGN-USBHDD   NTFS   Partition   1863 GB  Healthy
  Volume 6     F                RAW    Removable   7655 MB  Healthy

DISKPART> select volume 1

Volume 1 is the selected volume.

DISKPART> detail partition

Partition 1
Type    : de94bba4-06d1-4d40-a16a-bfd50179d6ac
Hidden  : No
Required: Yes
Attrib  : 0X8000000000000001
Offset in Bytes: 1048576

  Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
  ----------  ---  -----------  -----  ----------  -------  ---------  --------
* Volume 1         System Rese  NTFS   Partition    579 MB  Healthy

DISKPART> select volume 3

Volume 3 is the selected volume.

DISKPART> detail partition

Partition 3
Type    : c12a7328-f81f-11d2-ba4b-00a0c93ec93b
Hidden  : Yes
Required: No
Attrib  : 0X8000000000000000
Offset in Bytes: 85793439744

  Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
  ----------  ---  -----------  -----  ----------  -------  ---------  --------
* Volume 3                      FAT32  Partition    100 MB  Healthy    System

DISKPART> select volume 2

Volume 2 is the selected volume.

DISKPART> detail partition

Partition 2
Type    : ebd0a0a2-b9e5-4433-87c0-68b6b72699c7
Hidden  : No
Required: No
Attrib  : 0000000000000000
Offset in Bytes: 608174080

  Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
  ----------  ---  -----------  -----  ----------  -------  ---------  --------
* Volume 2     C                NTFS   Partition     79 GB  Healthy    Boot

DISKPART>

Normally there would be a Active : option but it seems that it is bundled into Attrib these days.

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.