Computer Science, asked by Aksharasree5733, 1 year ago

What is theboot control block called in new technology file system and unix file system?

Answers

Answered by brainlyzeba
5

Heya branliy user ! your answer

What is the boot control block in New Technology File System and Unix file system?

the boot block in UNIX or the partition boot sector in Windows contains information about how to boot the system off of this disk. ... A directory structure ( per file system ), containing file names and pointers to corresponding FCBs. UNIX uses inode numbers, and NTFS uses a master file table.

I hope it helping for you Thanks

Answered by mintu78945
0

In the original Unix file system, Unix divided physical disks into logical disks called partitions. Each partition is a standalone file system. We will use the term ``file system'' when referring to a single partition.

Each filesystem contains:

1.A boot block located in the first few sectors of a file system. The boot block contains the initial bootstrap program used to load the operating system.

Typically, the first sector contains a bootstrap program that reads in a larger bootstrap program from the next few sectors, and so forth.

2.A super block describes the state of the file system: the total size of the partition, the block size, pointers to a list of free blocks, the inode number of the root directory, magic number, etc.

#SP J2

Similar questions
Math, 6 months ago