RadarURL
Skip to content
조회 수 17050 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
Physical Disk
A physical disk represents the entire disk and points to the following:

DeviceHarddiskxPartition0


Windows NT automatically creates a symbolic link name of \.PhysicalDrivex, where x is the number corresponding to your hard disk drive number in Disk Administrator and matching the x in DeviceHarddiskxPartition0. \.Symbolic link name PhysicalDrivex is automatically defined by Windows for every hard disk in the computer. For example, a computer with three hard disks:

\.PhysicalDrive0
\.PhysicalDrive1
\.PhysicalDrive2


Internally, these names expand to the following:

\.PhysicalDrive0 = DeviceHarddisk0Partition0
\.PhysicalDrive1 =DeviceHarddisk1Partition0
\.PhysicalDrive2 =DeviceHarddisk2Partition0


Partition0 is special, because it represents the entire physical disk regardless of any partitioning scheme on that disk. On all disks recognized by Windows, Disk Administrator writes a signature on the first block of all disks. To avoid overwriting that block, Oracle9i database skips the first block of a physical raw partition that is used for an Oracle9i datafile.

Logical Partition
A logical partition is a partition created by Disk Administrator that points to a drive other than DeviceHarddiskxPartition0.

Logical partitions are initially assigned names with drive letters (\.drive_letter:) and typically re-assigned symbolic link names (\.symbolic link name). For example, \.D: may be assigned a symbolic link name of \.ACCOUNTING_1. Regardless of whether a drive letter or symbolic link name is used, logical partitions are defined to represent a specific partition in a disk rather than the entire disk. Internally, these names can expand to:

\.D:= DeviceHarddisk2Partition1
\.ACCOUNTING_1= DeviceHarddisk3Partition2


Drive letters can be assigned to specific partitions, using Disk Administrator. Symbolic link names can, on the other hand, be assigned using a utility such as DOSDEV.EXE, which is available with Windows NT Resource Kit.

Physical Disk and Logical Partition Considerations
Consider the following when deciding which raw partition to use:

Physical disks are automatically defined by Windows to represent the entire disk, and should never be defined by the user.


Logical partitions must be defined by the user to represent a specific partition in a disk. These partitions should be logical partitions or drives contained in an extended partition. They should never be defined as Partition0.


Using an entire disk (Partition 0) for an Oracle9i datafile and using a partition that occupies the entire disk for an Oracle9i datafile are not the same thing. Even when a partition occupies the entire disk, there is still a small space on the disk that is not part of the partition.


If you are using an entire disk for an Oracle9i datafile (Partition0), use the pre-defined physical raw names that Windows NT provides.


Use a logical partition if you are using a specific partition and it occupies the entire disk.


If using a specific partition created with Disk Administrator, define and use a symbolic link name rather than a logical partition number (even if it occupies the entire disk).
?

List of Articles
번호 제목 글쓴이 날짜 조회 수
199 "이 컨트롤을 활성화하고,사용하려면 클릭하십시오."를 없애는 법 JaeSoo 2007.11.30 16756
198 "사용할 수 있는 활성 믹서 장치가 없습니다." 메시지가 뜨며 소리가 들리지 않을 때 JaeSoo 2010.03.10 20541
197 "서버 저장소 공간이 부족하여 이 명령을 처리할 수 없습니다.","풀이 비었으므로, 서버가 시스템의 비페이징 풀에서 할당하지 못했습니다.","서버가 지난 60초 동안 작업 항목을 <n>번 할당할 수 없었습니다." JaeSoo 2011.07.12 13109
196 'Intel High Definition Audio (인텔 디스플레이 오디오)'를 지원하는 AD2700-ITX 메인보드에서 '알 수 없는 장치' 오류 해결방법 JaeSoo 2012.11.09 18884
195 '안전하게 제공된 콘텐츠만 보시겠습니까?' 보안 경고창 없애기 JaeSoo 2013.03.01 24581
194 '윈도우 7' 에서 폴더 여는 시간이 오래 걸린다면? JAESOO 2016.02.13 848
193 32bit 윈도우에서 나타나는 메모리 부족 문제 해결방법 JAESOO 2013.07.03 11495
192 32bit 환경에서 4Gb 이상의 메모리 사용하기 [readyfor4gb] JaeSoo 2013.09.05 4464
191 32비트 운영체제에서 4GB 이상의 램 사용을 위한 램디스크 설치와 활용 JaeSoo 2011.10.04 11290
190 4GB 제한의 진실, 32비트 Windows (XP, Vista, 7)클라이언트 JAESOO 2013.07.03 26351
189 AsusSetup 에러 AppData\Local\Temp iniis lost 에러 JAESOO 2015.01.26 1027
188 Blaster 웜 바이러스와 Sasser 웜바이러스 퇴치법 JaeSoo 2004.09.24 6146
187 Boot CD 를 USB 에서 간편하게 부팅하기 JaeSoo 2009.02.17 5998
186 C 드라이브 루트의 fswlog.txt 파일.. JaeSoo 2006.02.19 19662
185 C:windowsPCHealthErrorRep 폴더관련 JaeSoo 2011.11.14 6141
184 Cache, Cash? JaeSoo 2011.09.17 6681
183 Chkdsk.exe에서 사용할 수 있는 새로운 /C 및 /I 스위치에 대한 설명 JAESOO 2014.05.08 2843
182 DEP(데이터 실행 방지(DEP,Data Execution Prevention) 해제 방법 JaeSoo 2009.12.05 7233
181 DLNA Media Server 종류와 장단점 분석 JaeSoo 2011.09.11 11128
180 DOS 명령어와 일괄 프로그램 : 간단한 배치파일 만들기 JaeSoo 2013.08.27 5111
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 Next
/ 10

PageViews   Today : 8496 Yesterday : 5037 Total : 21964548  /  Counter Status   Today : 8203 Yesterday : 4602 Total : 1190926

Edited by JAESOO

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


이 PC에는 나눔글꼴이 설치되어 있지 않습니다.

이 사이트를 나눔글꼴로 보기 위해서는
나눔글꼴을 설치해야 합니다.

설치 취소