mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 16:02:08 +02:00
diskpart: add Hindi translation (#11301)
This commit is contained in:
parent
29464c2bff
commit
0cccae9ead
1 changed files with 32 additions and 0 deletions
32
pages.hi/windows/diskpart.md
Normal file
32
pages.hi/windows/diskpart.md
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
# diskpart
|
||||||
|
|
||||||
|
> डिस्क, वॉल्यूम और विभाजन प्रबंधक।
|
||||||
|
> अधिक जानकारी: <https://learn.microsoft.com/windows-server/administration/windows-commands/diskpart>.
|
||||||
|
|
||||||
|
- इसकी कमांड-लाइन दर्ज करने के लिए प्रशासनिक कमांड प्रॉम्प्ट में डिस्कपार्ट (diskpart) को स्वयं चलाएँ:
|
||||||
|
|
||||||
|
`diskpart`
|
||||||
|
|
||||||
|
- सभी डिस्क की सूची बनाएं:
|
||||||
|
|
||||||
|
`list disk`
|
||||||
|
|
||||||
|
- एक वॉल्यूम चुनें:
|
||||||
|
|
||||||
|
`select volume {{वॉल्यूम}}`
|
||||||
|
|
||||||
|
- चयनित वॉल्यूम के लिए एक ड्राइव अक्षर (letter) निर्दिष्ट करें:
|
||||||
|
|
||||||
|
`assign letter {{अक्षर}}`
|
||||||
|
|
||||||
|
- एक नया विभाजन बनाएँ:
|
||||||
|
|
||||||
|
`create partition primary`
|
||||||
|
|
||||||
|
- चयनित वॉल्यूम सक्रिय करें:
|
||||||
|
|
||||||
|
`active`
|
||||||
|
|
||||||
|
- डिस्कपार्ट (diskpart) से बाहर निकलें:
|
||||||
|
|
||||||
|
`exit`
|
Loading…
Add table
Reference in a new issue