Unit 3 Part 1
Unit 3 Part 1
This storage is located on disks that are physically attached to the host
computer.
content.
● It can also be used to store temporary data that you replicate across a fleet
● NAS devices are flexible and scale out, meaning that as you need additional
storage, you can add to what you have.
● It’s faster, less expensive and provides all the benefits of a public cloud on
site, giving you complete control.
Filesystem
● Filesystem is the way in which files are named and where
they are placed logically for storage and retrieval. Without a
file system, stored information wouldn't be isolated into
individual files and would be difficult to identify and
retrieve.
● As data capacities increase, the organization and
accessibility of individual files are becoming even more
important in data storage.
● File systems can differ between operating systems (OS), such
as Microsoft Windows, macOS and Linux-based systems
How file systems work
● A file system stores and organizes data and can be thought of as a type of index
for all the data contained in a storage device. These devices can include hard
drives, optical drives and flash drives.
● File systems specify conventions for naming files, including the maximum
number of characters in a name, which characters can be used and, in some
systems, how long the file name suffix can be. In many file systems, file names
are not case sensitive.
Filesystem
● A file system also includes a format to specify the path to a file through the structure of
the desired place in the tree structure. PC and mobile OSes have file systems in which files
● Before files and directories are created on the storage medium, partitions should be put
into place. A partition is a region of the hard disk or other storage that the OS manages
separately. One file system is contained in the primary partition, and some OSes allow for
multiple partitions on one disk. In this situation, if one file system gets corrupted, the data
The NT file system -- also known as the New Technology File System (NTFS) -- is the default file
system for Windows products from Windows NT 3.1 OS onward. Improvements from the
previous FAT file system include better metadata support, performance and use of disk space.
NTFS is also supported in the Linux OS through a free, open-source NTFS driver. Mac OSes
have read-only support for NTFS.