A. फाइल प्रणाली को निर्देशिका संरचना में उपलब्ध कराना/Make a file system accessible within the directory structure
Explanation
Simple Explanation
माउंट करने पर संचालन तंत्र किसी भंडारण की फाइल प्रणाली को उपयोग योग्य स्थान से जोड़ता है। बिना सही माउंट के डेटा उपलब्ध नहीं हो सकता। / Mounting connects a storage file system to an accessible location in the operating system. Without a proper mount the data may be unavailable.
A. समन्वयन दोनों स्थानों के बदलाव समान रखने का प्रयास करता है/Synchronization attempts to keep changes identical in both locations
Explanation
Simple Explanation
द्विदिश समन्वयन हटाव को भी बदलाव मानकर दूसरे स्थान पर लागू कर सकता है। परीक्षा में समन्वयन को बैकअप न मानें। / Two-way synchronization may treat deletion as a change and apply it to the other location. Do not treat synchronization as backup.
B. लंबित लेखन पूरा करने और फाइल प्रणाली असंगति रोकने के लिए/To complete pending writes and prevent file-system inconsistency
Explanation
Simple Explanation
अनमाउंट करने पर संचालन तंत्र फाइल प्रणाली का उपयोग बंद करके लंबित कार्य पूरा करता है। अचानक हटाने से डेटा खराब हो सकता है। / Unmounting lets the operating system stop using the file system and finish pending operations. Sudden removal may corrupt data.
B. पुराने बदलावों को देखकर पिछला संस्करण वापस लाने देता है/It allows earlier changes to be reviewed and a previous version restored
Explanation
Simple Explanation
संस्करण इतिहास गलत बदलाव के बाद पुराने रूप की पुनर्प्राप्ति में सहायता करता है। परीक्षा में इसे साधारण बैकअप से संबंधित लेकिन अलग सुविधा समझें। / Version history helps recover an earlier state after an incorrect change. Treat it as related to but distinct from a basic backup.
C. किसी उपयोगकर्ता या समूह द्वारा उपयोग किए जाने वाले भंडारण को सीमित करना/Limit storage used by a user or group
Explanation
Simple Explanation
डिस्क कोटा एक उपयोगकर्ता को अत्यधिक भंडारण उपयोग करने से रोक सकता है। साझा प्रणाली में यह संसाधन संतुलन बनाए रखता है। / A disk quota can prevent one user from consuming excessive storage. It maintains resource balance on a shared system.
C. संस्करण संघर्ष और विरोधी परिवर्तन/Version conflicts and competing changes
Explanation
Simple Explanation
अलग प्रतियों में किए गए बदलाव एक दूसरे से टकरा सकते हैं। परीक्षा में सहयोग के लिए संस्करण नियंत्रण का महत्व समझें। / Changes made in separate copies may conflict with one another. Understand the importance of version control for collaboration.
D. फाइल प्रणाली की तार्किक त्रुटियां पहचानने और सुधारने के लिए/To detect and repair logical file-system errors
Explanation
Simple Explanation
फाइल प्रणाली जांच उपकरण अनुचित बंद होने या त्रुटि के बाद संरचना की जांच कर सकता है। उपयोग से पहले महत्वपूर्ण डेटा का बैकअप रखें। / A file-system checking tool can inspect the structure after an improper shutdown or error. Keep a backup of important data before using it.
D. नाम प्रकार तिथि और सामग्री संकेतों से तेज खोज संभव करना/Enable faster search using name type date and content clues
Explanation
Simple Explanation
अनुक्रमण खोज योग्य जानकारी पहले से व्यवस्थित करता है। परीक्षा में इसे वास्तविक फाइल की अतिरिक्त प्रति न मानें। / Indexing organizes searchable information in advance. Do not treat it as an extra copy of the actual file.
A. आग चोरी या स्थानीय आपदा से सभी प्रतियों को एक साथ खोने से बचाना/Prevent all copies from being lost together in fire theft or a local disaster
Explanation
Simple Explanation
अलग स्थान का बैकअप स्थानीय दुर्घटना से स्वतंत्र सुरक्षा देता है। बैकअप को समय समय पर पुनर्प्राप्त करके भी जांचें। / An off-site backup provides protection independent of a local incident. Also test backups periodically by restoring data.
A. गंतव्य फाइल खोलकर आकार या जाँच राशि से सत्यापन करना/Open the destination file and verify it using size or checksum
Explanation
Simple Explanation
फाइल खोलना और जाँच राशि मिलाना स्थानांतरण की अखंडता की बेहतर पुष्टि देता है। परीक्षा में सत्यापन के बाद ही मूल प्रति हटाएँ। / Opening the file and comparing checksums provides better confirmation of transfer integrity. Delete the source only after verification.