自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

Linux下用fdisk進(jìn)行分區(qū)的步驟

系統(tǒng) Linux
當(dāng)你在Linux服務(wù)器上裝上全新的硬盤后,你需要用類似 fdisk 這樣的工具進(jìn)行相應(yīng)的分區(qū)。 fdisk中相應(yīng)的提供5種基本操作:

當(dāng)你在Linux服務(wù)器上裝上全新的硬盤后,你需要用類似 fdisk 這樣的工具進(jìn)行相應(yīng)的分區(qū)。

fdisk中相應(yīng)的提供5種基本操作:

o n – 創(chuàng)建新分區(qū) 
o d – 刪除一個(gè)已有的分區(qū) 
o p – 打印現(xiàn)有的分區(qū)表 
o w – 把改動(dòng)寫入到分區(qū)表,也就是保存. 
o q – 離開 fdisk

創(chuàng)建新分區(qū)

在下面的例子中, 我創(chuàng)建了主分區(qū) /dev/sda1

 

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# fdisk /dev/sda
Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel Building a new DOS disklabel. Changes will remain in memory only, until you decide to write them. After that, of course, the previous content won't be recoverable. The number of cylinders for this disk is set to 34893. There is nothing wrong with that, but this is larger than 1024, and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs (e.g., DOS FDISK, OS/2 FDISK)
Warning: invalid flag 0x0000 of partition table 4 will be corrected by w(rite)
Command (m for help): p
Disk /dev/sda: 287.0 GB, 287005343744 bytes
255 heads, 63 sectors/track, 34893 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
Command (m for help): n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4): 1
First cylinder (1-34893, default 1):
Using default value 1
Last cylinder or +size or +sizeM or +sizeK (1-34893, default 34893):
Using default value 34893
Command (m for help): w
The partition table has been altered!
Calling ioctl() to re-read partition table.
Syncing disks.

 

確認(rèn)分區(qū)是否創(chuàng)建成功

 

1
2
3
4
5
6
7
8
9
10
11
12
# fdisk /dev/sda
The number of cylinders for this disk is set to 34893.
There is nothing wrong with that, but this is larger than 1024, and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs (e.g., DOS FDISK, OS/2 FDISK)
Command (m for help): p
Disk /dev/sda: 287.0 GB, 287005343744 bytes
255 heads, 63 sectors/track, 34893 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 1 34893 280277991 83 Linux
Command (m for help): q

 

Linux下用fdisk進(jìn)行分區(qū)的步驟就介紹到這里了。

【編輯推薦】

  1. 如何在RHEL5.7下搭建和配置DHCP服務(wù)器
  2. Linux服務(wù)器的16個(gè)監(jiān)控命令
  3. 服務(wù)器性能指標(biāo):撥開服務(wù)器評(píng)測(cè)體系迷霧
責(zé)任編輯:趙寧寧
相關(guān)推薦

2010-05-28 18:23:27

Linux分區(qū)工具

2019-02-11 14:50:21

Linux分區(qū)命令

2014-08-07 11:26:04

linuxfdiskpartprobe

2022-01-11 15:10:18

Linuxfdiskparted

2009-12-25 09:54:56

linuxfdisk

2010-12-24 10:25:20

SCP 命令

2011-03-09 10:25:25

Linux安裝LAMP

2009-03-06 16:21:59

LinuxTestdisk修復(fù)軟件

2018-01-15 14:59:35

Linux命令交換分區(qū)

2009-01-09 22:52:16

服務(wù)器硬盤Linux

2011-08-16 16:45:18

2011-08-10 14:51:46

LinuxLVM分區(qū)

2011-01-10 13:40:35

linux硬盤分區(qū)

2011-08-16 17:19:59

linux加密分區(qū)

2009-12-08 12:24:36

LinuxNTFS分區(qū)寫操作

2010-11-02 14:16:02

linux下安裝DB2

2016-10-27 13:25:08

LinuxMySQL安裝

2010-03-02 15:35:41

Linux硬盤分區(qū)

2010-01-04 10:02:10

Linux掛載u盤

2009-12-17 17:41:52

點(diǎn)贊
收藏

51CTO技術(shù)棧公眾號(hào)