- 5
- 0
- 约4.45千字
- 约 19页
- 2016-12-29 发布于重庆
- 举报
How to create file systems in Linux
Disk Partitions - steps for viewing existing and creating new disk partitions
view disk partitions with fdisk -l command:
creating standard linux partition
1. Get device name with fdisk -l (in example /dev/sdc has no partitions)
2. Create partitions on device - command to run fdisk /dev/sdc
The selections for partition 1 should be:
Command: n (for new partition)
Comand action: p (for primary partition)
First Cylinder: 1 or enter for default
Last Cylinder: 1300 (approx half of the disk space)
Selections similar to partition 2
After p
原创力文档

文档评论(0)