Storage systems Flashcards

1
Q

Fast Filesystem (FFS) Commands

A

Create Command - file <path> <size_in_blocks></size_in_blocks></path>

Purpose: Creates a new file at the specified path.
Function: The size of the new file is determined by the number of blocks specified. This command allocates the necessary number of blocks to the file in the filesystem.

Delete Command - delete <path></path>

Purpose: Deletes an existing file at the specified path.
Function: Removes the file from the filesystem and frees up the space occupied by the file.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly