New
#21
Thanks.
What I got is as below.
Microsoft Windows [Version 10.0.17763.1]
(c) 2018 Microsoft Corporation. All rights reserved.
C:\WINDOWS\system32>diskpart
Microsoft DiskPart version 10.0.17763.1
Copyright (C) Microsoft Corporation.
On computer: LVGASUS
DISKPART> list disk
Disk ### Status Size Free Dyn Gpt
-------- ------------- ------- ------- --- ---
Disk 0 Online 232 GB 1024 KB *
Disk 1 Online 22 GB 0 B *
Disk 2 Online 40 MB 0 B
DISKPART> list volume
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 0 Recovery NTFS Partition 499 MB Healthy
Volume 1 C Windows10 NTFS Partition 90 GB Healthy Boot
Volume 2 D Data NTFS Partition 10 GB Healthy
Volume 3 E Store NTFS Partition 51 GB Healthy
Volume 4 F Media NTFS Partition 55 GB Healthy
Volume 5 FAT32 Partition 100 MB Healthy System
Volume 6 G SanDiskSSD NTFS Partition 22 GB Healthy
Volume 7 R RAMDISK FAT Partition 39 MB Healthy
DISKPART> select disk 0
Disk 0 is now the selected disk.
DISKPART> detail disk
Samsung SSD 850 EVO 250GB
Disk ID: {871ACF13-634B-4CB7-8B58-3DFA264271F5}
Type : SATA
Status : Online
Path : 0
Target : 0
LUN ID : 0
Location Path : PCIROOT(0)#PCI(1F02)#ATA(C00T00L00)
Current Read-only State : No
Read-only : No
Boot Disk : Yes
Pagefile Disk : Yes
Hibernation File Disk : No
Crashdump Disk : Yes
Clustered Disk : No
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 0 Recovery NTFS Partition 499 MB Healthy
Volume 1 C Windows10 NTFS Partition 90 GB Healthy Boot
Volume 2 D Data NTFS Partition 10 GB Healthy
Volume 3 E Store NTFS Partition 51 GB Healthy
Volume 4 F Media NTFS Partition 55 GB Healthy
Volume 5 FAT32 Partition 100 MB Healthy System
DISKPART> list partition
Partition ### Type Size Offset
------------- ---------------- ------- -------
Partition 1 Recovery 499 MB 1024 KB
Partition 2 System 100 MB 500 MB
Partition 3 Reserved 16 MB 600 MB
Partition 4 Primary 90 GB 616 MB
Partition 5 Primary 10 GB 91 GB
Partition 6 Primary 51 GB 101 GB
Partition 7 Primary 55 GB 152 GB
Partition 8 Unknown 25 GB 207 GB
DISKPART> select partition 1
Partition 1 is now the selected partition.
DISKPART> detail partition
Partition 1
Type : de94bba4-06d1-4d40-a16a-bfd50179d6ac
Hidden : No
Required: Yes
Attrib : 0X0000000000000001
Offset in Bytes: 1048576
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
* Volume 8 Recovery NTFS Partition 499 MB Healthy Hidden
DISKPART> select partition 2
Partition 2 is now the selected partition.
DISKPART> detail partition
Partition 2
Type : c12a7328-f81f-11d2-ba4b-00a0c93ec93b
Hidden : Yes
Required: No
Attrib : 0000000000000000
Offset in Bytes: 524288000
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
* Volume 5 FAT32 Partition 100 MB Healthy System
DISKPART> select partition 3
Partition 3 is now the selected partition.
DISKPART> detail partition
Partition 3
Type : e3c9e316-0b5c-4db8-817d-f92df00215ae
Hidden : Yes
Required: No
Attrib : 0000000000000000
Offset in Bytes: 629145600
There is no volume associated with this partition.
DISKPART> select partition 4
Partition 4 is now the selected partition.
DISKPART> detail partition
Partition 4
Type : ebd0a0a2-b9e5-4433-87c0-68b6b72699c7
Hidden : No
Required: No
Attrib : 0000000000000000
Offset in Bytes: 645922816
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
* Volume 1 C Windows10 NTFS Partition 90 GB Healthy Boot
DISKPART> select partition 5
Partition 5 is now the selected partition.
DISKPART> detail partition
Partition 5
Type : ebd0a0a2-b9e5-4433-87c0-68b6b72699c7
Hidden : No
Required: No
Attrib : 0000000000000000
Offset in Bytes: 98063876096
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
* Volume 2 D Data NTFS Partition 10 GB Healthy
DISKPART> select partition 6
Partition 6 is now the selected partition.
DISKPART> detail partition
Partition 6
Type : ebd0a0a2-b9e5-4433-87c0-68b6b72699c7
Hidden : No
Required: No
Attrib : 0000000000000000
Offset in Bytes: 109219676160
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
* Volume 3 E Store NTFS Partition 51 GB Healthy
DISKPART> select partition 7
Partition 7 is now the selected partition.
DISKPART> detail partition
Partition 7
Type : ebd0a0a2-b9e5-4433-87c0-68b6b72699c7
Hidden : No
Required: No
Attrib : 0000000000000000
Offset in Bytes: 164158767104
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
* Volume 4 F Media NTFS Partition 55 GB Healthy
DISKPART> select partition 8
Partition 8 is now the selected partition.
DISKPART> detail partition
Partition 8
Type : 0fc63daf-8483-4772-8e79-3d69d8477de4
Hidden : Yes
Required: No
Attrib : 0000000000000000
Offset in Bytes: 223214567424
There is no volume associated with this partition.
DISKPART> exit