Module 4 Flashcards
How does the OS know how to organize files?
File system
What is used to keep track of files and file storage on a disk?
Filesystem
what needs to have a file system added to it?
a new disk or any type of storage device
what file system is used for Windows?
NTFS
What file system is used for Linux?
ext4
if you have a usb that is NTFS formatted, can both Windows and Ubuntu write to it?
yes.
if you have an ext4 formatted USB drive, can you use it on Windows and Ubuntu?
no. Only Ubuntu, unless you have 3rd party tools helping you.
what happens if you need a USB drive for multiple Operating systems? Windows, Linux, and MacOS.
You must reformat your USB drive so that it has a system that is compatible with all of them.
What is wiping the USB drive called?
reformatting it
What OS does FAT32 work on?
Windows, Linux, Mac. All three major OS.
what is the max file size for Fat32?
4GB
What is the max file system size for fat32?
32GB max file system size
what is Fat32 good for?
small usb drive, compatible across multiple systems.
Who made fat32?
microsoft
in fat32, what does fat stand for?
file allocation table
what determines characteristics of files like allowed length, characters allowed, file size?
File system
where are the details about allowed files stored?
the metadata, on a separate block on the device. also stores a directory.
What is a file broken down into in many situations?
multiple sections scattered across a hard drive.
what keeps track of the scattered sections of files?
a file management system, FAT is an example.
how many characters does the FAT file system support up to, ideally?
8
what should a FAT file name always begin with?
alphanumeric character
what is the advanced version of the FAT file system?
FAT32
Who is FAT32 targeted at?
Users using Windows 2000 and older.
What device size is suitable with FAT32?
512 megabytes to 2 tb