Things you need to know before installing Linux Alan M Durham WHO/TDR/USP Bioinformatics Course July 2003.

Slides:



Advertisements
Similar presentations
COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.
Advertisements

Chapter 12: File System Implementation
By Rashid Khan Lesson 6-A Place for Everything: Storage Management.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 3: Operating Systems Computer Science: An Overview Tenth Edition.
Abbas al Ali 441 Murtadha al Nasser 499 Mohammed al Dokhi 468 Ali Khuder 448 Ammar 463.
The ATA/IDE Interface Can we write a character-mode device driver for the hard disk?
FILE SYSTEMS. File Names 1 to 255 characters in length  This includes the path You can use uppercase and lowercase (case-aware, but not case-sensitive)
MEMORY MANAGEMENT By KUNAL KADAKIA RISHIT SHAH. Memory Memory is a large array of words or bytes, each with its own address. It is a repository of quickly.
 Contents 1.Introduction about operating system. 2. What is 32 bit and 64 bit operating system. 3. File systems. 4. Minimum requirement for Windows 7.
Software utilities Gladys Nzita-Mak. Disk defragmentation Disk defragmentation makes computers run efficiently. When you save, change or delete files.
To run the program: To run the program: You need the OS: You need the OS:
70-293: MCSE Guide to Planning a Microsoft Windows Server 2003 Network, Enhanced Chapter 14: Problem Recovery.
Operating Systems What do you have left on your computer after you strip away all of the games and application programs you bought and installed? Name.
Operating Systems Who’s in charge in there?. Types of Software Application Software : Does things we want to do System Software : Does things we need.
Objectives Learn what a file system does
Computer Concepts 2013 Chapter 4 Operating Systems and File Management.
BACS 371 Computer Forensics
Day 4 Understanding Hardware Partitions Linux Boot Sequence.
Software GCSE COMPUTING.
Standard Grade Computing System Software & Operating Systems.
Digital Planet: Tomorrow’s Technology and You
Software.
Operating Systems. Without an operating system your computer would be useless! A computer contains an Operating System on its Hard Drive. This is loaded.
Information Technology Software. SYSTEM SOFTWARE.
Guide to Linux Installation and Administration, 2e1 Chapter 2 Planning Your System.
Chapter 3 Managing Disk and File Systems. File Storage Basics Windows XP supports two types of storage Basic Dynamic Basic storage system Centers on partitioning.
Disk Fragmentation 1. Contents What is Disk Fragmentation Solution For Disk Fragmentation Key features of NTFS Comparing Between NTFS and FAT 2.
C HAPTER 7 Managing Disk and File System. I NTRODUCING DISK MANAGEMENT 2 types of hard disk storage supported by Windows XP are: basic hard disk & dynamic.
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.
Multiboot System under Windows XP – Ubuntu – Windows 7 Qiong LIN - 28 April 2012.
System utility pieces of software. Antivirus Antivirus (or anti-virus) software is used to safeguard a computer from malware, including viruses, computer.
CSC 322 Operating Systems Concepts Lecture - 20: by Ahmed Mumtaz Mustehsan Special Thanks To: Tanenbaum, Modern Operating Systems 3 e, (c) 2008 Prentice-Hall,
Chapter 3 Partitioning Drives using NTFS and FAT32 Prepared by: Khurram N. Shamsi.
The Operating System ICS3M.  The operating system (OS) provides a consistent environment for other software programs to execute commands.  It gives.
Damian Gordon. HARD DISK (MAIN MEMORY) (SECONDARY MEMORY) 2 CACHE 1.
Storing data on your computer & network. Storage devices Hardware Hard drive Flash drive Tape File server (HD) SAN NAS Software System software Windows.
A computer is a machine that is used to store and process data electronically Computer Definition.
By Wendell. Vocabulary  Cable management  Corona wire  Cookie  Defragmentation  Ergonomic keyboard  Fragmentation  Maintenance  Recycle bin 
1 Sec (3.2) Operating System Architecture OS. 2 Software dividing into two categories: 1. Application software 2. System Software  Operating System 
By Teacher Asma Aleisa Year 1433 H.   Goals of memory management  To provide a convenient abstraction for programming.  To allocate scarce memory.
Computer Systems Week 14: Memory Management Amanda Oddie.
Installing Linux. Module 1 – Installing Linux ♦ Overview This module introduces you to the hardware and software terminology necessary to install a Linux.
CS101 Storage Information Storage The zeros and ones in the input devices, output devices and process devices are in _______ form and are lost when the.
Swap Space and Other Memory Management Issues Operating Systems: Internals and Design Principles.
Chapter 3: Where are programs and data Stored?. How important is this chapter to understanding how a computer works? 7 (on a scale of 1-10 with 10 being.
Disk storage systems Question#1 (True/False) A track is divided into multiple units called sectors.
Gary Cochrane VMware Tips for AE’s. VMWare Tips Topics −VMware Shrink −Resetting after a demo or training class −Performance tips.
Theme 2: Working smarter Topic 10: Keep your hard drive in good working order and making backups Chapter 1.3. Page 48 – 59 Looking after the hard drive.
How to Recover Data from SanDisk Memory Card ?. 2 Sources:
DIT314 ~ Client Operating System & Administration CHAPTER 7 MANAGING DISKS AND FILE SYSTEM Prepared By : Suraya Alias.
Lesson 9: SOFTWARE ICT Fundamentals 2nd Semester SY
Topic 2: Hardware and Software
Installing OS.
Operating Systems (CS 340 D)
Introduction to Computers
Introduction to Computers
Introduction to Computers
Who’s in charge in there?
Systems Software Keywords Operating Systems
Booting Up 15-Nov-18 boot.ppt.
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.
Operating System Architecture OS
Objective 2.02: Understand computer performance and features
Intro. To Operating Systems
5 SYSTEM SOFTWARE CHAPTER
Objective 2.02: Understand computer performance and features
File-System Structure
Modern PC operating systems
Presentation transcript:

Things you need to know before installing Linux Alan M Durham WHO/TDR/USP Bioinformatics Course July 2003

File Systems-1 one of the main tasks of the operating systems is managing the storage of information the information in your hard disk isformatted in files the hard disks are physically organized in blocks that means your files are stored in “pieces” this way it is easy to grow and shrink files, since the space they occupy does not have to be continuous since you create, modify and remove files, the information gets fragmented fragmentation means that there are empty spaces between useful information.

File Systems - 2 each operating system has its own file system each file system manages disk space differently since most information of an operating system is inside its files, you need to create a file system to install an OS. two file sytems cannot share the same disk space however two file sytems can share the same hard disk, if you divide the disk in continuous “chunks” these “chunks” are called partitions

Preparing your computer to install Linux if need to create a partition to install linux –actually you can install linux in many partitions to not loose any of your windows files, you need to move all blocks out of the space that will be allocatted to the new partition we call this process defragmentation defragmentation will move all file blocks to one side of the disk after defragmentation you have to partition the disk, to do this you will use software provided by the linux developers.

One last question: What is “dual boot”? the operating system machine code is generally stored in your disk when you turn your computer on, it goes to a specific part of your hard disk this part contains the address of the operating system code in your disk in a dual book system, this “boot sector” will contain the address of a small program that asks you wich system you want to run. the boot program knows where in the disk the code of each operating sytems is stored. with such a “boot manager” you can actually have even more than two operating systems after installing Linux, you need to also install the “boot manager”