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.