Drives, Directories and Files. A computer file is a block of arbitrary information, or resource for storing information. Computer files can be considered.

Slides:



Advertisements
Similar presentations
                      Digital Audio 1.
Advertisements

Chapter 3 Understanding the Boot Process and Command Line.
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)
Disk Operating System (DOS)
11/13/01CS-550 Presentation - Overview of Microsoft disk operating system. 1 An Overview of Microsoft Disk Operating System.
Managing Your Hard Disk and Operating System 23,26 March :30pm - 4:00pm.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 5: Managing File Access.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 5: Managing File Access.
MCT260-Operating Systems I Operating Systems I Routine File Management Part One.
Computer Forensics Principles and Practices by Volonino, Anzaldua, and Godwin Chapter 6: Operating Systems and Data Transmission Basics for Digital Investigations.
5.1 © 2004 Pearson Education, Inc. Exam Managing and Maintaining a Microsoft® Windows® Server 2003 Environment Lesson 5: Working with File Systems.
1 DOS with Windows 3.1 and 3.11 Operating Environments n Designed to allow applications to have a graphical interface DOS runs in the background as the.
Operating Systems.
FILES  A file is a collection of related information  Files are kept in directories on a disk.
Installing Windows XP Professional Using Attended Installation Slide 1 of 41Session 2 Ver. 1.0 CompTIA A+ Certification: A Comprehensive Approach for all.
FDISK Partitioning Hard Disks. History We bought our new hard disk drive –Right size for BIOS and OS –Right connections (PATA/SATA) We installed our new.
Implementing Hard Drives Chapter 10
Chapter 4: Operating Systems and File Management 1 Operating Systems and File Management Chapter 4.
SOFTWARE.
The Operating System. Operating Systems (F) What you need to know about –operating system as a program; –directory/folder.
Section 6.1 Explain the development of operating systems Differentiate between operating systems Section 6.2 Demonstrate knowledge of basic GUI components.
1 Partitioning a Hard Drive ©Richard Goldman Revised January 8, 2001 Revised December 9, 2002.
System Software. BIOS Basic Input Output System A kind of ROM Execute routines Checking RAM, detecting hard disk, floppy disk, CDROM, … etc.
Operating Systems Basic PC Maintenance, Upgrade and Repair Mods 1 & 2.
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.
System Software System software deals with the physical complexities of how the hardware works. System software generally consists of four kinds of programs:
IT Essentials: PC Hardware and Software 1 Chapter 7 Windows NT/2000/XP Operating Systems.
2 © 2004, Cisco Systems, Inc. All rights reserved. IT Essentials I v. 3 Module 6 Windows NT/2000 Operating Systems.
LIS508 lecture 5: storage devices Thomas Krichel
Computer Systems Week 10: File Organisation Alma Whitfield.
Presented to: Sir Ahmad Karim
 FILE S SYSTEM  DIFFERENT FILE SYSTEMS  FILE SYSTEM COMPONENTS  FILE OPERATIONS  LOG STRUCTERD FILE SYSTEM  FILE EXAMPLES.
IT Essentials: PC Hardware and Software 1 Chapter 5 Windows 9x Operating System.
Lesson 6 Operating Systems and Software
DOS Understanding what you can do. Operating System Traits An OS only works with one type of processor –X86 processors for us; Motorola for Mac –Must.
INTRODUCTION TO OPERATING SYSTEMS. An operating system is a program that controls the overall activity of a computer. Like an orchestra conductor an operating.
Systems Software & Operating systems
Window NT File System JianJing Cao (#98284).
Operating Systems Advanced OS - E. OS Advanced Evaluating an Operating System.
Computer Management & Support: 3.0, 4.0, 5.0, 5.1, 6.0, 7.0, 8.0, 9.0, 10.0 Technology Education (9-12): 3.0, 3.1, 3.2, 11.0, 15.0 Courses of Study and.
10/1/2015 Chapter 2 Installing Windows XP Professional.
How Hardware and Software Work Together
SOFTWARE: the power behind the machine By Mrs. Gonzales.
Operating Systems. Without an operating system your computer would be useless! A computer contains an Operating System on its Hard Drive. This is loaded.
Component 4: Introduction to Information and Computer Science Unit 4: Application and System Software Lecture 3 This material was developed by Oregon Health.
Chapter 3 Installing Windows XP Professional. Preparing for installation Pre-installation requirement; ◦ Hardware requirements ◦ Hardware compatibility.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 13 Understanding and Installing Windows 2000 and Windows NT.
IOS110 Introduction to Operating Systems using Windows Session 5 1.
Windows XP: Continue Files and Folders. Files & Directories n We store programs and data on secondary storage devices using a file system. n These are.
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.
Managing Disks and Drives Chapter 13 powered by dj.
Chapter 11 File Systems and Directories. 2 File Systems File: A named collection of related data. File system: The logical view that an operating system.
Systems Software Operating Systems. What is software? Software is the term that we use for all the programs and data that we use with a computer system.
Chapter 3 Partitioning Drives using NTFS and FAT32 Prepared by: Khurram N. Shamsi.
Computer Science in Medicine MDCS 134 Lecture 2. What is a Software? Its step by step instructions telling the computer how to process data, execute operations.
OPERAING SYSTEM 1 CA-210 WINDOWS XP. CHAPTER 1 OPERATING SYSTEM FUNDAMENTALS.
MCSE Guide to Microsoft Windows Vista Professional Chapter 5 Managing File Systems.
1.  Microsoft DOS (Disk Operating System) use a command line user interface.command line  A command line user interface means that the user is required.
IST 222 Day 3. Homework for Today Take up homework and go over Go to Microsoft website and check out their hardware compatibility list.
FAT File Allocation Table
Hands-On Microsoft Windows Server 2008 Chapter 7 Configuring and Managing Data Storage.
File Systems : Hierarchical File System (HFS, for Mac OS) Prepared by : Mohammad Azzuri bin Zaidi UFH
Operating System. What is Operating System OS is system software, which may be viewed as collection of software consisting of procedures for operating.
File Managements.
Booting Up 15-Nov-18 boot.ppt.
Chapter Overview Operating System Basics
Week 1: File Systems and Directories
Modern PC operating systems
By Laurynas Peteraitis
Partitioning & Formatting
Presentation transcript:

Drives, Directories and Files

A computer file is a block of arbitrary information, or resource for storing information. Computer files can be considered as the modern counterpart of paper documents which traditionally are kept in offices' and libraries' files, and this is the source of the term.

Drives, Directories and Files Computers use particular kinds of file systems to store and organize data on media, such as a hard drive, the CDs, and DVDs or on a flash drive. Any place that a PC stores data is employing the use of some type of file system. A file system can be thought of as an index or database containing the physical location of every piece of data on a hard drive.

Drives, Directories and Files In a computer, a file system is the way in which files are named and where they are placed logically for storage and retrieval. The DOS, Windows, UNIX-based operating systems all have file systems in which files are placed somewhere in a hierarchical (tree) structure. A file is placed in a directory (folder in Windows) or subdirectory at the desired place in the tree structure. File systems specify conventions for naming files. These conventions include the maximum number of characters in a name, which characters can be used, and, in some systems, how long the file name suffix can be

Drives, Directories and Files Types of File Systems FAT File System NTFS File System File Allocation Table (FAT) is a file system that was created by Microsoft in FAT is still in use today as the preferred file system for floppy drive media and portable, high capacity storage devices like flash drives. FAT was the primary file system used in all of Microsoft's operating systems from MS-DOS through Windows ME. The New Technology File System (NTFS) is the primary file system on Microsoft's newer operating systems but FAT is still a supported option. The File Allocation Table file system has seen advancements over time primarily due to the need to support larger hard disk drives and larger file sizes.

Drives, Directories and Files New Technology File System (NTFS) is a file system that was introduced by Microsoft in 1993 with Windows NT 3.1. NTFS supports hard drive sizes up to 256TB. NTFS is the primary file system used in Microsoft's Windows 7, Windows Vista, Windows XP, Windows 2000 and Windows NT operating systems. The File Allocation Table (FAT) file system was the primary file system in Microsoft's older operating systems but it is still supported today along with NTFS.

Drives, Directories and Files A file extension is the last three or four characters after the period that make up an entire file name. The file extension helps the operating system determine which program on your computer the file is associated with.

Drives, Directories and Files Device driver is a group of files that enable one or more hardware devices to communicate with the computer's operating system. Without drivers a hardware device such as computer printer would not be able to work with the computer.

Drives, Directories and Files COM Files The file name extension.com has been used in various computer systems for different purposes. Originally, the term stands for "Command file" and was a text file containing commands to be issued to the operating system. In MS-DOS and compatible DOSes, and in 8-bit, a COM file is a simple type of executable file.

Drives, Directories and Files EXE Files An exe file is a computer file that ends with the extension ".exe" otherwise known as an executable file. When one clicks on an exe file, a built-in routine automatically executes code that can set several functions into motion. Exe files are used to install and run programs and routines. An exe file is just one of several file format types that are recognized by various operating systems. It can be used as unseen code can be running in the background, infecting or compromising the computer.

Drives, Directories and Files Batch Files Batch files allow MS-DOS and Microsoft Windows users to create a lists of commands to run in sequence once the batch file has been executed. For example, a batch file could be used to run frequently run commands, deleting a series of files, moving files, etc. A simple batch file does not require any special programming skills and can be done by users who have a basic understanding of MS-DOS commands. Another example of a very well known batch file is the autoexec.bat, which is a simple boot file loaded each time the computer is loaded on MS-DOS and early Windows computers. This batch file contained all the necessary commands and programs used to run MS-DOS and Windows each time the computer booted.

Drives, Directories and Files