Linux格式化磁盘
Linux286
description
在linux下格式化磁盘/dev/sdf,建立ext4格式文件系统
command
mkfs.ext4 /dev/sdf
parameter
mkfs : 建立一个Linux文件系统。
result
... Writing superblocks and filesystem accounting information:
mkfs.ext4 /dev/sdf
mkfs : 建立一个Linux文件系统。
... Writing superblocks and filesystem accounting information:
I hope to help every developer quickly find the commands they need. Of course, you can also add your own commonly used commands for easy searching.