windows常用命令(磁盘操作篇)
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了windows常用命令(磁盘操作篇)相关的知识,希望对你有一定的参考价值。
指定盘符:
chkdsk c:
修复错误:
chkdsk /f
指定盘符:
chkntfs c:
修复错误:
chkntfs /c
convert c: /fs:ntfs
defrag c: /u /v
开启:
diskperf -y
关闭:
diskperf -n
format /q c:
显示:
hostname
设置:
hostname lee
指定盘符:
label c:win10 #设置c盘的卷标为win10
设置:
subst z: c:\test #用z:代替c:\test
进入:
cd /d z: #相当于进入了c:\test
开启:
verify on
关闭:
verify off
以上是关于windows常用命令(磁盘操作篇)的主要内容,如果未能解决你的问题,请参考以下文章