Normal deletion Shift deletion

Slides:



Advertisements
Similar presentations
Computer Forensic Analysis By Aaron Cheeseman Excerpt from Investigating Computer-Related Crime By Peter Stephenson (2000) CRC Press LLC - Computer Crimes.
Advertisements

Operating Systems File Management.
SEMINAR ON FILE SLACK AND DISK SLACK
1 X-Ways Security: Permanent Erasure Supervised By: Dr. Lo’ai Tawalbeh Prepared By :Murad M. Ali.
A Quick Review of Unit 2 – Using Windows 7 Computing Fundamentals © CCI Learning Solutions.
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.
Return to the Office 2007 web page Lesson 3: Managing Computer Files.
XP Class Agenda – 09/06/2011 Discuss process of application development (see slides from 09/01/2011) Present computer data organization. Explore files,
Ch2: Operating Systems Dr. Basel Mahafzah. What is an Operating System? An operating system (OS) is a collection of programs which initializes the hardware.
Class Agenda – 06/11/ Present computer data organization Explore files, folders, and libraries in Windows 7 Explain logistics of course including.
Operating Systems Day 3. Changing Date & Time 1.Double click on digital clock on the notification area of a task bar (Click start button, Click control.
Microsoft Office Illustrated Fundamentals Unit B: Understanding File Management.
Data Deletion and Recovery. Data Deletion  What does data deletion mean in your own words?
Operating Systems and File Management Chapter 4. 4 Chapter 4: Operating Systems and File Management2 Chapter Contents  Section A: Operating System Basics.
Computer Systems Week 10: File Organisation Alma Whitfield.
Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition Lesson 3 Windows File Management 1 Morrison / Wells / Ruffolo.
Configuring the MagicInfo Pro Display
Chapter Five Maintaining a Computer Part III: File and Folder Management.
XP. The Start menu New streamlined design No more “My” Recently programs now sport Jump Lists All Programs menu slides in and out of existing space Search.
WINDOWS Part 1 – Start Up Basics
Bits, Bytes, Files, Hard Drives. Bits, Bytes, Letters and Words ● Bit – single piece of information ● Either a 0 or a 1 ● Byte – 8 bits of information.
Microsoft Office 2008 for Mac – Illustrated Unit C: Understanding File Management.
Managing Disks and Drives Chapter 13 powered by dj.
Computing Fundamentals Module Lesson 10 — File Management with Windows Explorer Computer Literacy BASICS.
Lesson 12: Using the Recycle Bin deleting files or folders what the Recycle Bin is restoring files from the Recycle Bin emptying the Recycle Bin identifying.
Review Windows XP/Vista/7. OS: Operating System The major tasks working on a operating system and Office 2010: Using GUI: The starting interface is desktop.
DELETING TEMPORARY FILES 1.Click “Start” -> “Search” -> “All Files and Folder”. 2.In “All or Part of the file name” box enter “*.tmp” and click “Search”.
Microsoft Office XP Illustrated Introductory, Enhanced with Programs, Files, and Folders Working.
Storage Devices Primary storage: is the storage provided by memory in a computer system Secondary storage: is storage provided by peripheral devices other.
Return to the Office 2007 web page Lesson 3: Managing Computer Files.
Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition Lesson 3 Windows File Management 1 Morrison / Wells / Ruffolo.
CHAPTER 7 Exploring Microsoft Windows 7. Learning Objectives Identify the parts of the Windows 7 desktop Use common Windows elements Navigate Windows.
COMPUTER SYSTEM TOOLS. SCANDISK MICROSOFT UTILITY PURCHASED FROM NORTON, WHICH IS NOW SYMANTEC; INCLUDED WITH MS-DOS 6.2 AND ON AS WELL AS ALL VERSIONS.
FIRST COURSE Managing Your Files. XP Objectives Develop file management strategies Explore files and folders Create, name, copy, move, and delete folders.
How to Recover Deleted Photos from Android Cell Phone? Android is keeping on improving their products and make sure to provide the best software service.
Photo Recovery How to Get Back your Lost Photos Easily?
Visit:  If you have lost important files, take a deep breath and rest assured that disk recovery software can likely help.
Stellar Phoenix Photo Recovery Recover Photos, Audio & Videos.
How to Recover Data from SanDisk Memory Card ?. 2 Sources:
Photo recovery from water damaged XD memory card recovery-from-water-damaged-xd-memory-card.
How to Recover Deleted Files from Android Phone Internal Memory and External SD Card
Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition Lesson 3 Windows File Management 1 Morrison / Wells / Ruffolo.
Copyright 2007, EMC Paradigm Publishing Inc. WINDOWS VISTA BACKNEXTEND 1-1 LINKS TO OBJECTIVES Starting Windows Using the Taskbar, open & switch programs.
Chapter 2 – Introduction to Windows Operating System II Manipulating Windows GUI 1CMPF112 Computing Skills for Engineers.
How To Make The Backup Of AVG Antivirus 2017 Definitions.
Windows 7 and file management
Class Agenda – 09/07/2011 Present computer data organization
How to Get Back Deleted Files from SD Card?
How to Do CD/DVD Data Recovery
Microsoft Windows 7 - Illustrated
HOW TO RECOVER DELETED PHOTOS FROM HP LAPTOP?. Every user faces this terrifying moment where users pressed the button labeled “Delete All” unwillingly.
BIF713 Managing Disk Space.
Computer Literacy BASICS
Understanding File Management
How to Fix Boot Error 0xc000000e on Windows
Microsoft Office Illustrated Introductory, Premium Edition
Understanding File Management
Computer an Electronic Filing Cabinet
File Managements.
Booting Up 15-Nov-18 boot.ppt.
Managing Your Files.
Microsoft Windows 7 Basics
COEN 252: Computer Forensics
Jeopardy Data Hardware & Software Files and Folders Networking Q $100
COMP1321 Digital Infrastructures
3.1 Basic Concept of Directory and Sub-directory
Microsoft Office Illustrated Fundamentals
Microsoft Windows 7 Basics
Data Recovery: Why Secure Deletion is so Important.
Presentation transcript:

Normal deletion Shift deletion Usually, when we delete a file, it goes to the Trash/Recycle Bin, provided the file is not larger than the bin’s capacity. One can restore these files easily. Shift deletion If SHIFT+DELETE is pressed with objects selected, such as files and folders, this will bypass the recycle bin and delete the selected objects permanently. We may think the file is irretrievable — it isn’t. Only a pointer to the file is deleted as yet, not the data, which remains on the disk.

Dos and Don't that must be followed in case we have lost data: Don’t OVERWRITE any data on the device.Shutdown the system immediately. Do not install any new software (not even the recovery software). Do not run any software(including the OS) on that drive. DO'S Reboot the system with a live CD or other live version of Linux running off other media, like a USB thumb drive. Download the required recovery tools if not available in the live CD.

FILE DELETION-What happens?

In both Windows and Linux, Data stored on a medium as files has a “table of contents” indicating the storage location for each file (name) on the drive. When a file is permanently deleted using Shift+Delete or an rm command at the command-line in terminal, its entry is removed from the table of contents but not the data. The ones and zeros that make up the file are still there on your computer, just the path to access that file is removed .This indicates that the space previously used by the file can be used to store other data — it is now “available” space. When a new file is written to the disk, and uses this “available” space, it replaces the previous data with new data (the space of the deleted file is overwritten). So, recovery of the old file becomes very difficult (though not impossible).

COMMON RECOVERY TOOLS

IN WINDOWS: Recuva Total Recovery Restoration Undelete Plus Pandora

IN LINUX: Ddrescue Data Life Saver PC Inspector SpinRite

IN MAC: Disk drill Basic File Salvage Tech Tool Pro

MULTI PLATFORM recovery tools TestDisk is a simple but powerful tool for analyzing and recovering disk partitions, including some unusual selections such as Xbox and Mac partitions PhotoRec is designed to recover lost files from your digital camera's memory or any similar memory device. It can handle most memory types, including USB, CompactFlash, MMC, and SmartMedia as well as optical disks and your hard drives

Concept on which recovery tools works... Data recovery tools are softwares which are capable of restoring the lost or deleted files or folder, once removed from recyclebin. We know that the file is not actually removed from the drive,just left unmarked in the Inode table. Thus, the tool searches for the files having unallocated space and whose address is marked as empty space. Hence, it is capable of restoring files.