File Sharing - FAT32 vs NTFS


Go Back   Computer Help Articles > Windows XP Security Admin
User Name
Password
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-05-2006, 04:22 AM
Alias
 
Posts: n/a
Default File Sharing - FAT32 vs NTFS

Hello,


My host computer's file system is FAT32, while the client machines file
system is NTFS. Can this be the reason I cannot set individual file
permissions for users across the network?

I read somewhere that to be able to take advantage of extra resource sharing
security features offered in WinXP my drive must be formatted as NTFS. Is
this true?

If true, then can I change my FAT32 drive to NTFS without destroying data?

Any feedback about this is most welcome.


Reply With Quote
  #2  
Old 01-05-2006, 04:22 AM
Jim
 
Posts: n/a
Default Re: File Sharing - FAT32 vs NTFS


"Alias" <Alias@discussions.microsoft.com> wrote in message
news8CAAE5F-E2AF-4C9C-BFC0-685C953F7DC0@microsoft.com...
> Hello,
>
>
> My host computer's file system is FAT32, while the client machines file
> system is NTFS. Can this be the reason I cannot set individual file
> permissions for users across the network?

Yes.
>
> I read somewhere that to be able to take advantage of extra resource
> sharing
> security features offered in WinXP my drive must be formatted as NTFS. Is
> this true?

Yes
>
> If true, then can I change my FAT32 drive to NTFS without destroying data?

Yes
>
> Any feedback about this is most welcome.

Backup the disk just to be safe... Almost any command can be misused.
Jim
>
>



Reply With Quote
  #3  
Old 01-05-2006, 04:22 AM
Durby vend
 
Posts: n/a
Default Re: File Sharing - FAT32 vs NTFS

FAT32 do have limited function.
type convert /? for more information.



"Alias" <Alias@discussions.microsoft.com> wrote in message
news8CAAE5F-E2AF-4C9C-BFC0-685C953F7DC0@microsoft.com...
> Hello,
>
>
> My host computer's file system is FAT32, while the client machines file
> system is NTFS. Can this be the reason I cannot set individual file
> permissions for users across the network?
>
> I read somewhere that to be able to take advantage of extra resource
> sharing
> security features offered in WinXP my drive must be formatted as NTFS. Is
> this true?
>
> If true, then can I change my FAT32 drive to NTFS without destroying data?
>
> Any feedback about this is most welcome.
>
>



Reply With Quote
  #4  
Old 01-05-2006, 04:22 AM
Alias
 
Posts: n/a
Default Re: File Sharing - FAT32 vs NTFS

Jim,

Just one more thing.

Can I use the WinXP CD to change the file system from FAT32 to NTFS, or do I
need to use a third-party software program such as Acronis Partition Expert?

-A

"Jim" wrote:

>
> "Alias" <Alias@discussions.microsoft.com> wrote in message
> news8CAAE5F-E2AF-4C9C-BFC0-685C953F7DC0@microsoft.com...
> > Hello,
> >
> >
> > My host computer's file system is FAT32, while the client machines file
> > system is NTFS. Can this be the reason I cannot set individual file
> > permissions for users across the network?

> Yes.
> >
> > I read somewhere that to be able to take advantage of extra resource
> > sharing
> > security features offered in WinXP my drive must be formatted as NTFS. Is
> > this true?

> Yes
> >
> > If true, then can I change my FAT32 drive to NTFS without destroying data?

> Yes
> >
> > Any feedback about this is most welcome.

> Backup the disk just to be safe... Almost any command can be misused.
> Jim
> >
> >

>
>
>

Reply With Quote
  #5  
Old 01-05-2006, 04:22 AM
Alias
 
Posts: n/a
Default Re: File Sharing - FAT32 vs NTFS

Durby,

If I do this "convert" command will it overwrite my existing data?

-A

"Durby vend" wrote:

> FAT32 do have limited function.
> type convert /? for more information.
>
>
>
> "Alias" <Alias@discussions.microsoft.com> wrote in message
> news8CAAE5F-E2AF-4C9C-BFC0-685C953F7DC0@microsoft.com...
> > Hello,
> >
> >
> > My host computer's file system is FAT32, while the client machines file
> > system is NTFS. Can this be the reason I cannot set individual file
> > permissions for users across the network?
> >
> > I read somewhere that to be able to take advantage of extra resource
> > sharing
> > security features offered in WinXP my drive must be formatted as NTFS. Is
> > this true?
> >
> > If true, then can I change my FAT32 drive to NTFS without destroying data?
> >
> > Any feedback about this is most welcome.
> >
> >

>
>
>

Reply With Quote
  #6  
Old 01-05-2006, 04:22 AM
David H. Lipman
 
Posts: n/a
Default Re: File Sharing - FAT32 vs NTFS

From: "Alias" <Alias@discussions.microsoft.com>

| Jim,
|
| Just one more thing.
|
| Can I use the WinXP CD to change the file system from FAT32 to NTFS, or do I
| need to use a third-party software program such as Acronis Partition Expert?
|
| -A
|

Use the CONVERT.EXE utility to convert FAT32 to NTFS

convert /?
Converts FAT volumes to NTFS.

CONVERT volume /FS:NTFS [/V]

volume Specifies the drive letter (followed by a colon),
mount point, or volume name.
/FS:NTFS Specifies that the volume to be converted to NTFS.
/V Specifies that Convert should be run in verbose mode.




--
Dave
http://www.claymania.com/removal-trojan-adware.html
http://www.ik-cs.com/got-a-virus.htm


Reply With Quote
  #7  
Old 01-05-2006, 04:22 AM
David H. Lipman
 
Posts: n/a
Default Re: File Sharing - FAT32 vs NTFS

From: "Alias" <Alias@discussions.microsoft.com>

| Durby,
|
| If I do this "convert" command will it overwrite my existing data?
|
| -A
|


No, but a backup should be made just-in-case before running; convert.exe.

--
Dave
http://www.claymania.com/removal-trojan-adware.html
http://www.ik-cs.com/got-a-virus.htm


Reply With Quote
  #8  
Old 01-05-2006, 04:22 AM
Alias
 
Posts: n/a
Default Re: File Sharing - FAT32 vs NTFS

Cool and thanks to all who replied to this thread. All of you are awesome :-)

-A

"David H. Lipman" wrote:

> From: "Alias" <Alias@discussions.microsoft.com>
>
> | Durby,
> |
> | If I do this "convert" command will it overwrite my existing data?
> |
> | -A
> |
>
>
> No, but a backup should be made just-in-case before running; convert.exe.
>
> --
> Dave
> http://www.claymania.com/removal-trojan-adware.html
> http://www.ik-cs.com/got-a-virus.htm
>
>
>

Reply With Quote
  #9  
Old 01-05-2006, 04:22 AM
Bruce Chambers
 
Posts: n/a
Default Re: File Sharing - FAT32 vs NTFS

Alias wrote:
> Hello,
>
>
> My host computer's file system is FAT32, while the client machines file
> system is NTFS. Can this be the reason I cannot set individual file
> permissions for users across the network?
>


Correct. FAT32 has no security capabilities.


> I read somewhere that to be able to take advantage of extra resource sharing
> security features offered in WinXP my drive must be formatted as NTFS. Is
> this true?
>



Yes. Personally, I wouldn't even consider using FAT32 when NTFS is an
option. FAT32 has no security capabilities, no compression
capabilities, no fault tolerance, and a lot of wasted hard drive space
on volumes larger than 8 Gb in size. But your computing needs may vary,
and there is no hard and fast answer.

To answer your questions without getting too technical is
difficult, but has been handled quite well by Alex Nichol in the
article here:

FAT & NTFS File Systems in Windows XP
http://www.aumha.org/a/ntfs.htm

Somewhat more technical information is here:

Limitations of the FAT32 File System in Windows XP
http://support.microsoft.com/directo...;en-us;Q314463

Choosing Between File Systems
http://www.microsoft.com/technet/tre...p/filesyst.asp

NTFS file system
http://www.digit-life.com/articles/ntfs/


> If true, then can I change my FAT32 drive to NTFS without destroying data?
>



You can safely convert your current hard drive to NTFS whenever
desired, without having to format the partition and reinstall
everything. As always when performing any serious changes, back up any
important data before proceeding, just in case. A little advance
preparation is also strongly recommended, so you can avoid any
performance hits caused by the default cluster size:

Converting FAT32 to NTFS in Windows
http://www.aumha.org/a/ntfscvt.htm



--

Bruce Chambers

Help us help you:
http://dts-l.org/goodpost.htm
http://www.catb.org/~esr/faqs/smart-questions.html

You can have peace. Or you can have freedom. Don't ever count on having
both at once. - RAH
Reply With Quote
  #10  
Old 01-05-2006, 04:25 AM
Alias
 
Posts: n/a
Default RE: File Sharing - FAT32 vs NTFS

Hello again,

Thanks to all who responded. I successfully converted my drive from FAT32 to
NTFS without any problems. I got awesome feedback on this and all of you ROCK
to the max.

-Alias

"Alias" wrote:

> Hello,
>
>
> My host computer's file system is FAT32, while the client machines file
> system is NTFS. Can this be the reason I cannot set individual file
> permissions for users across the network?
>
> I read somewhere that to be able to take advantage of extra resource sharing
> security features offered in WinXP my drive must be formatted as NTFS. Is
> this true?
>
> If true, then can I change my FAT32 drive to NTFS without destroying data?
>
> Any feedback about this is most welcome.
>
>

Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Trouble with old SUS client Remy G. Windows Update 2 01-05-2006 05:20 PM
KB835732 not installing Don Wiss Windows Update 8 01-05-2006 05:18 PM
Need help fixing virus omi Windows XP Security Admin 6 01-05-2006 05:44 AM
EGroup.IEAccess.C (dialer) dtcar Windows XP Help and Support 22 01-05-2006 02:41 AM
USB Mass Storage Device - This device cannot start. (Code 10) lobo201 Windows XP Hardware 11 01-05-2006 02:15 AM


All times are GMT. The time now is 09:31 AM.


Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.

File Sharing - FAT32 vs NTFS