File allocation table in Computer

0
file-allocation-table-in-computer
file-allocation-table-in-computer

File allocation :

File allocation table : Operating system का मुख्य कार्य computer कि memory को user कि आवष्यकता के अनुसार manage करना होता है। computer के द्वारा use मे लाए जाने वाली सभी प्रकार की memory को user कि आवष्यकता के अनुसार अलग अलग भागों मे विभाजित करना आवष्यक होता है। इस आवष्यकता को पुरा करने के लिए OS file allocation table का उपयोग करता है। यह एक index table होती है। जिसमे user द्वारा memory में create कि जाने वाली सभी files एवं directory से संबंधित information store रहती है।

  • जब भी user कोई file या directory बनाते है।
  • तब user के द्वारा उसे एक नाम दिया जाता है।
  • तबकि o.s. इसी file या directory को एक index no के साथ file allocation table में store कर देता हो,
  • जब भी user के द्वारा किसी file को use करने के लिए request भेजी जाती है।
  • तब o.s. FAT में उस file कि entry को search करता है
  • यहा index no के साथ दिए गए address कि सहायता से उस file को use किया जाता हे।
  • अलग अलग o.s. FAT को अलग अलग नाम से store करते है। DOS एवं window मे किसी भी file के लिए बनाई जाने वाली एक entry के लिए 32 bit कि होती है। इस कारण से यहा इसे FAT32 कहा जाता है।

Click here to visit our youtube channel

इसे भी पढ़े :