Dell DX6000 사용자 설명서 - 페이지 36

{카테고리_이름} Dell DX6000에 대한 사용자 설명서을 온라인으로 검색하거나 PDF를 다운로드하세요. Dell DX6000 46 페이지. Rack installation instructions — static rails
Dell DX6000에 대해서도 마찬가지입니다: 보충 설명서 (4 페이지), 하드웨어 설치 지침 (2 페이지), 설정 및 구성 매뉴얼 (43 페이지), 설치 및 구성 매뉴얼 (35 페이지), 시작하기 매뉴얼 (28 페이지), 공지 사항 (28 페이지), 공지 사항 (20 페이지), 개요 (19 페이지), 구성 매뉴얼 (9 페이지), 구성 매뉴얼 (9 페이지), 릴리스 노트 (8 페이지), 참조 매뉴얼 (12 페이지), 구성 매뉴얼 (7 페이지), 릴리스 노트 (6 페이지), 릴리스 노트 (5 페이지), 릴리스 정보 (5 페이지), 설치 지침 (2 페이지), 설치 지침 (2 페이지)

Dell DX6000 사용자 설명서
5 Create a 10 GB restore partition of the file system type physical volume
(LVM) within the sda and click OK.
6 Select /dev/sdb1 from the Device list and click Edit.
7 Select Format partition as ext3.
8 In the Mount Point field, enter /u01 and click OK.
The /u01 mount point occupies the entire space of the sdb.
9 Click Next.
The /u01 mount path can also be configured after installing the operating
system. To configure the mount path after installing the operating system:
1 Identify the disk to be formatted. To identify the disk to be formatted, run
the following command:
fdisk -l | grep '^Disk'
2 Create a partition on the /dev/sdb block device using parted:
parted /dev/sdb
3 Create a gpt label on the block device:
(parted) mklabel
Yes/No: Yes
New disk label type? [gpt]? gpt
4 Create a partition that consumes the entire available space on /dev/sdb:
(parted) mkpart primary ext3 0 -1
Once the partition is created, exit using the following command:
(parted) quit
5 Create a file system on the formatted partition table. For example, run the
following command:
mkfs.ext3 -m1 /dev/sdb1
6 Create the /u01 directory in root directory and mount the file system to
the /u01 directory. For example, run the following command:
mkdir /u01
mount /dev/sdb1 /u01
36
Disaster Recovery