Installing Multiple Distributions on the Same Computer Sanket Totewar

Total Page:16

File Type:pdf, Size:1020Kb

Installing Multiple Distributions on the Same Computer Sanket Totewar GRUB Installing Multiple Distributions on the same computer Sanket Totewar ith availability of the internet, Linux requires some familiarity with computer jar- has become accessible to nearly all gon and is not for the faint-hearted. It also Wthe parts of the world. And with the requires a brief understanding of partitions great freedom that this operating system of- as well as boot loaders. Plus there is a very fers, we can see a steep rise in the number of rare chance of losing data while playing with distributions released the world over. The five partitions. So, it is a good idea to back up all distributions shipped with this issue have al- important data before advancing any further. ways competed with each other for the num- ber one position. This has lead to new features Boot loaders and services emerging with every release. So, Let us see what happens in most cases to make the most of the services offered by when we turn on our computer. It is the job various distributions, most users often tend of the BIOS to find the primary bootable de- to install multiple distros and switch between vice (usually a hard disk) and load the initial them. This is commonly referred to as distro bootstrap program from the MBR. The MBR hopping and is a common practice between is an abbreviation for Master Boot Record newbies and experts alike. and is the first 512 bytes of the hard disk. This area stores a boot loader program Synopsis whose purpose is to load the operating sys- This article is geared towards helping you tem and transfer execution to it. The operat- seamlessly install and run multiple Linux ing system then initializes itself by loading distributions on the same computer. Also the necessary drivers and programs needed we shall tackle cases where MS Windows or for its normal operation. In case of multiple other operating systems are to be present operating systems, the main boot loader on the same PC. In the article, I am taking transfers control to other operating systems Windows as an example, because it is the or their individual boot loaders depending most common case. on the computer configuration. Although great care has been taken to The boot loader is hence a very important explain various concepts in detail, this article utility for a Linux distro hopper. Various distri- butions use a variety of boot loaders like GRUB and LiLo for the above mentioned purpose. Of these, GRUB is known to be very popular due to its stability and multi-boot support. GRUB is an abbreviation for Grand Unified Boot loader and is used by GNU and most Linux distribu- tions. Recently, GRUB 2 has replaced older versions of GRUB which are now called GRUB legacy. GRUB legacy is no longer being devel- oped and GRUB 2 has found its way to being the default boot loader being shipped with popular distributions like Ubuntu. GRUB 2 offers a lot of advantages over other boot loaders. GRUB 2 has a variety of built-in programs and commands that can be used to boot into various operating systems. It Figure 1. YaST Partitioner in Action recognizes filesystems of almost all Linux, Win- 14 linux identity set GRUB dows, Mac, BSD and Solaris systems. It is also possible to boot into a CD/ DVD image file like ISO using GRUB 2. It is also very customizable and gives you a choice to display background images. But before we look into the in- Figure 2. Disk Partitioning − Case 1 stallation of GRUB 2, let’s take a look at the various types of partitions. Partitioning Your hard disk can be divided into a number of separate portions that have their own identity. They are called Figure 3. Disk Partitioning − Case 2 partitions and are useful for installing operating systems as well as storing partitions (1) and (2) are reserved for Note: It is a good idea to in- data. There are two main types of par- MS Windows. The third primary parti- stall Windows before the Li- titions: primary and extended. A hard tion (3) can be used for shared data. nux distribution as it will replace the disk can be divided into a maximum It is a good idea to keep the shared MBR with its own entries. of four primary partitions or three pri- data as a primary partition so that it mary partitions and one extended. can be kept separate from the op- Booting (Cases 1 & 2) Primary partitions are easily boot- erating systems. To ensure that this In the above cases, there is a special able and are used to install operat- data can be accessed in all operat- way of installing the Linux distribu- ing systems. Extended partitions, on ing systems, you can choose Fat 32 tions. The boot loader of only one dis- the other hand can be divided into a or NTFS as the file system. tribution can be installed in the MBR. number of sub-partitions called logi- The remaining space is converted This distribution will be responsible cal drives. Logical drivers are usually into an extended partition (4). This for updating the boot loader configu- used to store data or install second- partition consists of six logical drives ration files. Whenever we install or ary operating systems. Partitioning (5 to 10). The first logical drive (5) is remove various kernels or distribu- can be achieved using GParted, YaST for the system swap. I have kept this tions, this activity has to be triggered. Partitioner (Figure 1) or a similar pro- as the first logical drive as one doesn’t This is because the main boot loader gram bundled with distributions in tend to introduce changes in the size will never know about the changes the DVD. It is a very good idea to first of the swap. The other drives are for made in other operating systems. resize and create the partitions and the various Linux distributions that Windows uses its own boot then install all operating systems. you shall install. The number of logical loader which is saved on the system Also you should label all your parti- drives may vary depending upon how partition or the System Reserved tions to avoid any confusion. many distributions you want to try. partition. However, for multi-booting One specific advantage of Linux Linux distributions, you shall have to distributions is that it can be in- Case 2 use the boot loader of one of the Li- stalled on primary partitions as well Installation on an empty hard disk. nux distributions. If you are installing as logical drives. There are various This case gives us the advantage Ubuntu as one of the distributions, ways of installing them based on of creating a partition table of our it is a good idea to install its boot your current partition table. Let us choice. Figure 3 shows a partition loader in the MBR. This is because see a few common cases in which table where I have installed Win- Ubuntu by default contains GRUB 2 our mission can be accomplished. dows (1) and one main Linux distri- which is our preferred boot loader. bution (2). While installing Windows, The boot loaders of the other distri- Case 1 I ensured that it is uses one partition butions must be installed on their re- Windows or another operating sys- only for its boot loader as well as spective logical drives containing the tem already installed on the comput- system files. I am resolving to retain root partition. Now your computer er. As we all know, Windows tends to these operating systems for a long will show you the GRUB 2 menu to occupy the first primary partition for time and hence they are on primary choose from all the existing OS. its system files. And some versions partitions. The primary partition (3) GRUB 2 installed by Ubuntu will of Windows (like Windows 7) also having a NTFS filesystem contains recognize the different kernels of the create a primary partition named shared data. The remaining space Linux distributions as well as other System Reserved for its normal work- has been converted into an extend- operating systems. However, it does ing. So we are usually left with one ed partition (4). Logical drive (5) is not check for them at every boot. Af- primary and one extended partition for Linux swap and is accessible for ter installation, GRUB 2 generates a for installing Linux distributions. all distributions. Logical drives (6) to grub.cfg file that contains this infor- Figure 2 shows the disk partition- (9) contain other distributions that I mation. This file is updated automati- ing map for case 1. Here, the first two may not retain in the long run. cally every time you install a new ker- www.linuxidentity.com 15 GRUB that the installation is successful. On entering the partition, you will see a directory /boot that contains neces- sary GRUB 2 files. When you reboot the computer, you will be taken to a GRUB prompt. You can easily enter Figure 4. Disk Partitioning − Case 3 any operating system directly by load- ing a kernel and using the boot com- nel in Ubuntu. But how will GRUB 2 systems. Note that all the Linux dis- mand. However it is recommended to know about the changes made in tributions were installed with the de- generate a grub.cfg file that shows a other distributions? There is a simple fault boot loaders in their respective menu at every system boot. command for this.
Recommended publications
  • Partition Wizard About Minitool Partition Wizard Minitool Partition Wizard Is an Easy-To-Use Partitioning Software with High Security and Efficiency
    MiniTool Partition Wizard About MiniTool Partition Wizard MiniTool Partition Wizard is an easy-to-use partitioning software with high security and efficiency. Due of its simple user interface, you can create, delete, format, move, and resize partitions with ease. What’s more, your data will always be protected when using MiniTool Partition Wizard to move and resize partitions. Main Functions of MiniTool Partition Wizard: Resize/ Move partitions Merge Partitions Create partitions Delete partitions Change Partition Label Delete all partitions Format partitions Change Cluster Size Convert file system Convert FAT to NTFS Convert NTFS to FAT Explore Partition Check Partitions Recovery Partition Wipe disk Wipe partition Copy partition Copy disks Initialize to MBR disk Initialize to GPT disk Align All Partitions Align Partition Convert MBR Disk to GPT Disk Convert GPT Disk to MBR Disk Dynamic Disk Create volume Delete Volume Format Volume Move/Resize Volume Wipe Volume Explore Volume Check File System Change Volume Label Change Volume Letter Change Volume Cluster Size Volume Properties MiniTool Partition Wizard Staring MiniTool Partition Wizard You can start MiniTool Partition Wizard from the Start menu in Windows Click Start menu > All Programs > MiniTool Partition Wizard xxx Edition > MiniTool Partition Wizard xxx Edition Xxx is your present edition of MiniTool Partition Wizard, Such as Home, Professional, Server, and Enterprise MiniTool Partition Wizard Hardware Requirements Minimum Hardware requirements: 500 MHz x86 or compatible CPU. 256mb RAM memory. Mouse and Keyboard. Recommended Hardware requirements: 1 GHz x86 or compatible CPU. 512mb RAM memory. Mouse and Keyboard. MiniTool Partition Wizard System Requirements Note: you should have access to administration while using Partition Wizard.
    [Show full text]
  • Computer Hardware
    Chapter Computer Hardware ENCE EXAM TOPICS COVERED IN 1 THIS CHAPTER: ✓ Computer hardware components ✓ The boot process ✓ Partitions ✓ File systems COPYRIGHTED MATERIAL Computer forensics examiners deal most often with the media on which evidentiary data is stored. This includes, but is not lim- ited to, hard drives, CDs, DVDs, fl ash memory devices, smart phones, tablets, and even legacy fl oppies and tapes. Although these devices might be the bane of the examiner’s existence, media devices don’t exist in a void, and knowledge of a computer’s various components and functions is a must for the competent examiner. As an examiner, you may be called upon to explain how a computer functions to a jury. Doing so requires you know a computer’s function from a technical standpoint and that you can translate those technical concepts into real-world, easy-to-understand terms. As an examiner, you may also be subjected to a voir dire examination by opposing coun- sel to challenge your competence to testify. Acronyms are hardly in short supply in the fi eld of computing—some well-known and meaningful, others more obscure. Imagine being asked during such an examination to explain several of the common acronyms used with computers, such as RAM, CMOS, SCSI, BIOS, and POST. If you were to draw a blank on some obscure or even common acronym, picture its impact on your credibility. Some acronyms are difficult to remember because their meaning is often obscure or meaningless. A good example is TWAIN, which stands for T ech- nology W ithout a n I nteresting N ame.
    [Show full text]
  • CIS 4360 Secure Computer Systems Attacks Against Boot And
    CIS 4360 Secure Computer Systems Attacks against Boot and RAM Professor Qiang Zeng Spring 2017 Previous Class • BIOS-MBR: Generation I system boot – What BIOS and MBR are? – How does it boot the system? // Jumping to MBR – How does multi-boot work? // Chain-loading • The limitations of BIOS and MBR – Disk, memory, file system, multi-booting, security, … • UEFI-GPT: Generation II system boot – What UEFI and GPT are? – How does it boot the system? // UEFI boot manager – How does multi-boot work? // separate dirs in ESP CIS 4360 – Secure Computer Systems 2 Limitations of BIOS-MBR • MBR is very limited – Support ~2TB disk only – 4 primary partitions at most (so four OSes at most) – A MBR can store only one boot loader • BIOS is very restrictive – 16-bit processor mode; 1MB memory space (little spare space to accommodate a file system driver) – Blindly executes whatever code on MBR CIS 4360 – Secure Computer Systems 3 UEFI vs. BIOS • Disk partitioning schemes – GPT (GUID Partition Table): part of UEFI spec.; to replace MBR – MBR supports disk size 232 x 512B = 2TB, while UEFI supports much larger disks (264 x 512B = 8,000,000,000 TB) – MBR supports 4 partitions, while GPT supports 128 • Memory space – BIOS: 20-bit addressing; UEFI: 32-bit or 64-bit • Pre-OS environment – BIOS only provides raw disk access, while UEFI supports the FAT file system (so you can use file names to read files) • Booting – BIOS supports boot through boot sectors (MBR and VBR) – UEFI provides a boot partition of hundreds of megabytes (and boot manager and secure boot) CIS 4360 – Secure Computer Systems 4 Previous Class How does dual-boo-ng of Linux and Windows work in UEFI-GPT? Each vendor has a separate directory storing its own boot loader code and configuraon files in the ESP (EFI System Par--on).
    [Show full text]
  • Acronis® Disk Director® 12 User's Guide
    User Guide Copyright Statement Copyright © Acronis International GmbH, 2002-2015. All rights reserved. "Acronis", "Acronis Compute with Confidence", "Acronis Recovery Manager", "Acronis Secure Zone", Acronis True Image, Acronis Try&Decide, and the Acronis logo are trademarks of Acronis International GmbH. Linux is a registered trademark of Linus Torvalds. VMware and VMware Ready are trademarks and/or registered trademarks of VMware, Inc. in the United States and/or other jurisdictions. Windows and MS-DOS are registered trademarks of Microsoft Corporation. All other trademarks and copyrights referred to are the property of their respective owners. Distribution of substantively modified versions of this document is prohibited without the explicit permission of the copyright holder. Distribution of this work or derivative work in any standard (paper) book form for commercial purposes is prohibited unless prior permission is obtained from the copyright holder. DOCUMENTATION IS PROVIDED "AS IS" AND ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD TO BE LEGALLY INVALID. Third party code may be provided with the Software and/or Service. The license terms for such third-parties are detailed in the license.txt file located in the root installation directory. You can always find the latest up-to-date list of the third party code and the associated license terms used with the Software and/or Service at http://kb.acronis.com/content/7696 Acronis patented technologies Technologies, used in this product, are covered and protected by one or more U.S.
    [Show full text]
  • PC Partitioning and OS2 LVM
    PC partitioning and OS2 LVM Jan van Wijk Principles of disk-partitioning as used on most personal computer systems, including the OS/2 Logical Volume Manager extensions Presentation contents Who am I Physical disk layout Partition-tables Primary versus Logical partitions OS/2 and eCS Logical Volume Manager Examples using DFSee ... PC partitioning principles, including OS/2 LVM © 2007 JvW Who am I ? Jan van Wijk Software Engineer, C, Rexx, Assembly Founded FSYS Software in 2001 First OS/2 experience in 1987, developing parts of OS/2 1.0 EE (Query Manager, later DB2) Used to be a systems-integration architect at a large bank, 500 servers and 7500 workstations Home page: http://www.dfsee.com PC partitioning principles, including OS/2 LVM © 2007 JvW What is ... Disk partitioning dividing the available disk space over one or more separate areas called 'partitions' that each have there own filesystem structures A Filesystem A way to organize data-structures on a disk (partition) to allow storage of file data, and retrieve that data Software (driver) to work with the filesystem PC partitioning principles, including OS/2 LVM © 2007 JvW Why use partitions ? To keep things separate, like applications and data, operating system, swap-space To have different/multiple driveletters (PC) To use the full disk-size when the filesystem is limited in size (FAT 2GiB, HPFS 64 GiB) To use more than one OS (multi boot) Because most operating systems require partitioning data, even with a single partition PC partitioning principles, including
    [Show full text]
  • File Systems: Semantics & Structure What Is a File
    5/15/2017 File Systems: Semantics & Structure What is a File 11A. File Semantics • a file is a named collection of information 11B. Namespace Semantics • primary roles of file system: 11C. File Representation – to store and retrieve data – to manage the media/space where data is stored 11D. Free Space Representation • typical operations: 11E. Namespace Representation – where is the first block of this file 11L. Disk Partitioning – where is the next block of this file 11F. File System Integration – where is block 35 of this file – allocate a new block to the end of this file – free all blocks associated with this file File Systems Semantics and Structure 1 File Systems Semantics and Structure 2 Data and Metadata Sequential Byte Stream Access • File systems deal with two kinds of information int infd = open(“abc”, O_RDONLY); int outfd = open(“xyz”, O_WRONLY+O_CREATE, 0666); • Data – the contents of the file if (infd >= 0 && outfd >= 0) { – e.g. instructions of the program, words in the letter int count = read(infd, buf, sizeof buf); Metadata – Information about the file • while( count > 0 ) { e.g. how many bytes are there, when was it created – write(outfd, buf, count); sometimes called attributes – count = read(infd, inbuf, BUFSIZE); • both must be persisted and protected } – stored and connected by the file system close(infd); close(outfd); } File Systems Semantics and Structure 3 File Systems Semantics and Structure 4 Random Access Consistency Model void *readSection(int fd, struct hdr *index, int section) { struct hdr *head = &hdr[section];
    [Show full text]
  • Booting and Installing the Operating System Grado En Inform´Atica2017/2018 Departamento De Computaci´On Facultad De Inform´Atica Universidad De Coru˜Na
    Booting and Installing the Operating System Grado en Inform´atica2017/2018 Departamento de Computaci´on Facultad de Inform´atica Universidad de Coru~na Antonio Y´a~nezIzquierdo Antonio Y´a~nezIzquierdo Booting and Installing the Operating System 1 / 85 ContentsI 1 Selecting and preparing installation media installing an O.S. installation media preparing the media 2 The boot process booting booting steps 3 Preparing the disks. Basic disk partitioning disks partitions 4 Sharing disks among O.S.s sharing disks among O.S.s 5 Boot loaders lilo grub Antonio Y´a~nezIzquierdo Booting and Installing the Operating System 2 / 85 ContentsII elilo syslinux using removable media Antonio Y´a~nezIzquierdo Booting and Installing the Operating System 3 / 85 Selecting and preparing installation media Selecting and preparing installation media Antonio Y´a~nezIzquierdo Booting and Installing the Operating System 4 / 85 Selecting and preparing installation media installing an O.S. Selecting and preparing installation media !installing an O.S. Antonio Y´a~nezIzquierdo Booting and Installing the Operating System 5 / 85 Selecting and preparing installation media installing an O.S. Installing an O.S. the most common use of O.S.s is having them \installed" onto computers, and being run from the computer's storage devices there are also some \live" O.S.s that don't require installation but usually have limitations concerning what users can do and what software can be added installing is the process by which we put the O.S. files in one (or more) of the storage units of the system, thus allowing the system to execute the OS directly Antonio Y´a~nezIzquierdo Booting and Installing the Operating System 6 / 85 Selecting and preparing installation media installing an O.S.
    [Show full text]
  • Chapter 20 ADVANCED AUTOMATED DISK
    Chapter 20 ADVANCED AUTOMATED DISK INVESTIGATION TOOLKIT Umit Karabiyik and Sudhir Aggarwal Abstract Open source software tools designed for disk analysis play a critical role in digital forensic investigations. The tools typically are onerous to use and rely on expertise in investigative techniques and disk struc- tures. Previous research presented the design and initial development of a toolkit that can be used as an automated assistant in forensic in- vestigations. This chapter builds on the previous work and presents an advanced automated disk investigation toolkit (AUDIT) that leverages a dynamic knowledge base and database. AUDIT has new reporting and inference functionality. It facilitates the investigative process by han- dling core information technology expertise, including the choice and operational sequence of tools and their configurations. The ability of AUDIT to serve as an intelligent digital assistant is evaluated using a series of tests that compare it against standard benchmark disk images and examine the support it provides to human investigators. Keywords: Digital forensics, disk investigation toolkit, expert systems 1. Introduction Forensic investigations of disks are challenging because of the wide va- riety of available tools. Existing commercial and open source tools must be considered and new tools are constantly being released. Investigators are expected to know how to use and configure these tools and they are required to have a fair degree of information technology expertise. They must also have considerable knowledge about the technical details of each new disk type, filesystem and the locations on the disk where information could be hidden. This chapter builds on previous work on tool development [10] and presents an advanced automated disk investigation toolkit (AUDIT) that has been substantially improved and that leverages a dynamic knowl- c IFIP International Federation for Information Processing 2016 Published by Springer International Publishing AG 2016.
    [Show full text]
  • Partition Manager™ 14 Special Edition for XP
    PARAGON Software GmbH Heinrich-von-Stephan-Str. 5c 79100 Freiburg, Germany Tel. +49 (0) 761 59018201 Fax +49 (0) 761 59018130 Internet www.paragon-software.com Email [email protected] Partition Manager™ 14 Special Edition for XP User Manual Copyright© 1994-2014 Paragon Software GmbH. All rights reserved. 2 Contents Introduction .......................................................................................................................... 5 What’s New in Partition Manager 14 ........................................................................................................... 5 Product Components ............................................................................................................. 6 Features Overview ................................................................................................................. 6 Features ..................................................................................................................................................... 6 User Friendly Fault Minimizing Interface ................................................................................................................................ 6 Backup Facilities ...................................................................................................................................................................... 6 Restore Facilities ....................................................................................................................................................................
    [Show full text]
  • Chapter 8: Disks and Filesystems
    8 D I S K S A N D F I L ESYSTEMS Oh, my head hurts bad. Rings of ones and zeros, ouch! Filesystems hide them. Proper data management is perhaps a sys- tems administrator’s most vital duty. You can replace almost every computer compo- nent, but the data on your disk is irreplace- able. Perhaps that data isn’t important or it’s backed up, but losing files will ruin your day. As a sysadmin, you must protect important data by carefully manag- ing your disks and filesystems. We covered the basics of disklabels and MBR partitions in Chapter 2, but OpenBSD lets you use and abuse disks and filesystems in any number of ways. You’ll learn how in this chapter. !"#$%&'()*+(,-./0)1,2)(23'3$,) 415670)839:;(%)<=)>&9;# Device Nodes A device node is a file that provides a logical interface to a piece of hardware. By reading from a device node, sending data to it, or using a command on it, you’re telling the operating system to perform an action on a piece of hardware or, in some cases, a logical device. Different devices behave differently when data is sent to them. For example, writing to the console makes text appear on the screen or termi- nal, while writing to a disk device puts data on that disk. (OpenBSD puts device nodes in /dev and disallows device nodes on other filesystems.) Many disk management programs expect to be given a device name as an argument. Unfortunately, device node names are frequently cryptic and vary widely among operating systems—even on closely related operat- ing systems that run on the same hardware.
    [Show full text]
  • Linux Filesystem Hierarchy and Hard Disk Partitioning
    LinuxLinux FilesystemFilesystem HierarchyHierarchy andand HardHard DiskDisk PartitioningPartitioning Moreno Baricevic CNR-IOM DEMOCRITOS Trieste, ITALY FileFile SystemSystem A file system is a set of methods and data structures used to organize, store, retrieve and manage information in a permanent storage medium, such as a hard disk. Its main purpose is to represent and organize storage resources. FileFile System:System: elementselements Name space: is a way to assign names to the items stored and organize them hierarchically. API: is a set of calls that allow the manipulation of stored items. Security Model: is a scheme to protect, hide and share data. Implementation: is the code that couples the logical model to the storage medium. 3 FileFile Systems:Systems: BasicBasic ConceptsConcepts (1/2)(1/2) Disk: A permanent storage medium of a certain size. Block: The smallest unit writable by a disk or file system. Everything a file system does is composed of operations done on blocks. Partition: A subset of all the blocks on a disk. Volume: The term is used to refer to a disk or partition that has been initialized with a file system. Superblock: The area of a volume where a file system stores its critical data. 4 FileFile Systems:Systems: BasicBasic ConceptsConcepts (2/2)(2/2) Metadata: A general term referring to information that is about something but not directly part of it. For example, the size of a file is very important information about a file, but it is not part of the data in the file. Ownerships, access permissions, creation/modification/access time, are also part of the metadata information pertaining a file.
    [Show full text]
  • Partitions, This May Be Challenging and Require System Down Time
    Operating systems Partitioning Course #13 1 Introduction A well-thought-out partitioning scheme is vital to optimizing the use of system resources. While it is technically possible to make post-installation changes to partitions, this may be challenging and require system down time. Therefore, it is important to consider how the system will be used before you begin creating partitions. Partitioning is necessary in order to optimally use the space that hard drives (hard disks) provide. A hard drive is like a completely empty building, with no internal walls or floors. As it is, such a building wouldn't be useful, but populating the building with walls and floors would provide the structure needed to make use of the building. 2 Introduction There are three steps in the process of making and using partitions: 1. Divide the hard drive into partitions 2. Format the hard drive with a filesystem 3. Mount the filesystem onto the directory tree 3 Introduction A typical hard disk drive (HDD) consists of multiple platters, which store data in magnetic form. Heads are able to read and write on both sides of each platter. The platters are connected to the spindle and spin at the same speed. The boom moves back and forth, allowing each head to read from or write to the same location on each platter simultaneously. 4 Introduction One complete rotation around one side of a platter is called a track. The same track on both sides of all of the platters forms a cylinder. A typical hard drive may have thousands of cylinders.
    [Show full text]