磁盘管理
1. 添加硬盘
2. 命令df
用于查看已挂载磁盘的总容量、使用容量、剩余容量等,可以不加参数以kb为单位
-i:查看inodes的使用状况
-h:表示使用合适的单位显示
-k:表示以KB为单位
-m:表示以MB为单位
-T:查看分区
3. 命令du
查看某个目录文件所占空间的大小 格式:du [-abckmsh] [文件名或目录名]
-a:全部目录和文件的大小都列出来
-b:表示列出的值以B为单位输出
-k:表示以KB为单位输出,和默认不加任何选项是一样的
-m:表示以MB为单位输出
-h:表示系统自动调节单位
-c:表示最后加总
-s:表示只列出总和
4. 命令fdisk -l
查看当前系统有哪些磁盘
5. 创建磁盘分区
[root@nl3 ~]# fdisk /dev/sdb
欢迎使用 fdisk (util-linux 2.23.2)。
更改将停留在内存中,直到您决定将更改写入磁盘。
使用写入命令前请三思。
Device does not contain a recognized partition table
使用磁盘标识符 0xed5a8ba0 创建新的 DOS 磁盘标签。
命令(输入 m 获取帮助):m
命令操作
a toggle a bootable flag
b edit bsd disklabel
c toggle the dos compatibility flag
d delete a partition-----------------------------------------------删除
g create a new empty GPT partition table
G create an IRIX (SGI) partition table
l list known partition types
m print this menu
n add a new partition------------------------------------------建立一个新分区
o create a new empty DOS partition table
p print the partition table---------------------------------------打印分区情况
q quit without saving changes---------------------------------退出
s create a new empty Sun disklabel
t change a partition's system id
u change display/entry units
v verify the partition table
w write table to disk and exit------------------------------------保存
x extra functionality (experts only)
命令(输入 m 获取帮助):n
Partition type:
p primary (0 primary, 0 extended, 4 free)
e extended
Select (default p): p
分区号 (1-4,默认 1):1
起始 扇区 (2048-16777215,默认为 2048):
将使用默认值 2048
Last