MCT260-Operating Systems I Operating Systems I Routine File Management Part One.

Slides:



Advertisements
Similar presentations
Understanding the Boot Process and Command Line
Advertisements

Windows XP / Microsoft Word Computer Applications.
Drives, Directories and Files. A computer file is a block of arbitrary information, or resource for storing information. Computer files can be considered.
Chapter 3 Understanding the Boot Process and Command Line.
Lesson 3: File Management. 2 Learning Objectives After studying this lesson, you will be able to:  Browse files on the computer  Open files from a folder.
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)
Return to the Office 2007 web page Lesson 3: Managing Computer Files.
MCT260-Operating Systems I Operating Systems I Navigating the File System.
MCT260-Operating Systems I Operating Systems I Introduction to Operating Systems.
© 2007 The McGraw-Hill Companies, Inc. All rights reserved Working with the Command- Line Interface Chapter 14.
MCT260-Operating Systems I Operating Systems I Help Features.
MCT260-Operating Systems I Operating Systems I Using Text Editors.
MCT260-Operating Systems I Operating Systems I Routine File Management Part Two.
XP Managing Your Files 1. XP Managing Your Files 2 Objectives Develop file management strategies Explore files and folders Create, name, copy, move, and.
Computer Forensics Principles and Practices by Volonino, Anzaldua, and Godwin Chapter 6: Operating Systems and Data Transmission Basics for Digital Investigations.
MCT260-Operating Systems I Operating Systems I Managing Your System.
MCT260-Operating Systems I Operating Systems I Interfaces to Operating Systems.
Introduction to File Systems 9/27/2006. NTFS New Technology File System Each volume has its own directory NOT a rewrite of FAT system, but rather a totally.
Installing Windows XP Professional Using Attended Installation Slide 1 of 41Session 2 Ver. 1.0 CompTIA A+ Certification: A Comprehensive Approach for all.
Chapter 8 Managing Files.
Chapter 4: Operating Systems and File Management 1 Operating Systems and File Management Chapter 4.
© 2012 The McGraw-Hill Companies, Inc. All rights reserved. 1 Third Edition Chapter 4 Disk Operating System (DOS) and the Command-Line Interface McGraw-Hill.
Section 6.1 Explain the development of operating systems Differentiate between operating systems Section 6.2 Demonstrate knowledge of basic GUI components.
System Software. BIOS Basic Input Output System A kind of ROM Execute routines Checking RAM, detecting hard disk, floppy disk, CDROM, … etc.
Operating Systems and File Management Chapter 4. 4 Chapter 4: Operating Systems and File Management2 Chapter Contents  Section A: Operating System Basics.
Objectives Learn what a file system does
PC Maintenance: Preparing for A+ Certification Chapter 29: Managing Files.
LIS508 lecture 5: storage devices Thomas Krichel
Presented to: Sir Ahmad Karim
Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition Lesson 3 Windows File Management 1 Morrison / Wells / Ruffolo.
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.
Ch 51 Internal Commands COPY and TYPE. Ch 52 Overview Will review file-naming rules.
Chapter 6: Managing Your Data The Windows XP File System File system task on DOS or UNIX Vs. Windows XP –cd or chdir would change your current directory.
Understanding the Boot Process and Command Line
4 1 Operating System Activities  An operating system is a type of system software that acts as the master controller for all activities that take place.
Operating Systems Advanced OS - E. OS Advanced Evaluating an Operating System.
How Hardware and Software Work Together
WindowsXP Explorer The Explorer is a used to organize and control the files and folders of the different storage systems such as the hard drive, floppy.
3 1 Data, Information, and Files Ch.4-A; Ch.3-A,B; Ch.10-A FALL 2000 Rob Wolfe.
Operating Systems. Without an operating system your computer would be useless! A computer contains an Operating System on its Hard Drive. This is loaded.
PC Maintenance: Preparing for A+ Certification Chapter 10: Introduction to Disk Storage.
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.
Copyright © 2007 Heathkit Company, Inc. All Rights Reserved PC Fundamentals Presentation 15 – The Hard Drive.
Chapter 3 Partitioning Drives using NTFS and FAT32 Prepared by: Khurram N. Shamsi.
Computing Fundamentals Module Lesson 10 — File Management with Windows Explorer Computer Literacy BASICS.
OPERAING SYSTEM 1 CA-210 WINDOWS XP. CHAPTER 1 OPERATING SYSTEM FUNDAMENTALS.
Basic MS-DOS. History MS-DOS 1.0 was released in August 1981, and was updated until April 1994 when it was replaced by Windows 95 All versions of windows.
Lab Assignment 1 Getting Started. Submitting the LABS for grading Subject line of message: CTEC 110 WA Lab 1 Assignments Attachment file names:
IST 222 Day 3. Homework for Today Take up homework and go over Go to Microsoft website and check out their hardware compatibility list.
Chapter 4. Drive – The largest storage area. The C: Drive is usually the hard drive, but you can have other drives on your network or on a separate device.
File and Folder CLI Commands 12/24/ Agenda Overview of OS functions and the SHELL Internal v External Commands Command History Making & Modifying.
University of Pennsylvania 10/31/00CSE 3801 Windows File System - FAT originally invented as a method for storing data on floppy disks. later used by MS-DOS.
Operating Systems. An operating system (os) is a software program that enables the computer hardware to communicate and operate with the computer software.
Digital Communication Systems Comp Functions of the Operating System.
Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition Lesson 3 Windows File Management 1 Morrison / Wells / Ruffolo.
1 Chapter Overview Understanding Shared Folders Planning, Sharing, and Connecting to Shared Folders Combining Shared Folder Permissions and NTFS Permissions.
1 Introduction to Shared Folders Shared folders provide network users access to files. Users connect to the shared folder over the network. Users must.
File and File Systems Compiled by IITG Team Need to be reorganized and reworded.
Operating System. What is Operating System OS is system software, which may be viewed as collection of software consisting of procedures for operating.
IST 222 Day 6. DOS Naming Conventions A filename contains up to 8 characters, a separating period, and a file extension of up to three characters This.
MS-DOS is an acronym for MicroSoft Disk Operating System It is a CUI based operating system. It provides user with a command prompt (generally called.
Systems Administration (Windows) BIT3111 – Lecture 5 (Introduction to Windows OS)
File Management.
File Managements.
Chapter 8 Managing Files.
Partitioning & Formatting
Presentation transcript:

MCT260-Operating Systems I Operating Systems I Routine File Management Part One

MCT260-Operating Systems I 2 Primary Learning Objective Perform Routine File Management in Windows XP and CLI

MCT260-Operating Systems I 3 Specific Learning Objectives Discuss how files are stored on disk Recognize standard file naming conventions Discuss the purpose of file extensions Identify common file extensions Copy/move files and folders Create directories using MD command Copy files using COPY and XCOPY commands Move files using the MOVE command

MCT260-Operating Systems I 4 Two Storage Types

MCT260-Operating Systems I 5 Windows File Systems FAT 16 –DOS –Windows 95/98 –Windows NT –Windows 2000 –Windows XP FAT 32 –Windows 95/98 –Windows 2000 –Windows XP NTFS –Windows NT –Windows 2000 –Windows XP Windows XP & 2000 provides read and write support for the NTFS, FAT16, and FAT32 file systems.

MCT260-Operating Systems I 6 A cluster or allocation unit, made up of one or more sectors is the smallest space allocated for a file. The FAT 16 Filing System

MCT260-Operating Systems I 7 Organization of folders on a Hard Drive

MCT260-Operating Systems I 8 Organizing Files and Folders Store your document folders and files in My Documents Limit the use of the root directory (top-level folder) to system folders and files Store software and documents (data) in separate folders Do not move, modify, or rename folders that contain installed software

MCT260-Operating Systems I 9 Organizing Files and Folders Limit your folder structure to no more than three levels below the root folder. Subdivide document folders when the number of files gets too large Select folders names carefully Periodically evaluate your current folder structure

MCT260-Operating Systems I 10 File Names OS’s after Win95 (1995) use long file names that are up to 255 characters long and can include most special symbols and characters Early OS’s and current ones like IBM and UNIX still require 8.3 file names (a short or MS-DOS file name) An alias or truncated file name is required for long file names that are used in the 8.3 OS’s An alias is the 1 st 6 characters of the long name, a tilde (~), a number, a period, & the 1 st 3 letters of the extension.

MCT260-Operating Systems I 11 File Types & Extensions The three letter extensions tells the OS what type of file it is so it can open the file in the program that created it. Since the newer OS’s assign a picture or icon to a file the default is not to show the extensions. Some common extensions are shown on the next slide and in the XP book on page 53 A more complete list of extensions is found on pages in the CLI book.

MCT260-Operating Systems I 12 File Types & Extensions

MCT260-Operating Systems I 13 Create/Remove/Restore Files and Folders In the GUI Using MD in CLI

MCT260-Operating Systems I 14 Copy/Move Files and Folders In the GUI –Copy –Cut (Move) Using COPY, XCOPY and MOVE in CLI XCOPY copies not only files but also the directory structure to include empty directories and does a regular copy on large files much quicker than COPY

MCT260-Operating Systems I 15 Review Storage Types File Systems Organizing Files File Names, Types, and Extensions Create/Remove/Restore Files and Folders Copy and Move Files and Folders

MCT260-Operating Systems I 16 Homework Assignment Reading –Windows XP Textbook – pp –CLI Textbook - pp , Lab Exercise 5: File Management 1 Homework 4: Working with Files Due Date: Next Tuesday