Linux Install. Resources Guide to Linux Installation and Administration, Nicholas Wells, Course Technology, 2000.

Slides:



Advertisements
Similar presentations
Chapter 9 Part III Linux File System Administration
Advertisements

Presented by: Bill Ball Haroon Haider Khan Hoyt Duff.
Genesis: from raw hardware to processes System booting sequence: how does a machine come into life.
Chapter 9: Understanding System Initialization The Complete Guide To Linux System Administration.
Operating Systems University of Moratuwa Department of Electronic and Telecommunication Engineering Short Course on Computer Hardware and Assembly July.
Linux can be generally divided into four major components: 1. KERNEL – OS, ultimate boss The kernel is the core program that runs programs and manages.
Booting the Linux Kernel Dr. Michael L. Collard 1.
Linux Installation LINUX INSTALLATION. Download LINUX Linux Installation To install Red Hat, you will need to download the ISO images (CD Images) of the.
Linux+ Guide to Linux Certification, Second Edition
Course materials may not be reproduced in whole or in part without the prior written permission of IBM. 5.1 © Copyright IBM Corporation 2008 Unit 2 Installing.
2440: 141 Web Site Administration Server Installation Instructor: Enoch E. Damson.
Introduction to Unix (CA263) File System
Exploring the UNIX File System and File Security
Linux+ Guide to Linux Certification, Second Edition Chapter 3 Linux Installation and Usage.
Linux Installation Chapter II. Linux Distributions Pre-packaged, installable Linux Anyone can compile a distribution, have to inculde GPL Available for.
11 INSTALLING WINDOWS XP Chapter 2. Chapter 2: Installing Windows XP2 INSTALLING WINDOWS XP  Prepare a computer for the installation of Microsoft Windows.
1 Web Server Administration Chapter 3 Installing the Server.
Lesson 5-Accessing Networks. Overview Introduction to Windows XP Professional. Introduction to Novell Client. Introduction to Red Hat Linux workstation.
Bootloader / multi-boot
Lesson 4-Installing Network Operating Systems. Overview Installing and configuring Novell NetWare 6.0. Installing and configuring Windows 2000 Server.
Guide To UNIX Using Linux Third Edition
Partitioning Hard Drives. Disk Organization MBR tells layout of the disk Primary PartitionExtended Partition Logical Drives.
NETW-240 Linux Installation Last Update Copyright Kenneth M. Chipps Ph.D. 1.
1 Partitioning a Hard Drive ©Richard Goldman Revised January 8, 2001 Revised December 9, 2002.
Linux+ Guide to Linux Certification, Third Edition
CompTIA Linux+ Certification
Linux+ Guide to Linux Certification Chapter Three Linux Installation and Usage.
Guide To UNIX Using Linux Fourth Edition
Linux Booting Procedure
ULSTER COUNTY COMMUNITY COLLEGE CIS 116Linux (Part 1) Karl Wick.
Guide to Linux Installation and Administration, 2e1 Chapter 3 Installing Linux.
ITE 1 Chapter 5. Chapter 5 is a Large Chapter It has a great deal of useful information about operating systems. You will find this VERY helpful when.
Boot Diskettes, Bootable USB Keys and Live CDs Used when the computer can't start for some reason, as a diagnostic, repair and recovery tool. Boot diskettes.
Guide to Linux Installation and Administration, 2e1 Chapter 8 Basic Administration Tasks.
Day 4 Understanding Hardware Partitions Linux Boot Sequence.
CIS 191 – Lesson 2 System Administration. CIS 191 – Lesson 2 System Architecture Component Architecture –The OS provides the simple components from which.
1 Chapter Overview Floppy Disk Drives Hard Disk Drives.
1 Web Server Administration Chapter 3 Installing the Server.
Chapter 6: Linux Filesystem Administration
Chapter Two Exploring the UNIX File System and File Security.
File System Management File system management encompasses the provision of a way to store your data in a computer, as well as a way for you to find and.
1 Interface Two most common types of interfaces –SCSI: Small Computer Systems Interface (servers and high-performance desktops) –IDE/ATA: Integrated Drive.
Manage Directories and Files in Linux. 2 Objectives Understand the Filesystem Hierarchy Standard (FHS) Identify File Types in the Linux System Change.
ITR3 lecture 6: intoduction to UNIX Thomas Krichel
CHAPTER 2. Overview 1. Pre-Installation Tasks 2. Installing and Configuring Linux 3. X Server 4. Post Installation Configuration and Tasks.
Linux+ Guide to Linux Certification Chapter Six Linux Filesystem Administration.
Chapter 8: Installing Linux The Complete Guide To Linux System Administration.
Linux Kernel Programming (LKP). LKP New sub-course New sub-course We will learn together We will learn together Evaluation of this part of course will.
Copyright © Genetic Computer School 2008 Computer Systems Architecture SA 8- 0 Lesson 8 Secondary Management.
Chapter 5 Server Installation NT Server Requirements NT Server File Systems Installation.
System initialization Unit objectives A.Outline steps necessary to boot a Linux system, configure LILO and GRUB boot loaders, and dual boot Linux with.
This courseware is copyrighted © 2016 gtslearning. No part of this courseware or any training material supplied by gtslearning International Limited to.
1 C1-UD 6-2 INSTALLING LINUX Academic Year DAI. Credit 1 (Single and Multiuser Operating Systems) Ferran Chic PELE-08/09 (Pla Experimental Llengües.
Linux Filesystem Administration
Linux Introduction Linux was developed in the early 1990’s by Linus Torvald computer science student at the University of Helsinki Linux is distributed.
1 COP 4343 Unix System Administration Unit 1: –Linux OS structure –Distributions –Hardware inventory –Disks and partitions –Installation steps –Boot loader.
1 Free Electrons. Kernel, drivers and embedded Linux development, consulting, training and support. http//free-electrons.com The GRUB bootloader Michael.
The GRUB bootloader Michael Opdenacker Thomas Petazzoni Free Electrons
Chapter 8 Unix & Linux.
Filesystem Management and Backups
Guide to Linux Installation and Administration, 2e
UBUNTU INSTALLATION
Chapter 6 File Systems CSNB113 SYSTEM ADMINISTRATION
Chapter 4 – Introduction to Operating System Concepts
Partitioning a Hard Drive
Operating System Module 1: Linux Installation
Starting the computer. Every day we are using an operating system and most specifically a Windows operating system but most of us are not aware of the.
Troubleshooting (CPU)
OPS235: Week 5 Lab4: Investigations 1 – 3
Presentation transcript:

Linux Install

Resources Guide to Linux Installation and Administration, Nicholas Wells, Course Technology, 2000

Hard Disk Partitions Swap partition Linux partition –Make Linux partition active partition

Hard disk Device name –/dev/hda –/dev/hdb –CD-ROM /dev/hdcif it’s the third IDE device Partition name –/dev/hdb1 Refers to first partition on the second IDE disk SCSI –/dev/sda

Mount points Linux uses “subdirectory” structure to access devices –No “drive letters” such as “A:”, “C:”, etc. What is a mount point? –Subdirectory in which a set of data is accessed –Names are arbitrary Standard names exist by convention –‘root’ is the only mount point you must specify Define the hard disk partition which holds the root directory structure

Mount points Devices such as floppy drive and CD-ROM drives can be mounted and ‘unmounted’ –Not permanently available

Mount Points /mnt/floppy –Floppy drive / –“main” hard disk partition in Linux /opt –Secondary Linux partition or second Windows drive /mnt/cdrom –CD-ROM drive /remote_home –Network server home directory

Possible usage of disks Core OS places on one hard disk User directories on second disk Applications / data on third disk Configuration is defined at install time Segregation of data –Allows upgrade of OS w/o impact to user files –Ensures user data won’t fill up OS drive –Eases backup / restore of information –Lends itself to security administration –R/W performance issues

fdisk Prepares a partition for usage Command line interface –mhelp –nnew partition –p primary partition –Multiple partitions per hard disk using extended / logical partitions –t type of partition(uses code numbers)

DiskDruid “gui” interface for partitioning disks Will suggest a configuration Creates mount points for Linux subdirectories

Installation Type Workstation Server Custom

Boot Loader Placement of LILO Linux Loader –MBR BIOS passes control to LILO, invoking Linux –May have problems with other OS on machine (Windows) –Boot sector of Linux install partition BIOS to MBR, to copy of LILO on Linux partition –Linux partition must be marked as “bootable” –Allows for booting to another OS –Floppy Start Linux from floppy, leaving MBR intact

root user Administrative user name –“superuser” Create “regular” user accounts

Linux version Features and support available depend on version of Linux –Kernel contains support and drivers Not all hardware supported