Best Online Test Resource for IT Certification                             
We provide Certification guides for MICROSOFT, CISCO, HP, ORACLE, COMPTIA, APPLE, CHECKOUT, EXAM EXPRESS, NORTEL , NOVELL.
Learn Languages
 


» Up
   

The Best It certification resource.

Welcome to IT SYLLABUS!

        

A+ Study Guide: Domain 3.0: Operating Systems - File Systems

          Return to index                  Previous Chapter                  Next Chapter

 

Introduction:
In an operating system, the file system is the structure by which files are organized, stored, and named. The file system determines what features and controls you have with regards to the organization, maintenance, and security of your data. Different file systems handle this job differently and vary in the features that they support.

Partitions:
Partitions are configurable logical storage units on your hard drive. Partitions and other storage units, allow you to divide a hard drive in order to better manage the organization of your data and applications. The following are common hard disk configurations.

  • Partition - A partition is a portion of a physical hard disk. A partition can be primary or extended
  • Primary Partition - This is a bootable partition. One primary partition can be made active.
  • Extended Partition - An extended partition is made from the free space on a hard disk and can be broken down into smaller logical drives. There can only be one of these per hard disk.
  • Logical Drive - These are a primary partition or portions of an extended partition that are assigned a drive letter.
  • Volume - This is a disk or part of a disk that is combined with space from the same or another disk to create one larger volume. This volume can be formatted and assigned a drive letter like a logical drive, but can span more than one hard disk. A volume set can be extended without starting over, however to make it smaller, the set must be deleted and re-created.

There are various management tools that can be used to configure drives. The Disk Management MMC is a snap-in for the Computer Management Console in Windows 2000 and XP. You can create partitions, volume sets, logical drives, format disks, etc. NT 4.0 had a similar tool called the "Disk Administrator". DOS and Windows 9x utilize the FDISK utility.

When discussing Windows file systems you need to understand what File Allocation Tables (FAT) are. FAT is a table that an operating system maintains in order to map the clusters (the smallest unit of storage) that a file has been stored in. When files are written to a hard disk, the files are stored in one or more clusters that may be spread out all over the hard disk. The table allows Windows to find the "pieces" of your file and reassemble them when you wish to open it.

File Systems:
Once a drive has been partitioned the way you want, you then need to format it. Formatting is the process that installs the file system on the drive. There are several different types of file systems that are explained below:

  • FAT16 - FAT16 table entries are 16 bits in length limiting hard disk sizes to 2GB. Note that even if the OS supports larger partition sizes, the BIOS must also support logical block addressing (LBA) or the maximum partition that you will be able to create will be either 504 or 528 MB. This file system is no longer used.
  • FAT32 - Created to allow more efficient use of hard drive space. Although the FAT32 file system supports hard disks up to 2 terabytes in size, some hard disks may not be able to contain bootable partitions that are larger than 7.8 GB because of BIOS limitations (must support the INT13 interface). In order to format a drive as FAT32, the "Large disk Support" must be enabled when starting FDISK. FAT32 is not compatible with older versions of Windows including Windows 95A and NT. In Windows 9.x, the CVT1.EXE can be used to convert FAT16 partitions to FAT32.
  • NTFS 4 - NTFS 4 is the file system used by Windows NT that provides increased security and reliability over other file systems. On an NTFS partition, you can't boot from a DOS boot disk - this is one of the security features of NTFS. Additionally, a floppy disk cannot be formatted as NTFS. For this reason it might not be a bad idea to have a small partition formatted FAT so that you can boot into DOS for recovery purposes. In order to convert a FAT partition to NTFS, NT includes a utility called convert.exe.
  • NTFS 5 - This is the native file system for Windows 2000, 2003, and XP. NTFS 5 has many new features as follows:
    • Encrypted File System(EFS) - Windows 2000, 2003, and XP NTFS volumes have the ability to encrypt data on the disk itself. Cipher.exe is a command line utility that allows for bulk or scripted file encryption.
    • Disk Quotas - Provides the ability to set space limitations on users on a per volume basis.
    • Defragmentation - Windows 2000 and XP include a disk defragmenter that can be used on NTFS partitions. Windows NT did not offer this.
    • Volume Mount Points - Provides the ability to add new volumes to the file system without having to assign a drive letter to them. This feature is only available on an NTFS partition.
    • Compression - In Windows 2000 and XP files, folders and entire drives can be compressed by right clicking on the item to be compressed and selecting "properties" and then "advanced".

    The convert.exe utility can be used to convert a FAT or FAT32 partition to NTFS.

  • HPFS - Stands for High Performance File System and is used with OS/2 operating systems. This file system can only be accessed by Windows NT 3.51 and OS/2.
Operating System Supported File Systems
Windows NT 4 FAT16, NTFS
Windows 2000 FAT16, FAT32, NTFS
Windows 2003 FAT16, FAT32, NTFS
Windows XP FAT12, FAT16, FAT32, NTFS

Managing Drives:
In addition to the disk administration utilities previously mentioned, information about a drive can be displayed by right clicking the drive in My Computer or Windows Explorer and selecting "Properties". In a Windows XP system, a window like the one below will appear.
 

Here you can view the amount of used and freespace on the drive, the capacity and the file system. The tools tab provides access to defragmentation, scandisk and backup utilities. The Sharing tab is for sharing the drive and setting share-level permissions on it so that it can be accessed across the network. The security tab allows you to configure local file permissions and the quota tab allows you to set disk quotas which limits the amount of disk space that a user can use.

Backing up drives allows you to recover your data or even the entire system if a catastrophe occurs. There are several different types of backup:

  • Full - copies all files and marks them as being backed up.
  • Incremental - copies only files created/changed since last full backup and marks them as being backed up.
  • Differential - copies only files created/changed since last full backup and doesn’t mark them as being backed up.
  • Daily - copies only files created/changed today and doesn’t mark them as being backed up.

In DOS backups can be run with the BACKUP command. There are several switches that can be added to the command.

  • /S - Forces all files and subdirectories to be backed up.
  • /M - Only modified files are backed up.
  • /D - Backs up files modified after a specific date.
  • /T - Backs up files modified after a specific time.

The backup utility can be accessed via Start>Programs>Accessories>System Tools>Backup and also via right clicking on a drive in My Computer and selecting the tools tab as previously mentioned. In Windows 2000/2003/XP, backup can also be launched by entering ntbackup in a "Run" dialogue box.

There are several different hard drive utilities that can be found in the various versions of Windows that are listed below:

  • CHKDSK - Performs the same functions as SCANDISK did in previous Windows versions, but is for Windows 2000/2003/XP.
  • DEFRAG - Reorganizes data on the disk for optimal disk performance. In DOS this utility was run from a DOS prompt. In Windows 2000, 2003, and XP this utility can still be run from a prompt or can be accessed at Start>Programs>Accessories>System Tools>Disk Defragementer.

 

 

TAGS Certification, Cisco, Microsoft, Oracle, HP, CompTIA+, free online resource ,MCSE, A+, Security+

 

 

 

 
© Copyright 2003-2004 Your Company. Web Site  Powered by  Beep Tech

Our Online resources for Windows 2003, Dot NET Windows 2000 , Back office, Cisco, Certifications, CompTIA+ , Security, IP Telephony, IT Support

 
 
 

 



 

Popular Study Exams

Popular Exams:

 
925-201b FN0-405 FN0-125 FN0-103 FN0-240 FN0-100 FN0-202 FD0-210 GD0-110 GD0-100 QQ0-300 HD0-200 QQ0-200 HD0-300
 HD0-400 HD0-100 QQ0-400 QQ0-100 HH0-110 HH0-120 GB0-320 GB0-280 GB0-180 GB0-360 4H0-028 4H0-020 4H0-004 4H0-533
4H0-200 4H0-712 4H0-100 4H0-110 4H0-002 4H0-435 II0-001 IL0-786 CISA SSCP CISSP BH0-001 630-008 630-005 630-007 630-006
JN0-340 JN0-320 JN0-521 JN0-310 JN0-303 JN0-561 JN0-140 JN0-350 JN0-311 JN0-341 JN0-130 JN0-530 LE0-406 190-755 190-832 190-
273 190-824 190-823 190-834 190-801 190-831 190-520 190-711 190-753 190-825 1T0-035 MD0-205 MD0-251 MD0-235 ML0-220
MK0-201 NS0-210 NS0-910 NS0-131 NS0-310 NS0-153 NS0-170 NS0-111 NS0-320 NS0-121 NS0-130 NS0-141 NS0-120 1T6-303 1T6-111
1T6-520 1T6-510 1T6-323 1T6-530 NO0-002 NQ0-231 50-683 50-662 50-876 50-695 50-886 50-676 50-895 50-888 50-663 50-635
50-865 50-704 UM0-300 UM0-100 UM0-401 UM0-200 CVE 1K0-001 RH202 RH302 3X0-102 3X0-203 3X0-104 3X0-204 3X0-201 3X0-202
3X0-103 3X0-101 A00-203 A00-212 A00-201 A00-211 A00-202 A00-204 A00-206 A00-205 SC0-502 SC0-411 SC0-501 SC0-402 SQ0-101
S10-101 S10-300 S10-100 S10-200 1T6-101 510-410 510-308 510-020 510-015 510-701 510-309 510-050 510-306 510-022 250-501
250-503 250-502 250-101 250-504 NR0-014 NR0-017 NR0-013 NR0-016 NR0-015 NR0-012 NR0-011 CCNT TT0-101 TIA-BDC TB0-106
 TB0-105 TB0-104 TB0-103 TB0-107 TU0-001 DP-023W DP-022W DP-002W BE-100W DP-023X DP-021W


 

3Com Adobe APC Apple BEA BICSI CheckPoint Cisco Citrix CIW CompTIA Computer Associates
CWNP Dell ECcouncil EMC Enterasys Exam Express EXIN Extreme Networks File Maker Fortinet Foundry
Fujitsu Guidance Software HID HITACHI Hewlett Packard Huawei Hyperion IBM IISFA Intel ISACA
ISC ISEB ISM Juniper Legato Lotus LPI McAfee McDATA Microsoft Mile2 Network Appliance Network General
 Nokia Nortel Novell OMG Oracle PMI Polycom Red Hat SAIR SAS Institute SCP SeeBeyond SNIA Sniffer
Sun Sybase Symantec Teradata TIA TIBCO Trusecure Veritas VMware

 

 

 


The material on this web site is not sponsored by, endorsed by or affiliated with Microsoft, Inc, CompTIA, or Cisco Systems, Inc. Microsoft, Inc.® ,Windows XP, Windows 2000, Windows 2000 Server, Windows 98, Windows NT, Visual Basic, Visual C++, Visual FoxPro, SQL server and Microsoft logos are trademarks or registered trademarks of Microsoft,  Inc. in the United States and certain other countries. A+, Server+, and Network+ are all registered trademarks of CompTIA. CCNA, CCNE, and the Cisco logo are all registered trademarks of Cisco Systems. All other trademarks are trademarks of their respective owners