2 테라바이트보다 큰 Ubuntu 파티션 만들기

Summary: Steps for creating a partition larger than 2 Terabytes in Linux.

Ez a cikk a következő(k)re vonatkozik: Ez a cikk nem vonatkozik a következő(k)re: Ez a cikk nem kapcsolódik egyetlen konkrét termékhez sem. Ez a cikk nem azonosítja az összes termékverziót.

Symptoms

사용 가능한 증상 정보가 없습니다.

Cause

사용 가능한 원인 정보가 없습니다.

Resolution

경고: This process involves modifications to the partitions on the hard drive and there is a chance of data loss. A best practice is to back up all data on the system before beginning this process.

Users may want to create a Linux partition that is larger than 2 Terabytes (TB) on a secondary hard drive. The default partition methods in Linux have a 2-Terabyte limitation. The following process was tested using the versions of Linux listed below and may be valid for other distributions of Linux.

  • Red Hat Enterprise Linux(RHEL) Versions 5.3, 6.0, and 6.1.
  • Fedora: Versions 14, 15, and 16.
  • CentOS 버전 4.0 이상
  • Ubuntu: 버전 4.0 이상

Follow the process below to create a Linux partition that is larger than 2 Terabytes on a secondary hard drive.

  1. Linux의 Terminal을 엽니다. An example can be found in this link: Dell 컴퓨터에서 Ubuntu Linux 터미널을 사용하는 방법
  2. At the command line, type in the command of "su" and enter the root password to log in to the root account.
  3. 다음 명령을 입력합니다.parted /dev/sdb" (where "/dev/sdb" is the device name for the drive you want to configure) and press the "Enter" key.
    1. Note that the "parted" utility allows users to view and change the size of existing partitions.
    2. 참고:sdb" indicates the storage drive designated to hold data (usually the secondary hard drive installed on a system).
    3. Note that the "sdb" device should not be in use during this process.
    4. Note that you can display the current partition table if necessary with the command "parted /dev/sdb print"로 변경되었습니다.
  4. 다음 명령을 입력합니다.mklabel gpt" (where "gpt" is the label for the partition table) and press the "Enter" key.
    1. Note that the "mklabel" command creates a disk label for the partition table.
  5. 다음 명령을 입력합니다.mkpart primary 0 3800G" (where "primary" indicates the partition type, "0" indicates the start of the partition and "3800G주소 끝에 추가한 후 Enter 키를 누릅니다.
    1. Note that the "mkpart" command makes a partition without creating a new file system on the partition.
    2. Note that you use the correct numbers for the start and end of the partition that you intend to create. Using the example numbers of "0" and "3800G" will create a partition from 0.0 megabytes to 3,800,000 megabytes.
  6. You may receive a notice stating that the current partition is not in alignment with the file system Ignore/Cancel.
    1. If so, type in the command "I" to Ignore and press the "Enter" key.
  7. 를 입력합니다.quit" to exit the parted utility and save changes and press the "Enter" key.
  8. You can now add your file system to the new partition.
    1. 를 입력합니다.mkfs.ext4 -L /data /dev/sdb" (where "ext4" indicates the file system type, "-L /data" indicates a label of "data") and press the "Enter" key.
    2. Note that the "mkfs.ext4" command is used to create an ext4 file system.

맨 위로 이동

Termék tulajdonságai
Article Number: 000140053
Article Type: Solution
Utoljára módosítva: 13 aug. 2025
Version:  4
Választ kaphat kérdéseire más Dell-felhasználóktól
Támogatási szolgáltatások
Ellenőrizze, hogy a készüléke rendelkezik-e támogatási szolgáltatással.