File systems

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/9

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards

Question: What is the function of a file system?

  • Answer: A file system organizes data storage logically and is implemented in software, allowing it to be used across different storage devices.

2
New cards

What are common attributes of files?

  • Answer: File attributes include the name, type, size, location, protection levels, and metadata such as time and date.

  • Unix systems use i-numbers as unique identifiers.

3
New cards

Question: What operations can be performed on files?

  • Answer: Basic file operations include creating, reading, writing, deleting, opening, and closing files, as well as repositioning within a file.

4
New cards

What are the two main file access methods?

  • Sequential Access: Processes data in order.

  • Direct Access: Allows data to be accessed at any position, suitable for databases.

5
New cards

What is RAID and its types?

  • Answer: RAID enhances data integrity and performance. Types include:

    • RAID 1: Mirroring data on two disks.

    • RAID 5: Distributing data and parity across multiple disks.

6
New cards

What types of directory structures exist in file systems?

  • Answer: Directory structures include single-level, two-level, tree-structured, and acyclic-graph directories,

  • each supporting different organizational needs.

7
New cards

Question: What is file system mounting?

  • Answer: File system mounting integrates a file system into the system's directory structure

  • at a designated mount point,

  • making it accessible to users and processes.

8
New cards

Question: How are files shared and protected in file systems?

Answer: File sharing and protection are managed via permissions for read, write, execute;

supports multi-user access with control mechanisms

like file locking (mandatory and advisory).

9
New cards

Question: How does remote file sharing work?

  • Answer: Remote file sharing can be conducted manually using FTP,

  • seamlessly via network file systems like NFS,

  • or semi-automatically through web technologies.

10
New cards

Question: What is the importance of memory and disk structure in file systems?

  • Answer: Memory management utilizes paging and virtual memory to manage efficiency and access speed.

  • Disk structures may include different partition types

  • and are often organized using RAID for redundancy.