1/38
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
What does high-level formatting do to a partition on a disk device?
Prepares it for use with an operating system by creating a file system on the disk partition.
What is NTFS, who developed it, and what OS is it for?
A proprietary file system developed by Microsoft for use with Windows.
What addressing scheme does NTFS provide, and what does that allow?
A 64-bit addressing scheme, allowing for very large volumes and file sizes.
In theory, what is the maximum NTFS volume size, and what are actual implementation limits?
In theory 16 Exabytes; actual implementations limited to between 137 GB and 256 Terabytes (depending on Windows version and allocation unit size).
What is NTFS journaling?
Data written to an NTFS volume is re-read, verified, and logged; if a problem occurs, the sector is marked bad and data relocated (faster/more reliable recovery after power outages and crashes).
What are NTFS snapshots used for?
Allow Volume Shadow Copy Service to make read-only copies of files at given points in time even if locked; supports file version history (revert changes) and backup operations.
What NTFS security features are listed?
File permissions and ownership, file access audit trails, quota management, and encrypting file system (EFS) to ensure only authorized users can read/modify file data.
What does NTFS POSIX compliance support, and what Windows behavior is noted?
Supports case-sensitive naming, hard links, and other key features required by UNIX/Linux apps; Windows does not insist upon case-sensitive naming (though NTFS is case-sensitive capable and preserves case).
What does NTFS indexing do?
Indexing Service creates a catalog of file/folder locations and properties, speeding up searches.
What are NTFS dynamic disks?
A disk management feature allowing space on multiple physical disks to be combined into volumes.
What NTFS features are not supported in Windows Home editions, and what max NTFS volume size is noted for latest feature updates?
Windows Home editions do not support dynamic disks or encryption; latest Windows feature updates increased maximum possible NTFS volume size to 8 Petabytes (8,000 TB).
What file system must Windows be installed to?
An NTFS-formatted partition.
What is the significant drawback of NTFS regarding other operating systems?
Not fully supported by operating systems other than Windows (macOS can read but cannot write; Linux distros/utilities may support to some degree).
What is ReFS, and what is it designed for?
Microsoft's newest file system for use with Windows; designed to make data easy to access, handle large amounts of data efficiently for different tasks, and keep data safe and protected from damage.
What ReFS resiliency benefit is listed?
Detect corrupted files/data and repair them while still online and in use, even in virtualized environments.
What ReFS high performance benefit is listed?
Storage solution improvement and optimization increases performance with large data sets/workloads through configuration of two logical storage groups or tiers.
What ReFS scalability benefit is listed?
Supports millions of terabytes of data without impacting performance metrics.
Who is ReFS supported for (per the blurb)?
Specialized customers requiring increased availability, resiliency, and scaling; NTFS remains predominant for many general users.
What is FAT32 named for, and how does FAT organize data?
Named for the file allocation table; FAT provides links from one allocation unit to another.
What does FAT32 nominally support for volume size, and what is its maximum file size?
Nominally supports volumes up to 2 TB; maximum file size is 4 GB minus 1 byte.
What key NTFS-like features does FAT32 not support?
Does not support any of the reliability or security features of NTFS.
What is FAT32 typically used to format, and when is it useful?
Typically used to format the system partition (holds the boot loader); useful for removable drives and memory cards intended for multiple operating systems and devices.
What is exFAT, what is it designed for, and what size does it support?
Extended File Allocation Table; a 64-bit version of FAT designed for removable hard drives and flash media; supports large volumes up to a recommended maximum size of 512 TB.
What access/security support does exFAT have (per the blurb)?
Support for access permissions but not encryption.