file system – POFTUT

How To Format A Hard Drive (Windows 10, 8, 7, XP)?

How To Format A Hard Drive (Windows 10, 8, 7, XP)?

In order to use a disk, you need to create a partition and format it with Windows supported file system like NTFS, Fat32, etc. File systems are used to put data into the disk in a structured manner. We can format a drive or partition easily by using the Disk Management tool. Open Disk Management … Read more

What Is SSD (Solid State Drive)?

What Is SSD (Solid State Drive)?

SSD is a new generation storage technology that provides different benefits to computing. SSD is the short form of the Solid State Drive where it is technology is similar to the Flash Disk Drives or USB Drives. In this tutorial, we will learn SSD, SSD Applications, SSD Types, SSD Interface/Connection Types, SSD Advantages, SSD vs … Read more

Compare FAT32 vs exFAT vs NTFS File Systems

Compare FAT32 vs exFAT vs NTFS File Systems

NTFS, FAT32, and exFAT are popular file systems used in different operating systems and platforms. Actually all of these 3 file systems are related to each other where FAT32 is the first file system designed for Windows operating systems and extended with the exFAT file system but NTFS is designed for a complete replacement for … Read more

How To Change Directory In CMD (MS-DOS and PowerShell)?

How To Change Directory In CMD (MS-DOS and PowerShell)?

cmd or cmd.exe or MS-DOS is a command-line tool used in Windows operating systems. One of the most basic operations for the command line is changing the directory. We can change the current working directory with the cd command. It may seem very basic and easy but a changing directory with the cd command provides … Read more

What Is an Operating System (OS)?

What Is an Operating System (OS)?

An operating system is a software that is used to operate, use computer or server hardware, and provide these sources to the user applications. Operating systems is an intermediate software which is very important for computers and servers because it provides a lot of different services to the user side applications. Operating System History Operating … Read more

What Is Linux fstab File and How Can We Configure It?

Linux operating system relies on files. File systems should be mounted in order to be used. Mounting a file system can be with the mount command. In order to mount single or multiple file systems, we need some configuration. There is default configuration while using mount. But if we want to provide different options about … Read more

What Is mtime In Linux and Find Command?

Linux operating system and related technologies and tools provide modification time of the files, folders, executables etc. mtime is an attribute used by files, directories and different type of files like text, binary etc. In this tutorial, we will learn how to use mtime attribute with Linux find and related commands. Modification Time (mtime) Files … Read more

How To Mount SSHFS On Linux and Windows?

SSH is a secure remote connection protocol used to manage and get a shell from remote systems. SSH is mainly used by Linux distributions. SSH also provides a secure file share over the network which is names as SSHFS. Install SSHFS Client For Linux SSHFS is named as file system. We need to install SSHFS … Read more

Overview Of Linux File Systems Like Ext3, Btrfs, Zfs

File systems are important part of the operating systems. Files and folders are stored in file system. There are a lot of different type of files systems. We generally uses the Linux distribution provided file system without changing it. ext4  is the most used and stable file system in the Linux ecosystem. There are alternatives … Read more

How To Recover Data with ddrescue Command?

ddrescue is a GNU provided data recovery tool.It can copy and recover file, directory or whole hard drive. The best part of the ddrescue is it can prevent or solve read errors. Install For Ubuntu, Debian, Kali and Mint We can install ddrescue tool for deb based distributions like below. ddrescue command is provided with … Read more