answersLogoWhite

0


Best Answer

4 sectors

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: With fat16 what is the smallest possible cluster size is how many sectors?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

Under Windows 2000XP a hard drive can only use the NTFS file system?

no it can also use FAT32 or FAT16


What does group policy mean in computer language?

Group Policy is a feature of the Microsoft Windows NT family of operating systems. Group Policy is a set of rules which control the working environment of user accounts and computer accounts. Group Policy provides the centralized management and configuration of operating systems, applications and users' settings in an Active Directory environment. In other words, Group Policy in part controls what users can and can't do on a computer system. Although Group Policy is more often seen in use in enterprise environments, it is also common in schools, smaller businesses and other kinds of smaller organizations. Group Policy is often used to restrict certain actions that may pose potential security risks, for example: to block access to the Task Manager, restrict access to certain folders, disable the downloading of executable files and so on.OverviewGroup Policy can control a target object's registry, NTFS security, audit and security policy, software installation, logon- and logoff-scripts, Security filtering is the process of customizing the scope of the GPO by choosing which users and groups the GPO applies to.Windows Management Instrumentation (WMI) filtering is the process of customizing the scope of the GPO by choosing a WMI filter to apply.Delegation is the process of customizing the security descriptors of the GPO by assigning specific users and groups and the individual permissions that will be applied for each. This has more control than security filtering as it allows modification of both Apply and Deny permissions.[edit] GPO applicationThe Group Policy client operates on a "pull" model - every so often (a randomized delay of between 90 and 120 minutes, although this offset is configurable via Group Policy) it will collect the list of GPOs appropriate to the machine and logged on user (if any). The Group Policy client will then apply those GPOs which will thereafter affect the behavior of policy-enabled operating system components and applications.[edit] Local Group PolicyLocal Group Policy (LGP) is a more basic version of the Group Policy used by Active Directory. In versions of Windows before Windows Vista, LGP can configure the Group Policy for a single local computer, but unlike Active Directory Group Policy, can not make policies for individual users or groups. It also has many fewer options overall than Active Directory Group Policy. The specific-user limitation can be overcome by using the Registry Editor to make changes under the HKCU or HKU keys. LGP simply makes registry changes under the HKLM key, thus affecting all users. The same changes can be made under HKCU or HKU to only affect certain users. Microsoft has more information on using the Registry Editor to configure Group Policy available on TechNet.[1] LGP can be used on a computer on a domain, and it can be used on Windows XP Home Edition.Windows Vista supports Multiple Local Group Policy objects (MLGPO), which allows setting local Group Policy for individual users.[2][edit] SecurityOne potential problem with per-user policies is that they're only enforced voluntarily by the targeted applications. A malevolent user can interfere with the application so that it cannot successfully read its Group Policy settings thus enforcing potentially lower security defaults or even return arbitrary values.[citation needed] The user can also create a copy of the application at a writable location, then modify it such that it ignores the Group Policy settings.[citation needed][edit] See alsoGroup Policy improvements in Windows VistaAdministrative Templates[edit] References[3]^ Group Policy Settings Reference^ Step-by-Step Guide to Managing Multiple Local Group Policy Objects^ Remote installation without using Group Policy[edit] External linksMicrosoft Group Policy pagehttp://www.gpanswers.com/The Group Policy Management Console (GPMC)Step-by-Step Guide to Managing Multiple Local Group Policy ObjectsGroup Policy Settings (in Excel format) and registry key equivalents, from Microsoft[hide] v • d • e Windows componentsCore Aero · AutoRun · ClearType · Desktop Window Manager · DirectX · Explorer · Taskbar · Start menu · Shell (Shell extensions ·namespace · Special Folders · File associations) · Search (Saved search · IFilter) · Graphics Device Interface · Imaging Format · .NET Framework · Server Message Block · XML Paper Specification · Active Scripting (WSH · VBScript · JScript) · COM (OLE · OLE Automation · DCOM ·ActiveX · ActiveX Document · Structured storage · Transaction Server) · Previous Versions ·Win32 consoleManagementtools Backup and Restore Center · command.com ·cmd.exe · Control Panel (Applets) · Device Manager · Disk Cleanup · Disk Defragmenter · Driver Verifier · Event Viewer · Management Console ·Netsh · Problem Reports and Solutions · Sysprep · System Policy Editor · System Configuration · Task Manager · System File Checker · System Restore · WMI · Windows Installer · PowerShell · Windows Update · WAIK · WinSAT ·Windows Easy TransferApplications Calculator · Calendar · Character Map · Contacts · DVD Maker · Fax and Scan ·Internet Explorer · Journal · Mail · Magnifier · Media Center · Media Player · Meeting Space · Mobile Device Center · Mobility Center ·Movie Maker · Narrator · Notepad · Paint · Photo Gallery · Private Character Editor ·Remote Assistance · Windows Desktop Gadgets ·Snipping Tool · Sound Recorder · Speech Recognition · WordPadGames Chess Titans · FreeCell · Hearts · Hold 'Em · InkBall · Mahjong Titans · Minesweeper · Purble Place · Solitaire · Spider Solitaire · TinkerKernel Ntoskrnl.exe · hal.dll · System Idle Process · Svchost.exe · Registry · Windows service · Service Control Manager · DLL · EXE ·NTLDR / Boot Manager · Winlogon · Recovery Console · I/O · WinRE · WinPE · Kernel Patch ProtectionServices BITS · Task Scheduler · Wireless Zero Configuration · Shadow Copy · Error Reporting · Multimedia Class Scheduler · CLFSFile systems NTFS (Hard link · Junction point · Mount Point · Reparse point · Symbolic link · TxF · EFS) · FAT32·FAT16·FAT12 · exFAT ·CDFS · UDF · DFS · IFSServer Domains · Active Directory · DNS ·Group Policy · Roaming user profiles · Folder redirection · Distributed Transaction Coordinator ·MSMQ · Windows Media Services · Rights Management Services · IIS · Terminal Services · WSUS · Windows SharePoint Services · Network Access Protection · PWS · DFS Replication · Remote Differential Compression · Print Services for UNIX ·Remote Installation Services · Windows Deployment Services · System Resource Manager · Hyper-VArchitecture NT series architecture · Object Manager · Startup process (Vista) · I/O request packet · Kernel Transaction Manager · Logical Disk Manager · Security Accounts Manager · Windows Resource Protection · LSASS · CSRSS · SMSS ·MinWinSecurity User Account Control · BitLocker · Defender · Data Execution Prevention · Security Essentials · Protected Media Path · Mandatory Integrity Control · User Interface Privilege Isolation · Windows Firewall · Security CenterCompatibility Unix subsystem (Microsoft POSIX · Interix) · Virtual DOS machine · Windows on Windows ·WoW64 · Windows XP Mod


Related questions

How many sectors are in one cluster for a 1.5-GB partition using FAT16 Using FAT32?

The default cluster size for a FAT16 partition that is between 1GB and 2GB is 32kb.


What file system does Windows 98 support?

Fat16 and Fat32


Should i format a usb drive Fat or fat32?

Explain: The base storage area for hard drives is a sector; each sector stores up to 512bytes of data. If an operating system stores less than 512bytes the rest of the sector goes to waste. The system needs a way to remember which sector holds which files so that it can retrieve it later, this is done using a file allocation table (FAT). It is nothing more than a card catalog of where data is stored. The FAT is two colums, in the left column is the number that has been given to each sector. In the right column contains info on the status of sectors, ie. bad sector. So FAT is an acronymn but it is not a "partitioning tool". There is FAT16 and FAT32. The "16" and the "32" just means the size of the sectors with the FAT16 breaking your drive into smaller sectors which will cause your data to be spread out more because the sectors will fill up faster. Defintely use FAT32, because it will create sectors a lot bigger than FAT16 so you will be less likely to have fragments on your hard drive over a period of time.


How do you make a seagate hard disk format for the full value?

It may be due to bad sectors that cannot be repaired, or depending on the format partition type FAT16, FAT32, or NTFS. It may be you have the physical HD partitioned into logical drives.


What is the maximum size a hard drive formatted with FAT16?

There is no limit on the size of a hard driveformatted with FAT16. The only limit is the size of a FAT16 partition on the drive. The maximum size of a FAT16 partition is 4 GB.


How can you format your SD card to FAT16?

If you have a card reader on your computer, then when you insert the SD card, you can format it. Note: FAT16 has a volume limit of 2 gigabytes, so if your card is bigger than 2 gigs, FAT16 will not be an option for the formatting.


Is it possible to convert a FAT16 partition to NTFS in Windows 98?

No, and neither would it be desirable. Windows 98 cannot boot off an NTFS partition, and if your system was using a FAT16 partition, it is probably not large enough to benefit from NTFS anyway.


How many gigabytes can you get on the 3ds?

The 3DS memory card uses FAT16 format and has a theoretical limit of 32GB. It is possible to get it to accept a card with a higher capacity, but this can have unforeseen issues.


What is the file system that is common to DOS and windows?

FAT16


What are the features of Norton Partition Magic?

The primary features of Norton Partition Magic are it's ability to re-size partitions of various formats, merge adjacent partitions and modify the cluster size of FAT16, FAT32 and NTFS paritions, all without loss of data.


What file system is used by DOS?

FAT16 (File Allocation Table 16 bit)


What is the largest hard drive capacity for a 32 bit computer?

It has nothing to do with OS bit size (32). It has to do with the format of the disk. The limitation is in the "total sectors" field in the MBR. FAT12 is 32 MB FAT16 is 2 GB FAT32 is 2 TB NTFS is 2 TB GTP is 9.4 ZB