Sie sind auf Seite 1von 30

Exam 70-290 Managing and Maintaining a Microsoft Windows Server 2003 Environment Lesson 5: Working with File Systems

Goals
Understand File Allocation Table (FAT) Understand NTFS Compress and encrypt data on an NTFS Volume Assign shared folder permissions Set NTFS permissions

Set special access permissions


Troubleshoot permissions Understand Distributed File System Manage a Dfs Root

5.1

2004 Pearson Education, Inc.

Exam 70-290 Managing and Maintaining a Microsoft Windows Server 2003 Environment Lesson 5: Working with File Systems

(Skill 1)

Introducing File Allocation Table (FAT)


An older file system that can be read and accessed by most operating systems such as DOS, Windows 3.x, Windows 9.x, Windows NT, Windows 2000, Windows XP, and Windows Server 2003 FAT allocates storage space to files by setting up allocation units on a hard disk An allocation unit, also known as a cluster, is the smallest unit for allocating storage space on a partition or volume Sectors are the basic units of the physical drive and are the smallest units that can be used to transfer data to and from the disk

5.2

2004 Pearson Education, Inc.

Exam 70-290 Managing and Maintaining a Microsoft Windows Server 2003 Environment Lesson 5: Working with File Systems

(Skill 1)

Figure 5-1 FAT file system


5.3
2004 Pearson Education, Inc.

Exam 70-290 Managing and Maintaining a Microsoft Windows Server 2003 Environment Lesson 5: Working with File Systems

(Skill 1)

Introducing File Allocation Table (FAT) (2)


Two primary versions
FAT16 file system Supports partitions of up to 4 GB in size Only Windows NT, Windows 2000, Windows XP, and Windows Server 2003 support FAT16 partitions larger than 2 GB Is efficient on small-sized partitions of up to 256 MB Supports dual booting by all Microsoft operating systems Provides only folder-level security FAT32 Similar to FAT16 It supports large-sized partitions of up to 2 TB (2047 GB)

5.4

2004 Pearson Education, Inc.

Exam 70-290 Managing and Maintaining a Microsoft Windows Server 2003 Environment Lesson 5: Working with File Systems

(Skill 1)

Figure 5-2 The FAT file system

5.5

2004 Pearson Education, Inc.

Exam 70-290 Managing and Maintaining a Microsoft Windows Server 2003 Environment Lesson 5: Working with File Systems

(Skill 2)

Introducing NTFS
Reliability
NTFS is a recoverable file system Volumes can be created that do not result in data loss in the event of a server crash or power failure

Security
You can secure data by setting up permissions to control user access to files and folders
NTFS natively allows file names to be up to 256 characters in length

Long file names

Efficiency
NTFS is required in order to use certain features, such as Active Directory, which stores and manages network resources efficiently
NTFS minimizes the number of disk accesses required to find a file, which increases access speed
2004 Pearson Education, Inc.

Faster access

5.6

Exam 70-290 Managing and Maintaining a Microsoft Windows Server 2003 Environment Lesson 5: Working with File Systems

(Skill 3)

Compressing and Encrypting Data on an NTFS Volume


Data compression
Built-in feature that increases available storage on a hard disk In NTFS volumes, you can compress only specific files and folders or the entire volume When you add a new file or folder to a compressed folder, it is compressed automatically You cannot compress an encrypted file

Data encryption
A security technique that attempts to ensure the confidentiality of a document by scrambling it using an encryption key You cannot encrypt a compressed file
5.7
2004 Pearson Education, Inc.

Exam 70-290 Managing and Maintaining a Microsoft Windows Server 2003 Environment Lesson 5: Working with File Systems

(Skill 3)

Figure 5-3 Creating a new folder

5.8

2004 Pearson Education, Inc.

Exam 70-290 Managing and Maintaining a Microsoft Windows Server 2003 Environment Lesson 5: Working with File Systems

(Skill 3)

Click to open the Advanced Attributes dialog box

Figure 5-4 The Properties dialog box

5.9

2004 Pearson Education, Inc.

Exam 70-290 Managing and Maintaining a Microsoft Windows Server 2003 Environment Lesson 5: Working with File Systems

(Skill 3)

Figure 5-5 Advanced Attributes dialog box with compression enabled

5.10

2004 Pearson Education, Inc.

Exam 70-290 Managing and Maintaining a Microsoft Windows Server 2003 Environment Lesson 5: Working with File Systems

(Skill 3)

Figure 5-6 Confirm Attribute Changes dialog box

5.11

2004 Pearson Education, Inc.

Exam 70-290 Managing and Maintaining a Microsoft Windows Server 2003 Environment Lesson 5: Working with File Systems

(Skill 3)

Figure 5-7 Advanced Attributes dialog box with encryption enabled

5.12

2004 Pearson Education, Inc.

Exam 70-290 Managing and Maintaining a Microsoft Windows Server 2003 Environment Lesson 5: Working with File Systems

(Skill 4)

Assigning Shared Folder Permissions


Read permissions View file and folder names Execute program files Navigate within the shared folder Change permissions Add files to the shared folder Create new folders within the shared folder Modify the content and attributes of the files Delete files and folders Execute all of the tasks included in the Read permission Full Control permissions Modify file permissions Take file ownership Perform all of the tasks allowed by the Change permission
5.13
2004 Pearson Education, Inc.

Exam 70-290 Managing and Maintaining a Microsoft Windows Server 2003 Environment Lesson 5: Working with File Systems

(Skill 4)

Figure 5-8 Sharing a folder


5.14
2004 Pearson Education, Inc.

Exam 70-290 Managing and Maintaining a Microsoft Windows Server 2003 Environment Lesson 5: Working with File Systems

(Skill 4)

Figure 5-9 Adding a user account

5.15

2004 Pearson Education, Inc.

Exam 70-290 Managing and Maintaining a Microsoft Windows Server 2003 Environment Lesson 5: Working with File Systems

(Skill 4)

Figure 5-10 Assigning shared folder permissions


5.16
2004 Pearson Education, Inc.

Exam 70-290 Managing and Maintaining a Microsoft Windows Server 2003 Environment Lesson 5: Working with File Systems

(Skill 5)

Setting NTFS Permissions


NTFS permissions
Restrict unauthorized access to files and folders Secure network resources by controlling the level of access for each user

Standard NTFS folder permissions


Read Write List Folder Contents Read & Execute Modify Full Control

5.17

2004 Pearson Education, Inc.

Exam 70-290 Managing and Maintaining a Microsoft Windows Server 2003 Environment Lesson 5: Working with File Systems

(Skill 5)

Setting NTFS Permissions (2)


Standard NTFS file permissions include:
Read Write Read & Execute Modify Full Control

5.18

2004 Pearson Education, Inc.

Exam 70-290 Managing and Maintaining a Microsoft Windows Server 2003 Environment Lesson 5: Working with File Systems

(Skill 5)

Setting NTFS Permissions (3)


When you apply permissions to a drive or folder, you are also applying those permissions to all files and folders underneath it, by default Guidelines for assigning NTFS permissions
Create folders to organize data into categories Assign users the lowest level of permissions required for them to perform their jobs Assign the Read and Write permissions to the Users group Avoid assigning the Full Control Permission for a folder Deny permissions sparingly Assign permissions to groups rather than to individual user accounts
5.19
2004 Pearson Education, Inc.

Exam 70-290 Managing and Maintaining a Microsoft Windows Server 2003 Environment Lesson 5: Working with File Systems

(Skill 5)

Figure 5-11 Advanced Security Settings dialog box

5.20

2004 Pearson Education, Inc.

Exam 70-290 Managing and Maintaining a Microsoft Windows Server 2003 Environment Lesson 5: Working with File Systems

(Skill 5)

Setting NTFS Permissions (4)


Other important factors
NTFS permissions can be inherited Assign multiple NTFS permissions NTFS file permissions override NTFS folder permissions A denied permission overrides an allowed permission

5.21

2004 Pearson Education, Inc.

Exam 70-290 Managing and Maintaining a Microsoft Windows Server 2003 Environment Lesson 5: Working with File Systems

(Skill 5)

The Read & Execute, List Folder Contents, and Read NTFS permissions are assigned to user accounts by default

Figure 5-12 Assigning the Write Permission

5.22

2004 Pearson Education, Inc.

Exam 70-290 Managing and Maintaining a Microsoft Windows Server 2003 Environment Lesson 5: Working with File Systems

(Skill 6)

Setting Special Access Permissions


Standard NTFS permissions should suffice in most cases Special level of permissions are available
Set and view special permissions in the Advanced Security Settings for <file_name /folder_name > dialog box from within the file properties This dialog box gives you access to all possible permissions available for a file or folder Do not configure special permissions unless absolutely necessary because setting them may make it difficult to determine the level of access assigned to a user

5.23

2004 Pearson Education, Inc.

Exam 70-290 Managing and Maintaining a Microsoft Windows Server 2003 Environment Lesson 5: Working with File Systems

(Skill 6)

Figure 5-13 The Security tab in the Properties dialog box for a file or folder
5.24
2004 Pearson Education, Inc.

Exam 70-290 Managing and Maintaining a Microsoft Windows Server 2003 Environment Lesson 5: Working with File Systems

(Skill 6)

Figure 5-14 Jennifer Johnsons special permissions


5.25
2004 Pearson Education, Inc.

Exam 70-290 Managing and Maintaining a Microsoft Windows Server 2003 Environment Lesson 5: Working with File Systems

(Skill 6)

Figure 5-15 The entry for Jennifer Johnson

5.26

2004 Pearson Education, Inc.

Exam 70-290 Managing and Maintaining a Microsoft Windows Server 2003 Environment Lesson 5: Working with File Systems

(Skill 6)

Figure 5-16 Giving Jennifer the Change Permissions permission


5.27
2004 Pearson Education, Inc.

Exam 70-290 Managing and Maintaining a Microsoft Windows Server 2003 Environment Lesson 5: Working with File Systems

(Skill 7)

Troubleshooting Permissions
Steps to follow if a user cannot access files and folders
Verify that permissions have been assigned to the user account and check to see if there any permission denials that are overriding the assigned permissions Check for permissions and denials assigned to groups to which the user is a member If the resource is remote, check both shared folder and NTFS permissions Make sure the access token has been updated Use the Effective Permissions tab on the Advanced Security Settings for <file_name/folder_name > dialog box
Query the file system and group memberships for a user to determine the effective permissions the user has Take all of the users group memberships into account
5.28
2004 Pearson Education, Inc.

Exam 70-290 Managing and Maintaining a Microsoft Windows Server 2003 Environment Lesson 5: Working with File Systems

(Skill 7)

Figure 5-17 The Effective Permissions tab

5.29

2004 Pearson Education, Inc.

Exam 70-290 Managing and Maintaining a Microsoft Windows Server 2003 Environment Lesson 5: Working with File Systems

(Skill 7)

Figure 5-18 Jennifer Johnsons effective permissions

5.30

2004 Pearson Education, Inc.

Das könnte Ihnen auch gefallen