博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
linux磁盘分区fdisk命令详解
阅读量:6005 次
发布时间:2019-06-20

本文共 706 字,大约阅读时间需要 2 分钟。

注解:

Command (m for help): 在这里按m ,就会输出帮助:
Command action
a  toggle a bootable flag
b  edit bsd disklabel
c  toggle the dos compatibility flag
d  delete a partition 注:这是删除一个分区的动作;
 l  list known partition types 注:l是列出分区类型,以供我们设置相应分区的类型;
m print this menu 注:m 是列出帮助信息;
n  add a new partition 注:添加一个分区;
o  create a new empty DOS partition table
p  print the partition table 注:p列出分区表;
q  quit without saving changes 注:不保存退出;
s  create a new empty Sun disklabel
t  change a partition's system id 注:t 改变分区类型;
u  change display/entry units
v  verify the partition table
w  write table to disk and exit 注:把分区表写入硬盘并退出;
x  extra functionality (experts only) 注:扩展应用,专家功能

本文转自 Mr_sheng 51CTO博客,原文链接:http://blog.51cto.com/sf1314/1977343

转载地址:http://wepmx.baihongyu.com/

你可能感兴趣的文章
Silverlight载入动画(简易)
查看>>
笔记本无法检测到无线信号的终极解决方案
查看>>
SSH-KeyGen 的用法
查看>>
Silverlight实现ComboGrid功能
查看>>
很久没有更新日志了
查看>>
html5指南--5.使用web storage
查看>>
ORA-12514 TNS 监听程序当前无法识别连接描述符中请求服务|转|
查看>>
ulimit用法简介
查看>>
tomcat 配置首页
查看>>
PHP工厂模式的好处
查看>>
半年拾遗
查看>>
URL加随机数的作用
查看>>
介绍dbms_registry PL/SQL程序包
查看>>
Sketchup二次开发之添加组
查看>>
[转]浅谈协方差矩阵
查看>>
LOCAL_LISTENER 引起的错误
查看>>
Easyui datagrid 特殊处理,记录笔记
查看>>
判断radiobutton是否被选中
查看>>
ActionBar 笔记
查看>>
startsWith
查看>>