Sie sind auf Seite 1von 2

4/11/2014

Creating a New Partition in Linux

Creating a New Partition in Linux


In most Linux systems, you can use the f d i s kutility to create a new partition and to do other disk management operations. Note: To be able to execute the commands necessary to create a new partition on Linux, you must have the r o o tprivileges. As a tool with a text interface, f d i s krequires typing the commands on the f d i s kcommand line. The following f d i s kcommands may be helpful: Options Description Displays the available commands.

m p

Displays the list of existing partitions on your h d adrive. Unpartitioned space is not listed. C reates a new partition.

n q l w

Exits f d i s kwithout saving your changes. Lists partition types.

Writes changes to the partition table.

To create a new partition on Linux 1. Start a terminal. 2. Start f d i s kusing the following command:

/ s b i n / f d i s k/ d e v / h d a
where / d e v / h d astands for the hard drive that you want to partition. 3. In f d i s k , to create a new partition, type the following command:

n
When prompted to specify the Partition type , type pto create a primary partition or e to create an extended one. There may be up to four primary partitions. If you want to create more than four partitions, make the last partition extended, and it will be a container for
http://download.parallels.com/desktop/v5/docs/en/Parallels_Desktop_Users_Guide/23117.htm 1/2

4/11/2014

Creating a New Partition in Linux

other logical partitions. When prompted for the Number, in most cases, type 3because a typical Linux virtual machine has two partitions by default. When prompted for the Start cylinder, type a starting cylinder number or press Return to use the first cylinder available. When prompted for the Last cylinder, press Return to allocate all the available space or specify the size of a new partition in cylinders if you do not want to use all the available space. By default, f d i s kcreates a partition with a System ID of 8 3 . If you're unsure of the partition's System ID, use the

l
command to check it. 4. Use the

w
command to write the changes to the partition table. 5. Restart the virtual machine by entering the

r e b o o t
command. 6. When restarted, create a file system on the new partition. We recommend that you use the same file system as on the other partitions. In most cases it will be either the E x t 3or R e i s e r F Sfile system. For example, to create the E x t 3 file system, enter the following command:

/ s b i n / m k f ste x t 3/ d e v / h d a 3
7. C reate a directory that will be a mount point for the new partition. For example, to name it d a t a , enter:

m k d i r/ d a t a
8. Mount the new partition to the directory you have just created by using the following command:

m o u n t/ d e v / h d a 3/ d a t a
9. Make changes in your static file system information by editing the / e t c / f s t a bfile in any of the available text editors. For example, add the following string to this file:

/ d e v / h d a 3/ d a t ae x t 3d e f a u l t s00
In this string / d e v / h d a 3is the partition you have just created, / d a t ais a mount point for the new partition, E x t 3is the file type of the new partition. For the exact meaning of other items in this string, consult the Linux documentation for the m o u n tand f s t a bcommands. 10. Save the / e t c / f s t a bfile. Top of page Feedback

http://download.parallels.com/desktop/v5/docs/en/Parallels_Desktop_Users_Guide/23117.htm

2/2

Das könnte Ihnen auch gefallen