Module 3 - Unit 5 - Using File Systems Flashcards
You have a brand-new and blank hard drive installed on your computer motherboard. What do you have to do in order for the hard drive to read, write and store files?
The hard drive has to be partitioned and formatted to have a file system in order to read, write and store files.
What is partitioning a hard disk?
The act of dividing your drive into logically separated storage areas.
How many partition is needed in order to format a hard drive?
At least one partition.
What is the term for an active partition?
It is called system partition. The system partition is where the computer uses to boot. Some operating systems keeps the system partition hidden.
List and describe the different file systems
a) File Allocation Table (FAT) - used by older versions of Windows OS, allows a partition size of 4 GB up to 32 GB
b) NTFS (New Technology File System) - 64-bit, support all the essential file system features.
What is the formatting used on most removable drives and disks?
FAT32
What are CDs and DVDs most often formatted with?
Universal Disk Format (UDF)
What is the older CD format for best compatibility with legacy drives?
ISO 9660 or CDFS
What is one main difference between ext3 and ext2?
ext3 supports file system journaling where as ext2 does not.
What is the file system that Apple computers uses.
Apple File System (APFS), although older macOS versions uses Hierarchical File System (HFS+)
List and describe 6 features found in modern file systems
i) Compression - reduce the amount of disk space
ii) Encryption - file can be accessed with an encryption key
iii) Permissions - Access Control List (ACL) allows a file to have specific read, write, modify permissions
iv) Journaling - tracks changes or intended changes in a log
v) Limitations - maximum capacity and size of individual files
vi) Naming Rules - certain length (typical 255 char), encoding (typical Unicode), reserved characters.
What are the reserved characters for ext4 file system?
A forward slash ‘/’.
What is the common reserved characters for most file systems?
A forward slash ‘/’.
What is the top-level folder on the hierarchy?
root
List and describe 3 types of folders found in Windows.
i) Windows - contains drivers, logs, add-in-applications, system files, registry etc.
ii) Program Files - installed applications
iii) Users - user profile settings, documents, cookies, shortcuts etc.
True or False? The containers for files in Linux is called Folders.
False. It is called directories on Linux.
True of False? Using a forward slash on command prompt on Windows will work
True. Although Windows OS uses backward slash (‘'), it still recognizes forward slashes.
What is the Public profile on Windows file systems?
It is to allow users of the PC to share files between different profiles.