Code360 powered by Coding Ninjas X Naukri.com. Code360 powered by Coding Ninjas X Naukri.com
Last updated: Feb 7, 2022

Disk Management

Disk Management is a utility built into different operating systems which can be used to create, delete, format partitions, assign drive letters, and much more. Disk management can also be used to view partitions and their formatted file systems on the hard drive.
File Systems
In this article, we will learn File Systems also about its different methods,  types, and specifications and briefly discuss the components in the file system and the fragmentation.
UNIX File System
This blog is about introducing the Unix file system; it covers the components of the Unix file system: files and directories along with various types of Unix file systems.
Implementing Directory Management Using Shell Script
This article will discuss how useful shell script is and how to implement directory management with its help. We will also consult some FAQs.
Directory Structure in OS (Operating System) MEDIUM
A directory structure is used to store, arrange, and segregate files and folders. It uses a hierarchical structure to organise files and directories.
File Allocation Methods in OS MEDIUM
File allocation refers to the process of assigning storage space to files on a storage medium. There are five file allocation methods in OS. Read on to learn more!
File Access Methods in OS MEDIUM
Learn about the file access methods in operating systems. Understand the advantages and disadvantages of each method and choose the right one for your application.
Secondary Memory
In this article, we will learn how secondary memory solves the storage problems in computers and some commonly used types of secondary memory.
Memcached MEDIUM
In this article, we will discuss the concepts of Memcached, its components, working, features, disadvantages, and complete installation procedure.
Difference between SSD and HDD
The difference between SSD and HDD is how data is accessed and stored.
Disk Scheduling Algorithms in OS (Operating System) EASY
Explore disc scheduling algorithms in OS, including key terms, their importance, and various types of disc scheduling algorithms essential for efficient system performance.
SSTF Disk Scheduling Algorithm MEDIUM
This article discusses the Shortest Seek Time First (SSTF) disk scheduling algorithm, which selects the request with the shortest seek time from the current head position to minimize the overall seek time.
SCAN Disk Scheduling Algorithm MEDIUM
SCAN disk scheduling algorithm is a non-preemptive process, it processes requests without interruption once it begins.
SCAN Disk Scheduling Algorithm MEDIUM
Learn about the SCAN Disk Scheduling Algorithm It is also known as Elevator Algorithm, a simple and efficient way to manage disk requests.
C-Scan Disk Scheduling Algorithm EASY
C-Scan (Circular Scan) is a disk scheduling algorithm used in computer operating systems. In this blog, we discuss more about its various examples along with its advantages and disadvantages.
Difference Between FCFS and SCAN Disk Scheduling Algorithms
This blog covers the difference between FCFS and SCAN disk scheduling algorithms in operating systems and also covers these two algorithms with their example.
SCAN Vs C-SCAN DISK SCHEDULING EASY
This article discusses the difference Between Scan And C-Scan Disk Scheduling Algorithms with examples. Learn comparison, advantages, and disadvantages.
LOOK and CLOOK Algorithm
This article incorporates the two-disc algorithms, the LOOK algorithm and the CLOOK algorithm illustrated with examples.
Difference Between Look and C-Look Disk Scheduling Algorithm
This blog discusses Disk Scheduling Algorithm and its different types. Also, we will come to know the difference between Look and C-Look Disk Scheduling Algorithms.
Difference between Spooling and Buffering
This article is about the difference between spooling and buffering.
Free Space Management in Operating System (OS) MEDIUM
The operating system manages the free space in the hard disk. This is known as free space management in operating systems.
Disk Management in Operating System MEDIUM
This blog helps you clear your understanding of Disk Management in Operating systems. And also covers the major concepts of disc management like Disk Format, Booting from disk, and Bad block recovery.