Advertisement
filsif

partinfo_emmc

Jul 2nd, 2021
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. DISKPART> list disk
  2.  
  3. N° disque Statut Taille Libre Dyn GPT
  4. --------- ------------- ------- ------- --- ---
  5. Disque 0 En ligne 476 G octets 86 G octets *
  6. Disque 1 En ligne 29 G octets 6144 K octets *
  7.  
  8. DISKPART> list volume
  9.  
  10. N° volume Ltr Nom Fs Type Taille Statut Info
  11. ---------- --- ----------- ----- ---------- ------- --------- --------
  12. Volume 0 D NTFS Partition 390 G Sain
  13. Volume 1 C Windows NTFS Partition 27 G Sain Démarrag
  14. Volume 2 FAT32 Partition 260 M Sain Système
  15. Volume 3 Windows RE NTFS Partition 979 M Sain Masqué
  16.  
  17. DISKPART> sel disk 0
  18.  
  19. Le disque 0 est maintenant le disque sélectionné.
  20.  
  21. DISKPART> list part
  22.  
  23. N° partition Type Taille Décalage
  24. ------------- ---------------- ------- --------
  25. Partition 1 Réservé 16 M 1024 K
  26. Partition 2 Principale 390 G 17 M
  27.  
  28. DISKPART> sel disk 1
  29.  
  30. Le disque 1 est maintenant le disque sélectionné.
  31.  
  32. DISKPART> list part
  33.  
  34. N° partition Type Taille Décalage
  35. ------------- ---------------- ------- --------
  36. Partition 1 Système 260 M 1024 K
  37. Partition 2 Réservé 16 M 261 M
  38. Partition 3 Principale 27 G 277 M
  39. Partition 4 Récupération 979 M 28 G
  40.  
  41. DISKPART>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement