. . . "2899605"^^ . . . "IBM \uBA54\uC778\uD504\uB808\uC784 \uAE30\uC5B5 \uAD6C\uC870\uC5D0\uC11C \uBCFC\uB968 \uBAA9\uB85D(Volume table of contents, VTOC)\uC740 \uD2B9\uC815 \uB514\uC2A4\uD06C \uBCFC\uB968\uC5D0 \uC0C1\uC8FC\uD55C \uB370\uC774\uD130\uC14B\uC744 \uC704\uCE58\uC2DC\uD0A4\uB294 \uBC29\uBC95\uC744 \uC81C\uACF5\uD558\uB294 \uB370\uC774\uD130 \uAD6C\uC870\uC774\uB2E4. \uBCFC\uB968 \uC0C1\uC758 \uCCAB 64K \uD2B8\uB799 \uC548\uC5D0 \uC0C1\uC8FC\uD560 \uC218 \uC788\uC73C\uBA70 \uD06C\uAE30, \uC704\uCE58, \uAD8C\uD55C\uBFD0 \uC544\uB2C8\uB77C \uBCFC\uB968\uC5D0 \uC124\uC815\uB41C \uAC01 \uB370\uC774\uD130\uC758 \uC774\uB984\uC744 \uB098\uC5F4\uD55C\uB2E4. \uAC8C\uB2E4\uAC00 \uBCFC\uB968 \uC0C1\uC758 \uC778\uC811\uD55C \uC5EC\uC720 \uACF5\uAC04\uC758 \uC601\uC5ED\uB9C8\uB2E4 \uC5D4\uD2B8\uB9AC\uB97C \uD3EC\uD568\uD558\uACE0 \uC788\uB2E4. DASD(\uB514\uC2A4\uD06C \uD329)\uC758 \uBCFC\uB968 \uC0C1\uC758 \uCCAB \uC2E4\uB9B0\uB354\uC758 \uCCAB \uD2B8\uB799\uC5D0 \uC704\uCE58\uD55C \uC138 \uBC88\uC9F8 \uB808\uCF54\uB4DC\uB294 \uBCFC\uB968 \uB808\uC774\uBE14\uC774\uBA70, VTOC\uC758 \uC704\uCE58 \uD3EC\uC778\uD130\uB97C \uD3EC\uD568\uD574\uC57C \uD55C\uB2E4. VTOC\uB294 ICKDSF\uB77C\uB294 \uB514\uC2A4\uD06C \uC9C0\uC6D0 \uAE30\uB2A5 \uC720\uD2F8\uB9AC\uD2F0 \uD504\uB85C\uADF8\uB7A8\uC744 \uC774\uC6A9\uD558\uC5EC \uCD08\uAE30\uD654\uD560 \uB54C \uB514\uC2A4\uD06C\uC5D0 \uCD94\uAC00\uB41C\uB2E4. VTOC\uB294 \uBCF8\uB798 \uC774\uB3D9\uC2DD \uB514\uC2A4\uD06C\uD329\uC5D0 \uC0AC\uC6A9\uD558\uB3C4\uB85D \uC124\uACC4\uB418\uC5C8\uB2E4. \uB370\uC774\uD130 \uC14B\uC744 \uC704\uCE58\uC2DC\uD0A4\uAE30 \uC704\uD574 \uD504\uB85C\uADF8\uB7A8\uC740 \uC77C\uBC18\uC801\uC73C\uB85C z/OS \uCE74\uD0C8\uB85C\uADF8\uC758 \uC815\uBCF4\uB97C \uC5BB\uC5B4 \uB370\uC774\uD130\uC14B\uC774 \uC0C1\uC8FC\uD55C \uBCFC\uB968\uC744 \uCC3E\uB294\uB2E4. \uC62C\uBC14\uB978 \uBCFC\uB968\uC744 \uCC3E\uC73C\uBA74 VTOC\uB294 \uB514\uC2A4\uD06C \uC0C1\uC758 \uC5B4\uB514\uC5D0 \uB370\uC774\uD130\uC14B\uC774 \uC800\uC7A5\uB418\uC5B4 \uC788\uB294\uC9C0 \uCC3E\uC544\uB0B4\uAE30 \uC704\uD574 \uAC80\uC0C9\uB41C\uB2E4."@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 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 . . . . . . . . . "yes"@en . . . . "October 2022"@en . . . . . . "11929"^^ . . . . . . . "1120054206"^^ . "IBM \uBA54\uC778\uD504\uB808\uC784 \uAE30\uC5B5 \uAD6C\uC870\uC5D0\uC11C \uBCFC\uB968 \uBAA9\uB85D(Volume table of contents, VTOC)\uC740 \uD2B9\uC815 \uB514\uC2A4\uD06C \uBCFC\uB968\uC5D0 \uC0C1\uC8FC\uD55C \uB370\uC774\uD130\uC14B\uC744 \uC704\uCE58\uC2DC\uD0A4\uB294 \uBC29\uBC95\uC744 \uC81C\uACF5\uD558\uB294 \uB370\uC774\uD130 \uAD6C\uC870\uC774\uB2E4. \uBCFC\uB968 \uC0C1\uC758 \uCCAB 64K \uD2B8\uB799 \uC548\uC5D0 \uC0C1\uC8FC\uD560 \uC218 \uC788\uC73C\uBA70 \uD06C\uAE30, \uC704\uCE58, \uAD8C\uD55C\uBFD0 \uC544\uB2C8\uB77C \uBCFC\uB968\uC5D0 \uC124\uC815\uB41C \uAC01 \uB370\uC774\uD130\uC758 \uC774\uB984\uC744 \uB098\uC5F4\uD55C\uB2E4. \uAC8C\uB2E4\uAC00 \uBCFC\uB968 \uC0C1\uC758 \uC778\uC811\uD55C \uC5EC\uC720 \uACF5\uAC04\uC758 \uC601\uC5ED\uB9C8\uB2E4 \uC5D4\uD2B8\uB9AC\uB97C \uD3EC\uD568\uD558\uACE0 \uC788\uB2E4. DASD(\uB514\uC2A4\uD06C \uD329)\uC758 \uBCFC\uB968 \uC0C1\uC758 \uCCAB \uC2E4\uB9B0\uB354\uC758 \uCCAB \uD2B8\uB799\uC5D0 \uC704\uCE58\uD55C \uC138 \uBC88\uC9F8 \uB808\uCF54\uB4DC\uB294 \uBCFC\uB968 \uB808\uC774\uBE14\uC774\uBA70, VTOC\uC758 \uC704\uCE58 \uD3EC\uC778\uD130\uB97C \uD3EC\uD568\uD574\uC57C \uD55C\uB2E4. VTOC\uB294 ICKDSF\uB77C\uB294 \uB514\uC2A4\uD06C \uC9C0\uC6D0 \uAE30\uB2A5 \uC720\uD2F8\uB9AC\uD2F0 \uD504\uB85C\uADF8\uB7A8\uC744 \uC774\uC6A9\uD558\uC5EC \uCD08\uAE30\uD654\uD560 \uB54C \uB514\uC2A4\uD06C\uC5D0 \uCD94\uAC00\uB41C\uB2E4. VTOC\uB294 \uBCF8\uB798 \uC774\uB3D9\uC2DD \uB514\uC2A4\uD06C\uD329\uC5D0 \uC0AC\uC6A9\uD558\uB3C4\uB85D \uC124\uACC4\uB418\uC5C8\uB2E4. \uB370\uC774\uD130 \uC14B\uC744 \uC704\uCE58\uC2DC\uD0A4\uAE30 \uC704\uD574 \uD504\uB85C\uADF8\uB7A8\uC740 \uC77C\uBC18\uC801\uC73C\uB85C z/OS \uCE74\uD0C8\uB85C\uADF8\uC758 \uC815\uBCF4\uB97C \uC5BB\uC5B4 \uB370\uC774\uD130\uC14B\uC774 \uC0C1\uC8FC\uD55C \uBCFC\uB968\uC744 \uCC3E\uB294\uB2E4. \uC62C\uBC14\uB978 \uBCFC\uB968\uC744 \uCC3E\uC73C\uBA74 VTOC\uB294 \uB514\uC2A4\uD06C \uC0C1\uC758 \uC5B4\uB514\uC5D0 \uB370\uC774\uD130\uC14B\uC774 \uC800\uC7A5\uB418\uC5B4 \uC788\uB294\uC9C0 \uCC3E\uC544\uB0B4\uAE30 \uC704\uD574 \uAC80\uC0C9\uB41C\uB2E4."@ko . . "\uBCFC\uB968 \uBAA9\uB85D"@ko . . . . . . . "InternetArchiveBot"@en . "Die (seltener der) Volume Table Of Contents (VTOC) ist das Inhaltsverzeichnis eines DASD-Datentr\u00E4gers. In der VTOC stehen pro Dataset die physische Position der einzelnen sowie Metadaten wie Dateiformat, Erstellungs-, Zugriffs- und Ablaufdatum. Die VTOC entspricht dem (Datentr\u00E4geretikett) bei Banddatentr\u00E4gern."@de . . . . . . "Volume Table of Contents"@en . . . "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 . . . . . "Die (seltener der) Volume Table Of Contents (VTOC) ist das Inhaltsverzeichnis eines DASD-Datentr\u00E4gers. In der VTOC stehen pro Dataset die physische Position der einzelnen sowie Metadaten wie Dateiformat, Erstellungs-, Zugriffs- und Ablaufdatum. Die VTOC entspricht dem (Datentr\u00E4geretikett) bei Banddatentr\u00E4gern."@de . "Volume Table Of Contents"@de .