Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What is the method of disk formatting in Linux system

2025-03-31 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

Most people do not understand the knowledge points of this article, "what is the method of disk formatting in Linux system?", so the editor summarizes the following content, detailed content, clear steps, and has a certain reference value. I hope you can get something after reading this article. Let's take a look at this "what is the method of disk formatting in Linux system".

Syntax: mkfs [- t file system format] device file name options and parameters:

-t: you can connect to the file system format, such as ext3, ext2, vfat, etc. (the system will not take effect until it is supported)

Example 1 to view the file formats supported by mkfs

[root@www ~] # mkfs [tab] [tab] mkfs mkfs.cramfs mkfs.ext2 mkfs.ext3 mkfs.msdos mkfs.vfat press two [tab] and you will find that the file formats supported by mkfs are shown above.

Example 2 formats the partition / dev/hdc6 (you can specify your own partition) as the ext3 file system:

[root@www] # mkfs-t ext3 / dev/hdc6 mke2fs 1.39 (29-May-2006) Filesystem label= above is the content of this article on "what is the method of disk formatting in Linux system". I believe you all have some understanding. I hope the content shared by the editor will be helpful to you. If you want to know more about it, please follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 258

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report