December 2000
Intermediate to advanced
800 pages
22h 41m
English
Partitioning the hard drive is done with the fdisk utility, which is very similar to the utility used on other operating systems such as DOS. A new partition can be created on the newly added hard drive by running fdisk and supplying the name of the device to be partitioned. For example, if the newly added drive is /dev/hdb, it can be partitioned as follows:
# fdisk /dev/hdb
After fdisk starts, the following directions will show you how to create and delete partitions, and how to change the partition type. After a partition is created, it becomes known to Linux by a unique device name and partition number. In the preceding example, the first partition on the drive hdb is referenced as /dev/hdb1 in Linux.
Note
Read now
Unlock full access