Introduction to Computers

Slides:



Advertisements
Similar presentations
®® Microsoft Windows 7 for Power Users Tutorial 6 Optimizing Your Hard Disk.
Advertisements

System Optimization Agent Procedures using Kaseya Developed By: Jason Aparcana Advisor : Dr. S. Masoud Sadjadi School of Computing and Information Sciences.
Optimizing Windows There are several ways to optimize (perform regular maintenance) Windows to keep it performing smoothly and quickly. Most of these discussed.
1 Chapter Overview Managing Compression Managing Disk Quotas Increasing Security with EFS Using Disk Defragmenter, Check Disk, and Disk Cleanup.
Format Scandisk Defragmentation Antivirus Compression Software
®® Microsoft Windows 7 for Power Users Tutorial 10 Backing Up and Restoring Files.
1 Chapter Overview Creating User and Computer Objects Maintaining User Accounts Creating User Profiles.
Basic Computer Maintenance Basic Computer Maintenance Clean and Cool Deleting Temporary Files Scandisk Backup Your Data How to.
COMPUTER FUNDAMENTALS David Samuel Bhatti
Objectives Learn what a file system does
Get the best performance out of your PC By Matthew Pinch.
Operating Systems Concepts 1/e Ruth Watson Chapter 4 Chapter 4 Windows Utilities Ruth Watson.
Guide to Linux Installation and Administration, 2e 1 Chapter 9 Preparing for Emergencies.
Guide to Linux Installation and Administration, 2e1 Chapter 8 Basic Administration Tasks.
COMPREHENSIVE Windows Tutorial 9 Maintaining Hardware and Software.
Chapter 18: Windows Server 2008 R2 and Active Directory Backup and Maintenance BAI617.
Chapter 13 Maintaining Windows. O BJECTIVES FOR THE NEXT SEVERAL LESSONS Learn how to set up and perform scheduled preventive maintenance tasks to keep.
Software.
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 Managing Disk and File Systems. File Storage Basics Windows XP supports two types of storage Basic Dynamic Basic storage system Centers on partitioning.
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.
MCTS Guide to Microsoft Windows Vista Chapter 4 Managing Disks.
Chapter 6: Linux Filesystem Administration
Installation Overview Lab#2 1Hanin Abdulrahman. Installing Ubuntu Linux is the process of copying operating system files from a CD, DVD, or USB flash.
1 Interface Two most common types of interfaces –SCSI: Small Computer Systems Interface (servers and high-performance desktops) –IDE/ATA: Integrated Drive.
1 Objectives Manage and install new file systems.
Getting Started Additional information. Important DOS Commands Getting Started dirlists disk directories verdisplays OS version clsclear command prompt.
Computing Fundamentals Module Lesson 10 — File Management with Windows Explorer Computer Literacy BASICS.
Windows Vista Inside Out Chapter 28 - Chapter 28 - Managing Disks and Drives Last modified
OS Troubleshooting Written by: Tim Keyser Georgia CTAE Resource Network 2010.
System Administration – Part 2. Devices in UNIX are files: A device can be accessed with different file names All device files are stored in /dev or its.
Lesson 20: Managing Local Storage MOAC : Configuring Windows 8.1.
IT1001 – Personal Computer Hardware & system Operations Week7- Introduction to backup & restore tools Introduction to user account with access rights.
Matthew Glenn AP2 Techno for Tanzania This presentation will cover the different utilities on a computer.
| nectar.org.au NECTAR TRAINING Module 9 Backing up & Packing up.
1 Maintaining the Windows O/S. 2 Introduction Virus protection Remove old and unused files Scan hard disk Defragment hard drive Back up and updated recovery.
Gary Cochrane VMware Tips for AE’s. VMWare Tips Topics −VMware Shrink −Resetting after a demo or training class −Performance tips.
OPERATING SYSTEM REVIEW. System Software The programs that control and maintain the operation of the computer and its devices The two parts of system.
Disk Utility fails to resize Mac partition? Try Stellar Partition Manager.
Instructor: Syed Shuja Hussain Chapter 4: Operating System Basics.
DIT314 ~ Client Operating System & Administration CHAPTER 7 MANAGING DISKS AND FILE SYSTEM Prepared By : Suraya Alias.
Linux Filesystem Administration
PC Support & Repair Chapter 5 Operating Systems Part 2.
Windows Vista Configuration MCTS : Maintenance and Optimization.
Keeping your System/Computer healthy and Operating
Lesson 9: SOFTWARE ICT Fundamentals 2nd Semester SY
Chapter Objectives In this chapter, you will learn:
Chapter Objectives In this chapter, you will learn:
Discovering Computers 2012: Chapter 8
Operating System Review
Chapter 12: File System Implementation
Objective: To learn about defragging
Computer Literacy BASICS

Chapter 2: System Structures
How to Fix Boot Error 0xc000000e on Windows
Introduction To Computers
Introduction to Computers
Introduction to Computers
Introduction to Computers
Basic Computer Maintenance
File Management.
Article Source:
Operating System Review
Keeping your System/Computer healthy and Operating
File Managements.
Operating System Review
Windows Tutorial 9 Maintaining Hardware and Software
Modern PC operating systems
Presentation transcript:

Introduction to Computers Storage Optimization For Operating Systems

Windows All operating systems run better when there is free space on the hard drive. As a rule of thumb, we tend to want over 20% of our storage space free Another major part of keeping a Windows disk optimal is keeping the disk defragmented While modern Windows systems do a good job at maintaining our storage and optimizing our disks, it is still good to be familiar with the diagnostic and maintenance tools for troubleshooting purposes

Windows - Disk Properties If you right click on a disk in file explorer and click Properties the general tab gives us a good read out of our overall disk use This is also where we can access Disk Cleanup for this specific drive, as opposed to the general Disk Cleanup for all drives from Control Panel One option we didn’t look at for Disk Cleanup is “Clean Up System Files”. This allows us access to other, typically unnecessary files If regular disk cleanup won’t remove enough space, you can choose to clean up the system files to give you more options

Windows - Error Checking We can access the disk’s error checking and defrag utilities from right click -> properties again, but this time going to the tool tab Error Checking happens periodically in modern systems automatically to keep your system’s disks healthy, but we can force a check manually Error Checking is going to check for bad clusters like we mentioned as well as physical damage on the hard drive’s platter If we need more detail on how the error checking went we can click on show details which is going to bring up event viewer

Windows - Defragment Like Error checking, defragment used to be a mandatory user maintenance step, but it is now mostly automated. To run it manually, we select it from the same tab as error checking The defragment tool will make multiple passes, analyzing clusters on the system and then moving them closer to the other clusters belonging to that file While it is good to defragment hard drives regularly, please note that due to how solid state drives work, not only is defragmenting not necessary, it actually shortens the drive’s lifetime

Linux Unlike Windows systems, Linux systems don’t really need to be defragmented This is because the Linux file system (ext4 for most modern Linux systems) stores files scattered throughout the drive. This means that when files need to be saved there is usually plenty of large chunks of free space to store, and when files need to expand there is space for them to do so We still need to know utilities for exploring and managing disks though

Linux - df Df shows how much disk space is used by each file system, separated by partition Df without modifiers will output the data as blocks of storage space. To output the space used and available as megabytes and gigabytes, we can use the modifier -h, which stands for human readable Df also shows how much space is allocated to the partition, how much space is available, the percentage of total space used and where the partition is mounted to

Du Du - shows less information about the file system, it only shows the space used, but it can sometimes be very useful Du shows the data used at a directory level. This lets you see if there are any folders taking up an abnormal amount of space Du runs recursively, showing the information for the present working directory and all directories stored within it Alternatively, a directory can be specified to show information about a different directory Just like df, du needs the -h modifier to output data in a human readable format instead of as number of data blocks

Fsck, umount and mount Fsck stands for file system check, and is used to check for errors in the file system The file system must be unmounted with the command umount before being checked with this command A file system that is mounted can be accessed by the users by navigating to where it is mounted in the directory. If a partition is unmounted it can no longer be accessed Mount can be used to re-mount the partition. The syntax is mount -t [FILE SYSTEM] [PHYSICAL DRIVE] [MOUNT POINT]

Mac Since the Mac OS is built on Unix, like Linux, there is no need to defragment it, but we do have tools to explore and manage the file system The most basic way to get information about a directory is by pressing command+i or right click -> Get Info

Disk Utility Disk Utility gives us a higher level overview of the disk usage This includes storage space used, storage space available, connection used, and the type of file that is using data. This gives us a good idea of the types of files to look at for deletion if we’re trying to gain space on the hard drive This utility will look very familiar if you are used to the Iphone’s storage app

First Aid From disk utility, we can access the first aid utility The first aid utility allows us to This is most effective when booting into recovery mode because otherwise there will be some system files that can’t be checked or repaired since they will either be in use or protected while the system is running normally To see more detailed information of the check and repair, click on show details

Fsck Since Macs are built on the foundation of Unix we can access some of the same disk utilities as Linux For example, if we restart the system we can enter single user mode which is the Mac command line maintenance utility From here we can execute commands like fsck to check the file system health In this example we ran fsck with the -fy option to automatically fix any errors found