How to format hard drive in linux

Release: 2020-03-12 13:24:15
Original
11190 people have browsed it

How to format hard drive in linux

You can use the following command to format the hard disk in Linux:

mkfs -t type dev
Copy after login

Parameter introduction:

mkfs: format command, create file system

-t: Specify the file system type

type: Specific file system type. For example: ext2, ext3

dev: device file, usually a partition

Example:

How to format hard drive in linux

Recommended learning:Linux video Tutorial

The above is the detailed content of How to format hard drive in linux. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!