Command (m for help): 输入 n 并按下 Enter
Partition type: Select (default p): 按下 Enter
Partition number (1-4, default 1): 按下 Enter
First sector (2048-209715199, default 2048): 按下 Enter
Last sector, +sectors or +size{K,M,G} (2048-209715199....., default 209715199): 输入 +15G 并按下 Enter
然后建立第二个分区:
Command (m for help): 输入 n 并按下 Enter
Partition type: Select (default p): 按下 Enter
Partition number (1-4, default 2): 按下 Enter
First sector (31459328-209715199, default 31459328): 按下 Enter
Last sector, +sectors or +size{K,M,G} (31459328-209715199....., default 209715199): 按下 Enter
现在预览下新的分区表:
Command (m for help): 输入 p 并按下 Enter
Device Boot Start End Blocks Id System
/dev/sda1 2048 31459327 15728640 83 Linux
/dev/sda2 31459328 209715199 89127936 83 Linux
YunEr 于 2014-06-05 11:40:17发表:
谢谢,现在我已经会了!!
kefa_1234 于 2014-06-03 12:19:09发表:
haode
qkhxe 于 2014-05-28 10:48:25发表:
努力学习不落伍,谢谢了,好东西
YunEr 于 2014-05-20 23:35:42发表:
谢谢!受教了!
凌空雨声 于 2014-05-19 12:40:25发表:
用分区工具fdisk创建分区,用以下命令运行 fdisk :
# fdisk /dev/sda
然后建立第一个分区:
Command (m for help): 输入 n 并按下 Enter
Partition type: Select (default p): 按下 Enter
Partition number (1-4, default 1): 按下 Enter
First sector (2048-209715199, default 2048): 按下 Enter
Last sector, +sectors or +size{K,M,G} (2048-209715199....., default 209715199): 输入 +15G 并按下 Enter
然后建立第二个分区:
Command (m for help): 输入 n 并按下 Enter
Partition type: Select (default p): 按下 Enter
Partition number (1-4, default 2): 按下 Enter
First sector (31459328-209715199, default 31459328): 按下 Enter
Last sector, +sectors or +size{K,M,G} (31459328-209715199....., default 209715199): 按下 Enter
现在预览下新的分区表:
Command (m for help): 输入 p 并按下 Enter
Device Boot Start End Blocks Id System
/dev/sda1 2048 31459327 15728640 83 Linux
/dev/sda2 31459328 209715199 89127936 83 Linux
然后向磁盘写入这些改动:
Command (m for help): 输入 w 并按下 Enter
若因fdisk遇到错误导致以上操作无法完成,可以q命令来退出。
YunEr 于 2014-05-19 11:24:29发表:
应该不行吧!
lein 于 2014-05-19 08:47:36发表:
是像/,swap这样的分区吧,用分区软件能搞的