mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
mkfs: fix placeholder in Hindi translation (#13958)
This commit is contained in:
parent
5f5146c4a7
commit
634691b3a3
1 changed files with 3 additions and 3 deletions
|
@ -6,12 +6,12 @@
|
|||
|
||||
- एक पार्टीशन पर लिनक्स ext2 फाइल सिस्टम बनाएं:
|
||||
|
||||
`mkfs {{path/to/partition}}`
|
||||
`mkfs {{पार्टीशन/का/पथ}}`
|
||||
|
||||
- निर्दिष्ट प्रकार का फाइल सिस्टम बनाएं:
|
||||
|
||||
`mkfs -t {{ext4}} {{path/to/partition}}`
|
||||
`mkfs -t {{ext4}} {{पार्टीशन/का/पथ}}`
|
||||
|
||||
- निर्दिष्ट प्रकार का फाइल सिस्टम बनाएं और खराब ब्लॉक्स के लिए जांच करें:
|
||||
|
||||
`mkfs -c -t {{ntfs}} {{path/to/partition}}`
|
||||
`mkfs -c -t {{ntfs}} {{पार्टीशन/का/पथ}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue