In ordered (metadata-only) journaling, user data blocks are written to their final in-place locations rather than being copied into the journal.
Author: Anonymous
FFS’s cylinder-group layout eliminates the need for disk see…
FFS’s cylinder-group layout eliminates the need for disk seeks when reading an entire large file sequentially.
If two containers are both started from the same 300 MB imag…
If two containers are both started from the same 300 MB image, the second container requires roughly another 300 MB of disk space because each container gets its own full copy of the image.
On a hard disk, reading two sectors that are adjacent on the…
On a hard disk, reading two sectors that are adjacent on the same track is typically much faster than reading two sectors that are on different tracks and far apart on the disk.
Suppose you run a log-structured file system (LFS) on top of…
Suppose you run a log-structured file system (LFS) on top of an SSD using a log-based flash translation layer (FTL). Both layers do garbage collection or cleaning, meaning they read valid data from a block or segment and rewrite it to the end of the log. Which of the following is true?
Which of the following structures is NOT stored per cylinder…
Which of the following structures is NOT stored per cylinder group in FFS?
File Systems (Multiple Choice)
File Systems (Multiple Choice)
What is the main advantage of using DMA (Direct Memory Acces…
What is the main advantage of using DMA (Direct Memory Access) over PIO (Programmed I/O) for transferring a large block of data to a disk?
FSCK restores a file system to the logical state it would ha…
FSCK restores a file system to the logical state it would have had if the crash had not happened.
The time to read a page from an SSD depends strongly on the…
The time to read a page from an SSD depends strongly on the physical page number and on the location of the previous request.