Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can NTFS be setup on FAT32 partitions

Status
Not open for further replies.

cybermal

Technical User
Mar 14, 2004
17
0
0
GB
Hi

Can you seup NTFS file permissions on a shared folder on a FAT32 partition or does the partition have to be NTFS.

Thanks
 
You can only set NTFS access pertmissions on NTFS formatted volumes. The only security that can be applied to FAT32 volumes is share permissions.

A fat32 volume can easily be converted to NTFS by running
CONVERT x: /fs:ntfs
from the command prompt and then rebooting, but please take a backup first.

John
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top