Mount Point and Mounting
If we have a storage device and when we connect this storage device to a computer then the mounting process will happen. The operating system allocates a point that is known as a mounting point to this storage device and then we need to format this storage device using a file system such as Fat 32, NTFS ext2, ext3, etc. and after that, we can use this storage device. So this process of attaching a storage device is called mounting.
Partition Table
A partition table is a data structure that provides basic information for a computer's operating system about the division of hard disk drive (HDD) into primary partitions.
Partitioning formats- There are two partitioning formats generally used:
- MBR (Master boot record)
- GPT (GUID partition table)
GPT- GPT is a more modern partitioning scheme and resolves MBR issues. GPT can have many more partitions which can be only limited by the operating system itself and there is no limitation of disk size.
Different types of partitions of MBR (Master Boot Record)
There are three types of partitions which can be created in disk management utility with MBR
- Primary partition- Partitions originally created are termed as primary partitions. On a MBR disk. we can create 4 primary partitions or three primary partitions and one extended partition at most.
- Extended partition- Extended partition is a special primary partition which makes it possible to create more than 4 partitions. The primary partition thus subdivided is known as extended partition and a hard disk can hold only one extended partition.
- Logical partition- logical partitions are sub-partitions of extended partition and one extended partition can hold lots of logical partitions.
Network Operating System Administration
- Hardware and Network Operating System Maintenance
- Network Security
- IT Career Opportunities
- Installation of Linux
- Installation of Windows NT
- Windows NT and Its Advantages and disadvantages
- Difference between Linux and Windows NT
- Linux Firewall and Its Types
- Basic Storage Devices Concepts
- Shell Scripting
- Administering User Accounts using GUI tool and Command Line