format的命令有哪些?
发布网友
发布时间:2022-04-23 01:40
我来回答
共4个回答
热心网友
时间:2023-10-10 10:08
format命令的格式很简单: 格式化A盘,就是 format A: ,格式化B盘,就是 format B: 。
请你看一个例子,从键盘上输入 format A:
这时计算机就让你在A驱动器中插入磁盘
你插入磁盘后,按一下回车键,计算机就开始对软盘进行格式化。 屏幕上显示已经完成的百分比
格式化完成之后,出现提示让你给磁盘起一个名字。你可以输入你喜欢的名字,也可以直接敲回车不输入名字。
接下来,计算机会向你报告磁盘的总空间和可利用空间,
如果总空间和可利用空间相等,说明磁盘空间全部是好的。如果可利用空间小于总空间,说明有一部分磁盘坏了。
看到最后一句话没有,这是计算机问你是不是还要格式化其他软盘,如果你只需格式化这张软盘,就键入N,如果还要格式化其他软盘,就键入Y。
现在你可以练习一下,格式化一张无用的软盘看看自己掌握怎样。
有一件事必须告诉你,如果要格式化的不是新盘,format命令会把磁盘上的所有文件都删除掉,所以在格式化之前,你要确认磁盘中的内容全都是无用的,否则将会给你带来很大损失。切记:不要尝试对硬盘使用format命令,除非你知道自己在干什么,否则你将丢失你电脑内的一切信息。
参考资料:http://cnbie.net/print_146048m134679.html
热心网友
时间:2023-10-10 10:08
由于它的破坏性极大,使用时一定要小心!
两个用途,即格式化硬盘和重新对硬盘分区.
1)格式化硬盘
最好进入单用户模式
#format
系统会显示所有的硬盘并让我们选择要操作硬盘:
Searching for disks...done
AVAILABLE DISK SELECTIONS:
0. c0t0d0
/pci@1f,4000/scsi@3/sd@0,0
1. c0t1d0
/pci@1f,4000/scsi@3/sd@1,0
2. c0t2d0
/pci@1f,4000/scsi@3/sd@2,0
3. c0t3d0 u03
/pci@1f,4000/scsi@3/sd@3,0
Specify disk (enter its number): 2
selecting c0t2d0
[disk formatted]
Warning: Current Disk has mounted partitions.
FORMAT MENU:
disk - select a disk
type - select (define) a disk type
partition - select (define) a partition table
current - describe the current disk
format - format and analyze the disk
repair - repair a defective sector
label - write label to the disk
analyze - surface analysis
defect - defect list management
backup - search for backup labels
verify - read and display labels
save - save new disk/partition definitions
inquiry - show vendor, proct and revision
volname - set 8-character volume name
! - execute , then return
quit
format> partition
PARTITION MENU:
0 - change `0' partition
1 - change `1' partition
2 - change `2' partition
3 - change `3' partition
4 - change `4' partition
5 - change `5' partition
6 - change `6' partition
7 - change `7' partition
select - select a predefined table
modify - modify a predefined partition table
name - name the current table
print - display the current table
label - write partition map and label to the disk
! - execute , then return
quit
partition> modify
partition>label
partition>quit
format>save
使用命令newfs来为每一个分区创建文件系统:
newfs /dev/rdsk/c?t?d?s?
硬盘包含启动分区(根分区),我们需要手动安装启动模块
#reboot cdrom -s (从光盘启动,并进入单用户模式)
#mount /dev/dsk/c0t1d0s0 /mnt (将系统根分区挂接到mnt目录下)
#cp /ufsboot /mnt
#installboot /lib/fs/ufs/bootblk /dev/rdsk/c0t1d0s0 (安装启动模块)
#umount /mnt (卸下挂接)
#reboot (重启动)
2) 重新分区
format命令也可以对硬盘进行重新分区。重新分区后,受影响分区上的所有文件将被清除
要对该分区表命名,SAVE退出format 命令。分区结束后,我们要用newfs命令为改变的分区创建文件系统
参考资料:http://www.it023.com/software/applications/operationsystem/unix/2004-04-05/1081143739d11445.html
热心网友
时间:2023-10-10 10:09
你直接在XP的运行里输入CMD后回车,弹出的一个DOS框里,输入:format
/?后回车。有详细的说明。
热心网友
时间:2023-10-10 10:09
晕,你打个format/?不就知道了。不会英文,全抄过来我们告诉你