About: Volume Table of Contents     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : owl:Thing, within Data Space : dbpedia.demo.openlinksw.com associated with source document(s)
QRcode icon
http://dbpedia.demo.openlinksw.com/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FVolume_Table_of_Contents&invfp=IFP_OFF&sas=SAME_AS_OFF

In the IBM System/360 storage architecture, the Volume Table of Contents (VTOC), is a data structure that provides a way of locating the data sets that reside on a particular DASD volume. With the exception of the IBM Z compatible disk layout in Linux on Z, it is the functional equivalent of the MS/PC DOS File Allocation Table (FAT), the Windows NT Master File Table (MFT), and the equivalent structure in, e.g., a Linux file system. The VTOC is not used to contain any IPLTEXT and does not have any role in the IPL process, therefore does not have any data used by or functionally equivalent to the MBR. It lists the names of each data set on the volume as well as size, location, and permissions. Additionally, it contains an entry for every area of contiguous free space on the volume. The third

AttributesValues
rdfs:label
  • Volume Table Of Contents (de)
  • 볼륨 목록 (ko)
  • Volume Table of Contents (en)
rdfs:comment
  • Die (seltener der) Volume Table Of Contents (VTOC) ist das Inhaltsverzeichnis eines DASD-Datenträgers. In der VTOC stehen pro Dataset die physische Position der einzelnen sowie Metadaten wie Dateiformat, Erstellungs-, Zugriffs- und Ablaufdatum. Die VTOC entspricht dem (Datenträgeretikett) bei Banddatenträgern. (de)
  • IBM 메인프레임 기억 구조에서 볼륨 목록(Volume table of contents, VTOC)은 특정 디스크 볼륨에 상주한 데이터셋을 위치시키는 방법을 제공하는 데이터 구조이다. 볼륨 상의 첫 64K 트랙 안에 상주할 수 있으며 크기, 위치, 권한뿐 아니라 볼륨에 설정된 각 데이터의 이름을 나열한다. 게다가 볼륨 상의 인접한 여유 공간의 영역마다 엔트리를 포함하고 있다. DASD(디스크 팩)의 볼륨 상의 첫 실린더의 첫 트랙에 위치한 세 번째 레코드는 볼륨 레이블이며, VTOC의 위치 포인터를 포함해야 한다. VTOC는 ICKDSF라는 디스크 지원 기능 유틸리티 프로그램을 이용하여 초기화할 때 디스크에 추가된다. VTOC는 본래 이동식 디스크팩에 사용하도록 설계되었다. 데이터 셋을 위치시키기 위해 프로그램은 일반적으로 z/OS 카탈로그의 정보를 얻어 데이터셋이 상주한 볼륨을 찾는다. 올바른 볼륨을 찾으면 VTOC는 디스크 상의 어디에 데이터셋이 저장되어 있는지 찾아내기 위해 검색된다. (ko)
  • In the IBM System/360 storage architecture, the Volume Table of Contents (VTOC), is a data structure that provides a way of locating the data sets that reside on a particular DASD volume. With the exception of the IBM Z compatible disk layout in Linux on Z, it is the functional equivalent of the MS/PC DOS File Allocation Table (FAT), the Windows NT Master File Table (MFT), and the equivalent structure in, e.g., a Linux file system. The VTOC is not used to contain any IPLTEXT and does not have any role in the IPL process, therefore does not have any data used by or functionally equivalent to the MBR. It lists the names of each data set on the volume as well as size, location, and permissions. Additionally, it contains an entry for every area of contiguous free space on the volume. The third (en)
dcterms:subject
Wikipage page ID
Wikipage revision ID
Link from a Wikipage to another Wikipage
Link from a Wikipage to an external page
sameAs
dbp:wikiPageUsesTemplate
bot
  • InternetArchiveBot (en)
date
  • October 2022 (en)
fix-attempted
  • yes (en)
has abstract
  • Die (seltener der) Volume Table Of Contents (VTOC) ist das Inhaltsverzeichnis eines DASD-Datenträgers. In der VTOC stehen pro Dataset die physische Position der einzelnen sowie Metadaten wie Dateiformat, Erstellungs-, Zugriffs- und Ablaufdatum. Die VTOC entspricht dem (Datenträgeretikett) bei Banddatenträgern. (de)
  • In the IBM System/360 storage architecture, the Volume Table of Contents (VTOC), is a data structure that provides a way of locating the data sets that reside on a particular DASD volume. With the exception of the IBM Z compatible disk layout in Linux on Z, it is the functional equivalent of the MS/PC DOS File Allocation Table (FAT), the Windows NT Master File Table (MFT), and the equivalent structure in, e.g., a Linux file system. The VTOC is not used to contain any IPLTEXT and does not have any role in the IPL process, therefore does not have any data used by or functionally equivalent to the MBR. It lists the names of each data set on the volume as well as size, location, and permissions. Additionally, it contains an entry for every area of contiguous free space on the volume. The third record on the first track of the first cylinder of any DASD (e.g., disk) volume is known as the volume label and must contain a pointer to the location of the VTOC. The location of the VTOC may be specified when the volume is initialized. For performance reasons it may be located as close to the center of the volume as possible, since it is referenced frequently. A VTOC is added to a DASD volume when it is initialized using the Device Support Facilities program, ICKDSF, in current systems. When in OS/360 and successors allocates a data set, it generally searches the catalog to determine the volumes on which it resides. When a program opens a Direct Access Storage Device (DASD) dataset, the OPEN routine searches the VTOC index (VTOCIX) if there is one, or directly searches the VTOC if there is no VTOCIX. (en)
  • IBM 메인프레임 기억 구조에서 볼륨 목록(Volume table of contents, VTOC)은 특정 디스크 볼륨에 상주한 데이터셋을 위치시키는 방법을 제공하는 데이터 구조이다. 볼륨 상의 첫 64K 트랙 안에 상주할 수 있으며 크기, 위치, 권한뿐 아니라 볼륨에 설정된 각 데이터의 이름을 나열한다. 게다가 볼륨 상의 인접한 여유 공간의 영역마다 엔트리를 포함하고 있다. DASD(디스크 팩)의 볼륨 상의 첫 실린더의 첫 트랙에 위치한 세 번째 레코드는 볼륨 레이블이며, VTOC의 위치 포인터를 포함해야 한다. VTOC는 ICKDSF라는 디스크 지원 기능 유틸리티 프로그램을 이용하여 초기화할 때 디스크에 추가된다. VTOC는 본래 이동식 디스크팩에 사용하도록 설계되었다. 데이터 셋을 위치시키기 위해 프로그램은 일반적으로 z/OS 카탈로그의 정보를 얻어 데이터셋이 상주한 볼륨을 찾는다. 올바른 볼륨을 찾으면 VTOC는 디스크 상의 어디에 데이터셋이 저장되어 있는지 찾아내기 위해 검색된다. (ko)
prov:wasDerivedFrom
page length (characters) of wiki page
foaf:isPrimaryTopicOf
is Link from a Wikipage to another Wikipage of
is Wikipage redirect of
is foaf:primaryTopic of
Faceted Search & Find service v1.17_git139 as of Feb 29 2024


Alternative Linked Data Documents: ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3330 as of Mar 19 2024, on Linux (x86_64-generic-linux-glibc212), Single-Server Edition (378 GB total memory, 67 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software