Skip to content

Commit

Permalink
mkfs: fix placeholder in Hindi translation (tldr-pages#13958)
Browse files Browse the repository at this point in the history
  • Loading branch information
debghs authored Oct 3, 2024
1 parent 5f5146c commit 634691b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages.hi/linux/mkfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}} {{पार्टीशन/का/पथ}}`

0 comments on commit 634691b

Please sign in to comment.