OS-Volume Structure and Free Space Control

Volume structure The disk units of an OS use a specific layout to accommodate its way of working. The layout in Unix shows.         ...

Volume structure

The disk units of an OS use a specific layout to accommodate its way of working. The layout in Unix shows.

        Boot block - loads the main system loader
        Super block – details of disk size, inode, datablocks
        Data blocks – for files & sub-directries


We can add the volume using mount command & U mount to reverse process.

Free space control

The mkfs program creates a series of linked blocks, which each contain an array of free data block numbers, together with a pointer to the next block in the chain also, the super block contains a similar array and the start pointer of the chain.

To obtain a free block, OS consults the super block array and uses a block number therein, this number the being deleted from the array the chain pointer is used to locate the first of the chained pointer blocks. The list in this block is transferred to the super block and block removed from the chain. Freed blocks are added to the end of the chain.
Name

ADO,131,ASP,3,C++,61,CORE JAVA,1,CSS,115,HTML,297,index,5,JAVASCRIPT,210,OS,47,PHP,65,SAD,53,SERVLETS,23,SOFTWARE ENGINEERING,245,SQL,71,TCP/IP,1,XHTML,9,XML,18,
ltr
item
Best Online Tutorials | Source codes | Programming Languages: OS-Volume Structure and Free Space Control
OS-Volume Structure and Free Space Control
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxXKm2R0cBR8iS3mKgqX0Gjj8OhXzZ-DUYv0qsGaocgBCnb0ID9EpiajWDaU8w1_rqpPfxXqLeXt7h3sftJy8UgH8qu1mW2xLR87FxHr31vHef7Xoyz6HXe3qHhLSM_GEDCM_GPnlzwSO6/s400/Capture.PNG
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxXKm2R0cBR8iS3mKgqX0Gjj8OhXzZ-DUYv0qsGaocgBCnb0ID9EpiajWDaU8w1_rqpPfxXqLeXt7h3sftJy8UgH8qu1mW2xLR87FxHr31vHef7Xoyz6HXe3qHhLSM_GEDCM_GPnlzwSO6/s72-c/Capture.PNG
Best Online Tutorials | Source codes | Programming Languages
https://www.1000sourcecodes.com/2012/09/os-volume-structure-and-free-space.html
https://www.1000sourcecodes.com/
https://www.1000sourcecodes.com/
https://www.1000sourcecodes.com/2012/09/os-volume-structure-and-free-space.html
true
357226456970214079
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS PREMIUM CONTENT IS LOCKED STEP 1: Share to a social network STEP 2: Click the link on your social network Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy Table of Content