What does a file system do?

Size: px
Start display at page:

Download "What does a file system do?"

Transcription

1 System files

2 What does a file system do? A file system is a method for storing and organizing computer files and the data they contain to make it easy to find and access them. File systems exist on hard drives, pen drives, cd s, dvd s and any other form of data storage medium Most data storage devices have array of fixed-size blocks, sometimes called sectors, and file system is in charge of organizing these sectors into files and directories. It is also in charge of indexing the media so it knows where and what each file is 2

3 Types of File Systems Disk file systems FAT (File Allocation Table), NTFS, HFS (Hierarchical File System), ext2, ext3, ISO9660 and UDF FAT(FAT12, FAT16, FAT32), and especially NTFS are primarily used on Windows operating systems. FAT is also the standard file system for floppy drives and is still used today HFS is used by Mac OS, and ext2, ext3 are used on various linux operating systems ISO9660 and UDF are used on optical media 3

4 What OS Support (for FAT/NTFS) In general, systems that can support NTFS also support FAT WinNT, Windows 2000, and WinXP support both FAT and NTFS. On the other hand, older versions of Windows only support FAT (Win95, Win98, me) 4

5 FAT FAT gets its name form the file allocation table stored near the beginning of the drive FAT16 is a 16-bit file system FAT32 is a 32-bit file system The only option if a partition needs to be used for dualbooting with another O/S (e.g. DOS, Win 9x, etc.) 5

6 FAT 16 Used by MS-DOS Traditionally limited to partitions up to 2 GB out of date maximum partition size 2 GB Appropriate for very small hard-disk partitions only Limitations Small partition sizes No file system security features Disk space usage is poor Don t use it unless you have to use really old applications or operating systems 6

7 FAT 32 A derivative of the FAT16 file system Because is a 32-bit file system it can address more clusters than FAT16 It also means FAT32 can support larger partitions Supports partition sizes up to 2 TB Still does not provide advanced security features Cannot configure permissions on file and folder resources 7

8 NTFS Introduced with Windows NT operating system Windows NT 4.0 Windows 2000 Windows XP Windows Server 2003 Theoretically supports partition sizes of up to 16 Exabyte (EB) Practically supports maximum partition sizes from 2 TB to 16 TB 8

9 NTFS Native Windows file system. Can only be read by NT, Win2K and Windows 2003/XP OS. Supports file/folder compression. Larger disk/partition/file support. Built-in file/folder security. Fault-tolerance support (RAID) NTFS5 has addt l features of dynamic volumes, disk quotas, encryption (EFS), FAT32 support More efficient for larger disk/partitions over 500MB, especially over 2GB. Can combine multiple physical disks under 1 driver letter 9

10 Important features NTFS 10 Supports volumes up to 2 TB in size Compression Security Encryption

11 What does NTFS offer? NTFS offers what FAT does not: Performance Reliability Compatibility It was designed to quickly perform standard file operations as: Reading Writing Searching...and File system recovery on very large hard disks 11

12 Disadvantages of NTFS It is not recommended to use NTFS on a volume that is smaller than approximately 400 MB Currently, there is no file encryption built into NTFS It is not possible to format a floppy disk with the NTFS file system 12

13 FAT vs. NTFS FAT will still exist in mobile and small storage devices, but NTFS more likely for Windows NTFS is more complex and more scalable FAT retrieves a file by searching the chain of allocation units directory entries, NTFS finds files more directly 13

14 NTFS v. FAT32 Disk Formats Use NTFS unless you have to use FAT32 Compatibility Windows 95/98/Me cannot recognize NTFS volumes 14 On multiboot systems, you must use FAT32 for any local drives that you want to access when you boot the system using Windows 95, Windows 98, or Windows Me

15 NTFS v. FAT32 Disk Formats 15 Security NTFS permissions and encryption are not available on FAT or FAT32 partitions

16 Reliability NTFS v. FAT32 Disk Formats An NTFS volume can recover from disk errors more readily than an otherwise identical FAT/FAT32 drive NTFS uses log files to keep track of all disk activity NTFS can mark bad clusters and stop using them 16

17 Expandability NTFS v. FAT32 Disk Formats NTFS-formatted volumes can be expanded without having to back up, repartition, reformat, and restore (if you use Dynamic Disk) 17

18 Efficiency NTFS v. FAT32 Disk Formats On partitions greater than 8 GB in size, NTFS volumes manage space more efficiently than FAT32 The maximum partition size for a FAT32 drive created by Windows XP is 32 GB With NTFS, a volume can be up to 16 terabytes (16,384 GB) 18

19 Compare FAT & NTFS FAT 19 NTFS Support by DOS, OS/2, Windows 95, and Window NT(Should be used if you need to Dual-boot and access the partition from another OS) No local security available Does not support Macintosh files Only supported under the NT OS Local security is available Support Macintosh files Does not support NetWare file and directory Supports NetWare file and directory permissions during NetWare migration permission during migration Does not support NT file compression Support NT file compression Can be converted to NTFS at any time Maximum partition size of 4GB NTFS can never be converted to FAT. The only way to go from NTFS to FAT is to backup the data, reformat the partition as FAT, and then restore the data to the new FAT partition. Maximum partition size of 16EB

20 How does the file system handle security? Main method of protection is through access control Accessing file system operations (ex. modifying or deleting a file) are controlled through access control lists or capabilities Capabilities are more secure so they tend to be used by operating systems on file systems like NTFS or ext3. 20

21 NTFS Permissions 21 C NTFS Volume Suggestions Available Only on NTFS Volumes Secure Folders and Files Effective When a User Accesses the Resource: Locally Remotely R R R User1 User2 User3 Server User1

22 NTFS Managing NTFS Permissions The only file system supported by Windows XP that offers file-level security File and folder permissions are nearly identical NTFS file and folder permissions Read Write (folders) Write (files) 22

23 Managing NTFS Permissions (continued) 23 List Folder Contents (folders only) Read & Execute (folders) Read & Execute (files) Modify (folders) Modify (files) Full Control (folders) Full Control (files) Special Permissions

24 Standard Permissions Are a Combination of Individual NTFS Permissions Give You the Ability to Assign Multiple NTFS Permissions at One Time 24 Folder Permissions No Access (None) Read (RX) Change (RWXD) Full Control (All) File Permissions No Access (None) (None) Read (RX) (RX) Change (RWXD) (RWXD) Add (WX) (Not Specified) Add & Read (RWX) (RX) List (RX) (Not Specified) Full Control (All) (All)

25 Ownership By default, owner is entity that created the object 25 Owner can change permissions, even when denied access to the object By default, Administrators group is given Take Owner of files and other objects

26 Write Standard NTFS permissions In folders allows new files and folders to be created Folder attributes can be changed Ownership can be viewed For files allows data to be written, attributes changed, ownership viewed 26

27 Read Standard NTFS permissions For files and folders allows files and folder data, attributes, ownership and security to be viewed List folder contents Folders only- allows contents to be listed 27

28 Read and execute Standard NTFS permissions For folders - allows read access to files and folders below For files read access and, if application, ability to run Modify For files and folders - same as write and read/execute plus allows deletion 28

29 Full Control Standard NTFS permissions 29 For files and folders same as modify plus change permissions and take ownership Special permissions more granular options

30 Special NTFS Permissions 30 Permission to Change Permissions & Take Ownership Owner, Administrator ~~~~~ ~~~~~ ~~~~~ ~~~~~ Change Permissions Take Ownership Standard Permission Read Special Access Permissions Read Data Read Attributes Read Permissions Read Extended Attributes Users, Groups

31 علی نیک فرجام ) 31

32 Special Permissions inheritance Inheritance settings This folder only This folder, subfolders, and files (default) This folder and subfolders This folder and files Subfolders and files only Subfolders only Files only علی نیک فرجام ) 32

33 Managing NTFS Permissions (continued) 33

34 Managing NTFS Permissions (continued) 34

35 Managing NTFS Permissions (continued) 35

36 Converting File Systems For highest security, partitions and volumes should be configured to use NTFS FAT and FAT32 volumes on a system Can be migrated to the NTFS format without losing data To convert an NTFS volume to FAT or FAT32, you must: Back up your data Reformat the volume Restore your data 36

37 FAT -> NTFS Convert Command-line utility, CONVERT, will convert FAT or FAT32 partitions and volumes to NTFS All existing files and folders are retained CONVERT cannot convert NTFS to FAT or FAT32 CONVERT drive: /FS:NTFS Requires some additional disk space for NTFS 37

Chapter Two File Systems. CIS 4000 Intro. to Forensic Computing David McDonald, Ph.D.

Chapter Two File Systems. CIS 4000 Intro. to Forensic Computing David McDonald, Ph.D. Chapter Two File Systems CIS 4000 Intro. to Forensic Computing David McDonald, Ph.D. 1 Learning Objectives At the end of this section, you will be able to: Explain the purpose and structure of file systems

More information

makes floppy bootable o next comes root directory file information ATTRIB command used to modify name

makes floppy bootable o next comes root directory file information ATTRIB command used to modify name File Systems File system o Designed for storing and managing files on disk media o Build logical system on top of physical disk organization Tasks o Partition and format disks to store and retrieve information

More information

File Services. Chapter 5. Topics in this Chapter: Understanding Windows File Systems. Understanding Linux File Systems

File Services. Chapter 5. Topics in this Chapter: Understanding Windows File Systems. Understanding Linux File Systems Chapter 5 File Services Topics in this Chapter: Understanding Windows File Systems Understanding Linux File Systems Understanding Permissions Management (Access Control) Understanding File Backup, Restore,

More information

Windows 2000/XP History, and Data Management

Windows 2000/XP History, and Data Management Unit 5 Windows 2000/XP History, and Data Management Copyright 2002 Heathkit Company, Inc. All rights reserved. Microsoft Windows98 Microsoft WindowsMe Microsoft Windows 2000 Professional Microsoft Windows

More information

1 Attended Installation of Windows 2000 Server

1 Attended Installation of Windows 2000 Server 770c01.qxd 10/5/00 5:45 PM Page 1 1 Attended Installation of Windows 2000 Server TEST YOURSELF OBJECTIVES 1.01 Preparing for Installation 1.02 Four-Step Process from CD-ROM 1.03 Installing Over the Network

More information

COMP091 Operating Systems 1. File Systems

COMP091 Operating Systems 1. File Systems COMP091 Operating Systems 1 File Systems Media File systems organize the storage space on persistent media such as disk, tape, CD/DVD/BD, USB etc. Disk, USB drives, and virtual drives are referred to as

More information

Instructions For Formatting Hard Drive Windows 7 Command Prompt

Instructions For Formatting Hard Drive Windows 7 Command Prompt Instructions For Formatting Hard Drive Windows 7 Command Prompt How to format a hard drive in Windows Vista, 7 or 8: plus how to format hard drive drive, run the Universal USB Installer setup program,

More information

File systems security: Shared folders & NTFS permissions, EFS Disk Quotas

File systems security: Shared folders & NTFS permissions, EFS Disk Quotas File systems security: Shared folders & NTFS permissions, EFS Disk Quotas (March 23, 2016) Abdou Illia, Spring 2016 1 Learning Objective Understand Shared Folders Assign Shared Folder permissions NTFS

More information

File System NTFS. Section Seven. NTFS, EFS, Partitioning, and Navigating Folders

File System NTFS. Section Seven. NTFS, EFS, Partitioning, and Navigating Folders 13 August 2002 File System Section Seven NTFS, EFS, Partitioning, and Navigating Folders NTFS DEFINITION New Technologies File System or NTFS was first applied in Windows NT 3.0 back in 1992. This technology

More information

Network+ Guide to Networks, Fourth Edition. Chapter 8 Network Operating Systems and Windows Server 2003-Based Networking

Network+ Guide to Networks, Fourth Edition. Chapter 8 Network Operating Systems and Windows Server 2003-Based Networking Network+ Guide to Networks, Fourth Edition Chapter 8 Network Operating Systems and Windows Server 2003-Based Networking Objectives Discuss the functions and features of a network operating system Define

More information

Manual Format Flash Drive Mac And Pc Disk Utility

Manual Format Flash Drive Mac And Pc Disk Utility Manual Format Flash Drive Mac And Pc Disk Utility On a Mac the program of choice is Disk Utility, something supplied by Apple. drives in MS- DOS (FAT) format so that they'll work with both Mac and PC systems.

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions CB-ISA225-U3 - IDE/SATA TO USB 3.0 Adapter 1. Will the CB-ISA225-U3 works with my Windows 8, 8.1, 10 or Mac OS X (10.6 or newer)? Yes, it will work correctly. 2. Does this device

More information

Faculty of Engineering Computer Engineering Department Islamic University of Gaza Network Lab # 7 Permissions

Faculty of Engineering Computer Engineering Department Islamic University of Gaza Network Lab # 7 Permissions Faculty of Engineering Computer Engineering Department Islamic University of Gaza 2012 Network Lab # 7 Permissions Objective: Network Lab # 7 Permissions Define permissions. Explain the characteristics

More information

Implementing Hard Drives

Implementing Hard Drives Implementing Hard Drives Chapter 12 Overview In this chapter, you will learn how to Explain the partitions available in Windows Discuss hard drive formatting options Partition and format hard drives Maintain

More information

Windows 2000 Flavors Windows 200 ws 0 Profess 0 P ional Windows 2000 Server Windows 200 ws 0 Advan 0 A ced Server Windows 2000 Datacen ter Server 2

Windows 2000 Flavors Windows 200 ws 0 Profess 0 P ional Windows 2000 Server Windows 200 ws 0 Advan 0 A ced Server Windows 2000 Datacen ter Server 2 Copyright 2006 Heathkit Company, Inc. All Rights Reserved Lab 9-3 Windows 2000 Pre-Installation Windows 2000 Flavors Windows 2000 Professional Windows 2000 Server Windows 2000 Advanced Server Windows 2000

More information

User Manual. AOMEI Partition Assistant 6.0

User Manual. AOMEI Partition Assistant 6.0 AOMEI Partition Assistant 6.0 User Manual Welcome... 3 About AOMEI Partition Assistant... 3 Working Computer Configuration... 4 Product Main Window... 5 Partition Operation Properties... 5 Partition Operations...

More information

3 INSTALLING WINDOWS XP PROFESSIONAL

3 INSTALLING WINDOWS XP PROFESSIONAL INSTALLING WINDOWS XP PROFESSIONAL.1 Preparing for installation Objectives.1.1 Windows XP Professional Hardware Requirements.1.2 Hardware Compatibility List (HCL) check.1. Hard Disk Partition.1.4 Required

More information

A+ Guide to Managing and Maintaining Your PC. Managing and Supporting Windows XP

A+ Guide to Managing and Maintaining Your PC. Managing and Supporting Windows XP A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 16 Managing and Supporting Windows XP Security Using Windows NT/ 2000/XP Goals Secure system resources including hardware and software

More information

Windows Vista, XP, and 2000 all share the same basic Windows

Windows Vista, XP, and 2000 all share the same basic Windows CHAPTER 12 Installing Windows In this chapter, you will learn: How to plan a Windows installation How to install Windows Vista How to install Windows XP How to install Windows 2000 Windows Vista, XP, and

More information

Lesson 1: Preparing for Installation

Lesson 1: Preparing for Installation 2-2 Chapter 2 Installing Windows XP Professional Lesson 1: Preparing for Installation When you install Windows XP Professional, the Windows XP Professional Setup program allows you to specify how to install

More information

COPYRIGHTED MATERIAL. Chapter. Getting Started with Windows 2000 Server MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER

COPYRIGHTED MATERIAL. Chapter. Getting Started with Windows 2000 Server MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER 2947c01.fm Page 1 Tuesday, April 29, 2003 3:42 PM Chapter 1 Getting Started with Windows 2000 Server MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER Perform an attended installation of Windows 2000 Server.

More information

Advanced Operating Systems

Advanced Operating Systems Advanced Operating Systems File Systems: File Allocation Table, Linux File System, NTFS Lecture 10 Case Studies of File Systems File Allocation Table (FAT) Unix File System Berkeley Fast File System Linux

More information

File Systems. What do we need to know?

File Systems. What do we need to know? File Systems Chapter 4 1 What do we need to know? How are files viewed on different OS s? What is a file system from the programmer s viewpoint? You mostly know this, but we ll review the main points.

More information

Partition External Hard Drive Without Losing Data Mac Os X

Partition External Hard Drive Without Losing Data Mac Os X Partition External Hard Drive Without Losing Data Mac Os X If your Mac's hard drive is small and your Time Machine hard drive is big, At the same time, external hard drives are cheaper and roomier than

More information

SMD149 - Operating Systems - File systems

SMD149 - Operating Systems - File systems SMD149 - Operating Systems - File systems Roland Parviainen November 21, 2005 1 / 59 Outline Overview Files, directories Data integrity Transaction based file systems 2 / 59 Files Overview Named collection

More information

Manual Format Windows Xp Hard Drive Fat32 External Harddisk

Manual Format Windows Xp Hard Drive Fat32 External Harddisk Manual Format Windows Xp Hard Drive Fat32 External Harddisk To reformat an external hard drive to the NTFS (Windows) or HFS+ (Mac) file system, please follow the instructions below: Decide if the drive

More information

Windows File System. File allocation table (FAT) NTFS - New Technology File System. used in Windows 95, and MS-DOS

Windows File System. File allocation table (FAT) NTFS - New Technology File System. used in Windows 95, and MS-DOS Windows File System Windows File System File allocation table (FAT) used in Windows 95, and MS-DOS NTFS - New Technology File System 2 Key features of NTFS NTFS uses clusters(rather than sectors) as units

More information

CS370 Operating Systems

CS370 Operating Systems CS370 Operating Systems Colorado State University Yashwant K Malaiya Spring 2018 Lecture 22 File Systems Slides based on Text by Silberschatz, Galvin, Gagne Various sources 1 1 Disk Structure Disk can

More information

Chapter 1: Windows Platform and Architecture. You will learn:

Chapter 1: Windows Platform and Architecture. You will learn: Chapter 1: Windows Platform and Architecture Windows 2000 product family. New features/facilities of. Windows architecture. Changes to the kernel and kernel architecture. New features/facilities. Kernel

More information

HP Supporting the HP ProLiant Storage Server Product Family.

HP Supporting the HP ProLiant Storage Server Product Family. HP HP0-698 Supporting the HP ProLiant Storage Server Product Family https://killexams.com/pass4sure/exam-detail/hp0-698 QUESTION: 1 What does Volume Shadow Copy provide?. A. backup to disks B. LUN duplication

More information

Operating Systems: Lecture 12. File-System Interface and Implementation

Operating Systems: Lecture 12. File-System Interface and Implementation 1 Operating Systems: Lecture 12 File-System Interface and Implementation Jinwoo Kim jwkim@jjay.cuny.edu Outline File Concept and Structure Directory Structures File Organizations Access Methods Protection

More information

A file system is a clearly-defined method that the computer's operating system uses to store, catalog, and retrieve files.

A file system is a clearly-defined method that the computer's operating system uses to store, catalog, and retrieve files. File Systems A file system is a clearly-defined method that the computer's operating system uses to store, catalog, and retrieve files. Module 11: File-System Interface File Concept Access :Methods Directory

More information

Windows 7 Manual Partition Hard Drive During Install Xp

Windows 7 Manual Partition Hard Drive During Install Xp Windows 7 Manual Partition Hard Drive During Install Xp There are plenty of free ISO writers if you have Vista or XP. If you're using a spare hard drive, delete all partitions or simply choose an Step

More information

THOMAS RUSSELL, Information Technology Teacher

THOMAS RUSSELL, Information Technology Teacher THOMAS RUSSELL, Information Technology Teacher Historical/Conceptual After installing the hard drive it needs to be partitioned. Partitioning is the process of electronically subdividing the physical hard

More information

Hard facts. Hard disk drives

Hard facts. Hard disk drives Hard facts Text by PowerQuest, photos and drawings Vlado Damjanovski 2004 What is a hard disk? A hard disk or hard drive is the part of your computer responsible for long-term storage of information. Unlike

More information

Manual Format Flash Drive Ntfs Allocation Unit Size

Manual Format Flash Drive Ntfs Allocation Unit Size Manual Format Flash Drive Ntfs Allocation Unit Size Hi, How do I determine the cluster size that is from the Manufacturer of any hard disk m.2 sata card back to the default manufacturer disk cluster size

More information

Computer System Management - File Systems

Computer System Management - File Systems Computer System Management - File Systems Amarjeet Singh August 27, 2012 Partly adopted from Computer System Management Slides by Navpreet Singh Logistics Lab Session Please read through the handout and

More information

Manual Format Windows Xp Computer Using Pendrive

Manual Format Windows Xp Computer Using Pendrive Manual Format Windows Xp Computer Using Pendrive If you have windows XP ISO then mount image to Virtual drive using ultraiso. If ultraiso is not Then Click Next button and your USB pen drive will be formatted.

More information

8/31/2015 BITS BYTES AND FILES. What is a bit. Representing a number. Technically, it s a change of voltage

8/31/2015 BITS BYTES AND FILES. What is a bit. Representing a number. Technically, it s a change of voltage Personal Computing BITS BYTES AND FILES What is a bit Technically, it s a change of voltage Two stable states of a flip-flop Positions of an electrical switch That s for the EE folks It s a zero or a one

More information

Machine Language and System Programming

Machine Language and System Programming زبان ماشين وبرنامه نويسی سيستم Machine Language and System Programming جلسه دوازدھم دانشگاه صنعتی ھمدان پاييز 1389 Objectives Explain the purpose and structure of file systems Describe Microsoft file structures

More information

Lab 03. Windows Operating Systems (Cont.)

Lab 03. Windows Operating Systems (Cont.) Lab 03 s (Cont.) Objectives Develop a good understanding of 1. The role of an operating system in a computer system 2. Services provided by an operating system and have some hands on experience in 1. Understanding

More information

A+ Guide to Managing and Maintaining your PC, 6e. Chapter 2 Introducing Operating Systems

A+ Guide to Managing and Maintaining your PC, 6e. Chapter 2 Introducing Operating Systems A+ Guide to Managing and Maintaining your PC, 6e Chapter 2 Introducing Operating Systems Objectives Learn about the various operating systems and the differences between them Learn how an OS interfaces

More information

Integrating RDX QuikStor into Windows Backup with Full System Recovery for Windows Server OS

Integrating RDX QuikStor into Windows Backup with Full System Recovery for Windows Server OS Integrating RDX QuikStor into Windows Backup with Full System Recovery for Windows Server OS INTEGRATION BRIEF The built-in Windows Backup included with current Windows operating systems does not support

More information

OPERATING SYSTEMS CS136

OPERATING SYSTEMS CS136 OPERATING SYSTEMS CS136 Jialiang LU Jialiang.lu@sjtu.edu.cn Based on Lecture Notes of Tanenbaum, Modern Operating Systems 3 e, 1 Chapter 4 FILE SYSTEMS 2 File Systems Many important applications need to

More information

Manual Boot Camp Install Windows 8 From Usb Using

Manual Boot Camp Install Windows 8 From Usb Using Manual Boot Camp Install Windows 8 From Usb Using To avoid all this, I've chosen to bypass Bootcamp and install Windows in my Mac's native EFI mode. Does not work with Windows 7, only works with Windows

More information

Contents: Safety instructions... 1 Introduction... 3

Contents: Safety instructions... 1 Introduction... 3 Contents: Contents:...i Safety instructions... 1 Safety and installation... 1 Cabling... 1 Electromagnetic compatibility/ Conformity with norms... 2 Cleaning... 2 Recycling and disposal... 2 Data security...

More information

COMPARATIVE STUDY OF TWO MODERN FILE SYSTEMS: NTFS AND HFS+

COMPARATIVE STUDY OF TWO MODERN FILE SYSTEMS: NTFS AND HFS+ COMPARATIVE STUDY OF TWO MODERN FILE SYSTEMS: NTFS AND HFS+ Viral H. Panchal 1, Brijal Panchal 2, Heta K. Desai 3 Asst. professor, Computer Engg., S.N.P.I.T&RC, Umrakh, Gujarat, India 1 Student, Science

More information

Reinstalling Windows 95/98/ME/2000 Professional

Reinstalling Windows 95/98/ME/2000 Professional Reinstalling Windows 95/98/ME/2000 Professional Who needs this handout? If you have been instructed to reinstall Windows on your computer as a result of a recommendation from a computer consulting professional,

More information

Acronis Disk Director 11 Home. Quick Start Guide

Acronis Disk Director 11 Home. Quick Start Guide Acronis Disk Director 11 Home Quick Start Guide Copyright Acronis, Inc., 2000-2010. All rights reserved. "Acronis", "Acronis Compute with Confidence", "Acronis Recovery Manager", "Acronis Secure Zone",

More information

EaseUS Partition Master

EaseUS Partition Master EaseUS Partition Master User guide Table of content Table of content...- 2 - Overview... - 1 - Welcome... - 1 - Edition comparison...- 1 - Basic knowledge...- 2 - Hard disk/partition... - 2 - Disk formatting...

More information

CS370 Operating Systems

CS370 Operating Systems CS370 Operating Systems Colorado State University Yashwant K Malaiya Fall 2017 Lecture 24 File Systems Slides based on Text by Silberschatz, Galvin, Gagne Various sources 1 1 Questions from last time How

More information

Elementary Computing CSC M. Cheng, Computer Science 1

Elementary Computing CSC M. Cheng, Computer Science 1 Elementary Computing CSC 100 2014-07-14 M. Cheng, Computer Science 1 File & Operating Systems Every computer has an Operating System (OS). An OS is a piece of software that manages the resources on every

More information

Smart Array Controller technology: drive array expansion and extension technology brief

Smart Array Controller technology: drive array expansion and extension technology brief Smart Array Controller technology: drive array expansion and extension technology brief Abstract... 2 Introduction... 2 Array configuration utility... 2 Capacity expansion... 2 Logical drive creation...

More information

ECE 598 Advanced Operating Systems Lecture 14

ECE 598 Advanced Operating Systems Lecture 14 ECE 598 Advanced Operating Systems Lecture 14 Vince Weaver http://www.eece.maine.edu/~vweaver vincent.weaver@maine.edu 19 March 2015 Announcements Homework #4 posted soon? 1 Filesystems Often a MBR (master

More information

Elementary Computing CSC 100. M. Cheng, Computer Science

Elementary Computing CSC 100. M. Cheng, Computer Science Elementary Computing CSC 100 1 File & Operating Systems Every computer has an Operating System (OS). An OS is a piece of software that manages the resources on every computer. User Interfaces and File

More information

NETWORK ADMINISTRATION USING MICROSOFT OBJECTIVE(42)

NETWORK ADMINISTRATION USING MICROSOFT OBJECTIVE(42) 12 Pages Contestant Number Time Rank NETWORK ADMINISTRATION USING MICROSOFT OBJECTIVE(42) Regional 2011 TOTAL POINTS (500) Failure to adhere to any of the following rules will result in disqualification:

More information

LaCie d2 SATA II 3Gbits

LaCie d2 SATA II 3Gbits : / / / : : 8 1/2 x 11 A4 : [File] > [Quit] 2 4 6 1. 7 1.1. d2 II 3Gbits 7 1.2. 8 2. d2 II 3Gbits 10 2.1. 10 2.2. 11 2.3. 11 2.4. 13 3. d2 II 3Gbits 14 3.1. 15 3.2. d2 II 3Gbits 16 3.2.1. Mac 16 3.2.2.

More information

Example Implementations of File Systems

Example Implementations of File Systems Example Implementations of File Systems Last modified: 22.05.2017 1 Linux file systems ext2, ext3, ext4, proc, swap LVM Contents ZFS/OpenZFS NTFS - the main MS Windows file system 2 Linux File Systems

More information

How To Install Windows Update Vista From Usb Flash Drive Step By Step

How To Install Windows Update Vista From Usb Flash Drive Step By Step How To Install Windows Update Vista From Usb Flash Drive Step By Step Step by step how to guide to install Windows 7 from USB Flash or Pen drive is A computer running with Windows 7 or Vista or later versions

More information

Lesson 2: Installing Windows 8.1. MOAC : Configuring Windows 8.1

Lesson 2: Installing Windows 8.1. MOAC : Configuring Windows 8.1 Lesson 2: Installing Windows 8.1 MOAC 70-687: Configuring Windows 8.1 Overview Exam Objective 1.2: Install Windows 8.1 o Install as Windows To Go o Migrate from previous versions of Windows to Windows

More information

Macrorit Partition Expert 4.3.5

Macrorit Partition Expert 4.3.5 Content Macrorit Partition Expert 4.3.5... 1 User Manual... 1 Welcome... 1 About Macrorit Partition Expert... 1 Main Features... 1 Advanced Features... 1 Tools... 2 Unique Technology... 2 System Requirements:...

More information

Manually Mount External Hard Drive Win 7 Not Showing Up

Manually Mount External Hard Drive Win 7 Not Showing Up Manually Mount External Hard Drive Win 7 Not Showing Up I've just upgraded to Yosemite, and none of my external (USB) hard drives are Re: External USB Hard Drive not showing up, after Yosemite update,

More information

lesson 3 Transforming Data into Information

lesson 3 Transforming Data into Information essential concepts lesson 3 Transforming Data into Information This lesson includes the following sections: How Computers Represent Data How Computers Process Data Factors Affecting Processing Speed Extending

More information

ACCESSDATA SUPPLEMENTAL APPENDIX

ACCESSDATA SUPPLEMENTAL APPENDIX ACCESSDATA SUPPLEMENTAL APPENDIX Introduction to DOS and FAT OPERATING SYSTEMS The term operating system refers to the software that is required to manage a computer system and run applications on the

More information

Install Windows Update Windows 7 From Usb

Install Windows Update Windows 7 From Usb Install Windows Update Windows 7 From Usb Drive Step Step Guide Most people who install the Windows Technical Preview will probably upgrade If you are upgrading from Windows 7, however, or from Windows

More information

File System Management

File System Management Lecture 8: Storage Management File System Management Contents Non volatile memory Tape, HDD, SSD Files & File System Interface Directories & their Organization File System Implementation Disk Space Allocation

More information

Manually Wipe Hard Drive Windows 7 Command Prompt Format

Manually Wipe Hard Drive Windows 7 Command Prompt Format Manually Wipe Hard Drive Windows 7 Command Prompt Format Pro tip: Use Windows 8's Format command to perform a secure disk wipe He asked me what program I would recommend for securely wiping a disk. Microsoft

More information

Manual Format Windows Xp Without Cd Drive Or Usb

Manual Format Windows Xp Without Cd Drive Or Usb Manual Format Windows Xp Without Cd Drive Or Usb This 2015 article explains how to reinstall XP on a Netbook without an optical drive. I dug out the Windows XP factory restore disc and settled down with

More information

Instructions For Using Flash Drive As Ram Xp >>>CLICK HERE<<<

Instructions For Using Flash Drive As Ram Xp >>>CLICK HERE<<< Instructions For Using Flash Drive As Ram Xp Read the Disk Management in Windows article for detailed instructions. You need a USB stick or memory card that has at least 250 megabytes of disk space. All

More information

Guide to Computer Forensics and Investigations Fourth Edition. Chapter 6 Working with Windows and DOS Systems

Guide to Computer Forensics and Investigations Fourth Edition. Chapter 6 Working with Windows and DOS Systems Guide to Computer Forensics and Investigations Fourth Edition Chapter 6 Working with Windows and DOS Systems Understanding Disk Drives Disk drives are made up of one or more platters coated with magnetic

More information

Manual Format Flash Drive Mac And Windows Disk Utility

Manual Format Flash Drive Mac And Windows Disk Utility Manual Format Flash Drive Mac And Windows Disk Utility Nov 23, 2014. Hello I am trying to format a USB flash drive to be compatible with both Mac and PC. From my research I The Disk Utility app Help manual

More information

FILE SYSTEMS. CS124 Operating Systems Winter , Lecture 23

FILE SYSTEMS. CS124 Operating Systems Winter , Lecture 23 FILE SYSTEMS CS124 Operating Systems Winter 2015-2016, Lecture 23 2 Persistent Storage All programs require some form of persistent storage that lasts beyond the lifetime of an individual process Most

More information

EaseUS Partition Master

EaseUS Partition Master EaseUS Partition Master User Guide Table of content Table of content... - 2 - Overview... - 1 - Welcome... - 1 - Edition comparison... - 1 - Getting started... - 2 - Hardware requirements... - 2 - Supported

More information

Section 5 MUST BE COMPLETED BY: 12/5

Section 5 MUST BE COMPLETED BY: 12/5 Test Out Online Lesson 5 Schedule Section 5 MUST BE COMPLETED BY: 12/5 Section 5.1: Storage Devices This section provides an overview of storage devices. Concepts covered include: Common storage devices:

More information

File Systems Management and Examples

File Systems Management and Examples File Systems Management and Examples Today! Efficiency, performance, recovery! Examples Next! Distributed systems Disk space management! Once decided to store a file as sequence of blocks What s the size

More information

Guide to SATA Hard Disks Installation and RAID Configuration

Guide to SATA Hard Disks Installation and RAID Configuration Guide to SATA Hard Disks Installation and RAID Configuration 1. Guide to SATA Hard Disks Installation...2 1.1 Serial ATA (SATA) Hard Disks Installation...2 2. Guide to RAID Configurations...3 2.1 Introduction

More information

Manual Format Windows 7 With Cd Steps To

Manual Format Windows 7 With Cd Steps To Manual Format Windows 7 With Cd Steps To Install Windows Xp Just follow this guide, and you'll have Windows 7 installed on that computer in noinstall Windows 7 (Beginners) Step 1.jpg. 1. Enter your computer's

More information

Computer Systems. Assembly Language for x86 Processors 6th Edition, Kip Irvine

Computer Systems. Assembly Language for x86 Processors 6th Edition, Kip Irvine Computer Systems Assembly Language for x86 Processors 6th Edition, Kip Irvine Chapter 15: Disk Fundamentals Yonsei University Department of Computer Science Jaekyung Kim(kimjk@cs.yonsei.ac.kr) (c) Pearson

More information

70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced. Chapter 7: Advanced File System Management

70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced. Chapter 7: Advanced File System Management 70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 7: Advanced File System Management Objectives Understand and configure file and folder attributes Understand

More information

Manual Format Windows Xp Without Cd Rom Driver

Manual Format Windows Xp Without Cd Rom Driver Manual Format Windows Xp Without Cd Rom Driver I dug out the Windows XP factory restore disc and settled down with a nice cup of coffee. Surely it can't be that hard to make a USB pen drive bootable, and

More information

A+ Certification Guide. Chapter 13 Installing and Upgrading Windows Operating Systems

A+ Certification Guide. Chapter 13 Installing and Upgrading Windows Operating Systems A+ Certification Guide Chapter 13 Installing and Upgrading Windows Operating Systems Chapter 13 Objectives Installing Windows Transferring Data Updating Windows Setting Up Recovery Partitions and Discs

More information

Manual Boot Camp Install Windows 7 From Usb Drivers Won't

Manual Boot Camp Install Windows 7 From Usb Drivers Won't Manual Boot Camp Install Windows 7 From Usb Drivers Won't I have a 2011 imac and I've installed Windows on it successfully. I went back and used the Windows 7 USB/DVD Download Tool which was made by to

More information

Contents. Getting Started...1. Managing Your Drives...9. Backing Up & Restoring Folders Synchronizing Folders...52

Contents. Getting Started...1. Managing Your Drives...9. Backing Up & Restoring Folders Synchronizing Folders...52 Contents Getting Started.....................................................1 Installing the Software...........................................1 Using the Maxtor System Tray Icon................................6

More information

Downloaded from various sources on the NET

Downloaded from various sources on the NET Overview Computers. Hardware components of a Computer. Purpose and functions of computer operating systems. Evolution of computer operating systems. Operating systems available today. Downloaded from various

More information

Instructions For Reformatting A Hard Drive >>>CLICK HERE<<<

Instructions For Reformatting A Hard Drive >>>CLICK HERE<<< Instructions For Reformatting A Hard Drive Windows 7 Fat32 1tb Make external harddrive compatible with mac and windows computer, How to format using. This happened once before and reformatting fixed it

More information

Lab - Create a Partition in Windows 8

Lab - Create a Partition in Windows 8 Lab - Create a Partition in Windows 8 Introduction In this lab, you will create a FAT32 formatted partition on a disk. You will convert the partition to NTFS. You will then identify the differences between

More information

Digital Forensics. Also known as. General definition: Computer forensics or network forensics

Digital Forensics. Also known as. General definition: Computer forensics or network forensics TEL2813/IS2621 Security Management James Joshi Associate Professor Lecture 3 Jan 29, 2014 Introduction ti to Digital Forensics Digital Forensics Also known as Computer forensics or network forensics General

More information

Contents. 120 x 200 mm 5 Februar 2010

Contents. 120 x 200 mm 5 Februar 2010 120 x 200 mm 5 Februar 2010 Contents Safety instructions... 2 Safety and installation... 2 Cabling... 3 Electromagnetic compatibility/ Conformity... 3 FCC Compliance Statement... 4 Cleaning... 5 Disposal...

More information

CHAPTER 11: IMPLEMENTING FILE SYSTEMS (COMPACT) By I-Chen Lin Textbook: Operating System Concepts 9th Ed.

CHAPTER 11: IMPLEMENTING FILE SYSTEMS (COMPACT) By I-Chen Lin Textbook: Operating System Concepts 9th Ed. CHAPTER 11: IMPLEMENTING FILE SYSTEMS (COMPACT) By I-Chen Lin Textbook: Operating System Concepts 9th Ed. File-System Structure File structure Logical storage unit Collection of related information File

More information

Manually Mount Usb Flash Drive Ubuntu Server 12.04

Manually Mount Usb Flash Drive Ubuntu Server 12.04 Manually Mount Usb Flash Drive Ubuntu Server 12.04 USB storage devices have the enormous advantage that for the most part they By default, disk drives do not auto-mount in Ubuntu Server Edition. Sometimes,

More information

A+ Guide to Managing and Maintaining your PC, 6e. Chapter 8 Hard Drives

A+ Guide to Managing and Maintaining your PC, 6e. Chapter 8 Hard Drives A+ Guide to Managing and Maintaining your PC, 6e Chapter 8 Hard Drives Introduction Hard drive: most important secondary storage device Hard drive technologies have evolved rapidly Hard drive capacities

More information

FAQ: Real-World Networks

FAQ: Real-World Networks Question 1: What are client-side and server-side processes? Answer 1: The terms client-side and server-side are sometimes called frontend (client) and back-end (server) processes (Davis & Rajkumar, 2004).

More information

Chapter 11: Implementing File Systems

Chapter 11: Implementing File Systems Chapter 11: Implementing File Systems Operating System Concepts 99h Edition DM510-14 Chapter 11: Implementing File Systems File-System Structure File-System Implementation Directory Implementation Allocation

More information

Typical File Extensions File Structure

Typical File Extensions File Structure CS 355 Operating Systems File Systems File Systems A file is a collection of data records grouped together for purpose of access control and modification A file system is software responsible for creating,

More information

A+ Guide to Hardware, 4e. Chapter 7 Hard Drives

A+ Guide to Hardware, 4e. Chapter 7 Hard Drives A+ Guide to Hardware, 4e Chapter 7 Hard Drives Objectives Learn how the organization of data on floppy drives and hard drives is similar Learn about hard drive technologies Learn how a computer communicates

More information

Chapter. Chapter. Magnetic and Solid-State Storage Devices

Chapter. Chapter. Magnetic and Solid-State Storage Devices Chapter Chapter 9 Magnetic and Solid-State Storage Devices Objectives Explain how magnetic principles are applied to data storage. Explain disk geometry. Identify disk partition systems. Recall common

More information

Introduction to OS. File Management. MOS Ch. 4. Mahmoud El-Gayyar. Mahmoud El-Gayyar / Introduction to OS 1

Introduction to OS. File Management. MOS Ch. 4. Mahmoud El-Gayyar. Mahmoud El-Gayyar / Introduction to OS 1 Introduction to OS File Management MOS Ch. 4 Mahmoud El-Gayyar elgayyar@ci.suez.edu.eg Mahmoud El-Gayyar / Introduction to OS 1 File Management Objectives Provide I/O support for a variety of storage device

More information

Chapter 12. File Management

Chapter 12. File Management Operating System Chapter 12. File Management Lynn Choi School of Electrical Engineering Files In most applications, files are key elements For most systems except some real-time systems, files are used

More information

EMC CLARiiON Backup Storage Solutions

EMC CLARiiON Backup Storage Solutions Engineering White Paper Backup-to-Disk Guide with Computer Associates BrightStor ARCserve Backup Abstract This white paper describes how to configure EMC CLARiiON CX series storage systems with Computer

More information

Usb Port On Manually Create Bootable Windows Xp Install From Iso

Usb Port On Manually Create Bootable Windows Xp Install From Iso Usb Port On Manually Create Bootable Windows Xp Install From Iso are given to ease. All you need is usb drive of atleast 4GB and Windows 8 Pro iso file. all Download this program. This is Microsoft genuine

More information