btrfs: add Hindi translation (#10971)

pull/23/head
Onkar Raghunath Shelke 2023-10-20 01:14:41 +05:30 committed by GitHub
parent ac365bb2cb
commit 96e9fa733d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

25
pages.hi/linux/btrfs.md Normal file
View File

@ -0,0 +1,25 @@
# btrfs
> लिनक्स के लिए कॉपी-ऑन-राइट (COW) सिद्धांत पर आधारित एक फ़ाइल सिस्टम।
> कुछ सब-कमांड जैसे `btrfs device`, उनका खुद का उपयोग दस्तावेज़न है।
> अधिक जानकारी: <https://btrfs.readthedocs.io/en/latest/btrfs.html>.
- उप-वॉल्यूम बनाएं:
`sudo btrfs subvolume create {{पथ/से/उप-वॉल्यूम}}`
- उप-वॉल्यूमों की सूची दिखाएं:
`sudo btrfs subvolume list {{पथ/से/माउंट_बिंदु}}`
- स्थान उपयोग सूचना दिखाएं:
`sudo btrfs filesystem df {{पथ/से/माउंट_बिंदु}}`
- कोटा सक्षम करें:
`sudo btrfs quota enable {{पथ/से/उप-वॉल्यूम}}`
- कोटा दिखाएं:
`sudo btrfs qgroup show {{पथ/से/उप-वॉल्यूम}}`