Forum     

Go Back   Digit Technology Discussion Forum > Community > Tutorials
Register FAQ Calendar Mark Forums Read

Tutorials This section offers tutorials and How to's on just about anything related to computers and IT. Note: All tutorials are courtesy the posters and not verified by Digit


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 01-05-2006, 09:01 AM   #1 (permalink)
Distinguished Member
 
anandk's Avatar
 
Join Date: Mar 2005
Location: Pune
Posts: 3,783
Post NTFS Vs. FAT32 FILE SYSTEM


NTFS Vs. FAT32 FILE SYSTEM : some basic info

NTFS (NT File System) or FAT32 (File Allocation Table) File System are the two alternatives :

You Should Use FAT32 if :
-u want to install more than one operating system on your computer.
-ur hard drive is smaller than 32GB.

Go for NTFS if :
-u want enhanced file security.
-u need better disk compression.
-u r running only one operating system.
-ur hard drive is larger than 32GB

though the speed difference, for larger drives between the two is minimal, NTFS is the newer, more stable and more secure file system. if you format your hard drive in NTFS and password protect it, no one can access
the information on the drive without the correct password, even if they physically steal it. Thus NTFS is the prefered alternative.
__________________
> www.TheWindowsClub.com <
= www.WinVistaClub.com =
Microsoft® MVP
anandk is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 01-05-2006, 10:40 AM   #2 (permalink)
Coming back to life ..
 
it_waaznt_me's Avatar
 
Join Date: Nov 2003
Location: A bit closer to heaven
Posts: 1,997
Default Re: NTFS Vs. FAT32 FILE SYSTEM

Good post. Also check this:
NTFS Vs FAT
__________________
Sleight of hand and twist of fate...
On a bed of nails she makes me wait...
And I wait without you ...
With or without you ..
----
Batty = Too Busy Now !!!
it_waaznt_me is offline  
Old 01-05-2006, 12:05 PM   #3 (permalink)
In The Zone
 
damnthenet's Avatar
 
Join Date: Apr 2005
Location: Chennai
Posts: 224
Default Re: NTFS Vs. FAT32 FILE SYSTEM

Is there any other new file system than NTFS?
Is the file systems same for diff os?
__________________
Sony Xperia Neo V - Review and Discussion Thread:
http://www.thinkdigit.com/forum/mobi...ml#post1520514
damnthenet is offline  
Old 01-05-2006, 01:04 PM   #4 (permalink)
-- No Easter Eggs here --
 
hemant_mathur's Avatar
 
Join Date: Apr 2006
Location: Front of my pc
Posts: 949
Default Re: NTFS Vs. FAT32 FILE SYSTEM

What about the Winfs? Whats new in that and how does it compare with NTFS and FAT?
hemant_mathur is offline  
Old 01-05-2006, 01:24 PM   #5 (permalink)
Apprentice
 
Raiden Bee's Avatar
 
Join Date: Mar 2006
Posts: 50
Default Re: NTFS Vs. FAT32 FILE SYSTEM

yes. You may find this link helpful

http://news.com.com/New+Windows+file...3-5844046.html

Apart from this there are the ext2 and ext3 fs on Linux and CDFS for CDs
__________________
"Nobody's perfect and I stand accused................
....I'm at a loss of words and that's my best excuse"

Heck! no BBcodes in sig! Waa!

The Bee Blogs Here:
http://pooryoungggeek.blogspot.com
Raiden Bee is offline  
Old 03-05-2006, 05:39 PM   #6 (permalink)
The Researcher
 
Join Date: Mar 2006
Location: Mumbai
Posts: 1,122
Default Re: NTFS Vs. FAT32 FILE SYSTEM

I had only NTFS drives with 80GB sata hard drive, but still I installed Linux along with Win XP pro. So requirement of Fat 32 for multiple os is not correct.
Ramakrishnan is offline  
Old 18-05-2006, 06:13 PM   #7 (permalink)
Right Off the Assembly Line
 
Join Date: May 2006
Posts: 6
Default Re: NTFS Vs. FAT32 FILE SYSTEM

If you are also interested in WinFS structure I suppose you can find much useful info on it here http://www.ntfs.com/
triangle is offline  
Old 18-05-2006, 10:04 PM   #8 (permalink)
D PrankMaster
 
prankie's Avatar
 
Join Date: Jul 2005
Location: Bhopal | Pune
Posts: 489
Default Re: NTFS Vs. FAT32 FILE SYSTEM

Does changing file system to NTFS stops scandisk????
coz in my pc after the day i changed hdd's filesystem to NTFS, startup scandisc, which runs when improper shutdown is done, has stopped coming..
prankie is online now  
Old 18-05-2006, 10:10 PM   #9 (permalink)
Microsoft MVP
 
Vishal Gupta's Avatar
 
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
Default Re: NTFS Vs. FAT32 FILE SYSTEM

Absolutely NO!!!
I hv Windows XP installed on NTFS partition and here scandisk runs w/o ne problem...
__________________
:arrow: http://www.AskVG.com/
Vishal Gupta is offline  
Old 18-05-2006, 10:53 PM   #10 (permalink)
Alpha Geek
 
ymhatre's Avatar
 
Join Date: Jan 2006
Location: Mumbai, Vile Parle - East
Posts: 510
Default Re: NTFS Vs. FAT32 FILE SYSTEM

i hav fat 32 currently..
n have partition magic
will changing to NTFS Now using partition magic will effect or alter my systems performance...

i have no intension of formatting my HDD....
__________________
!!!From DusT it StartS...... to DusT will EnD!!!!
DusT = ME

Rate me if was clear to you
ymhatre is offline  
Old 18-05-2006, 11:24 PM   #11 (permalink)
Microsoft MVP
 
Vishal Gupta's Avatar
 
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
Default Re: NTFS Vs. FAT32 FILE SYSTEM

U should not hv ne problems at all.
But u can also do it using convert command of DOS, no need of Partition magic or ne other 3rd party s/w...
__________________
:arrow: http://www.AskVG.com/
Vishal Gupta is offline  
Old 18-05-2006, 11:49 PM   #12 (permalink)
D PrankMaster
 
prankie's Avatar
 
Join Date: Jul 2005
Location: Bhopal | Pune
Posts: 489
Default Re: NTFS Vs. FAT32 FILE SYSTEM

Converts FAT volumes to NTFS.

here's the command

CONVERT volume /FS:NTFS [/V] [/CvtArea:filename] [/NoSecurity] [/X]

volume Specifies the drive letter (followed by a colon),
mount point, or volume name.
/FS:NTFS Specifies that the volume is to be converted to NTFS.
/V Specifies that Convert should be run in verbose mode.
/CvtArea:filename
Specifies a contiguous file in the root directory to be
the place holder for NTFS system files.
/NoSecurity Specifies the converted files and directories security
settings to be accessible by everyone.
/X Forces the volume to dismount first if necessary.
All opened handles to the volume would then be invalid.
prankie is online now  
Old 02-06-2006, 04:26 PM   #13 (permalink)
Right Off the Assembly Line
 
Join Date: May 2005
Posts: 2
Default Re: NTFS Vs. FAT32 FILE SYSTEM

I am using win XP with FAT32 file system . Now i wish to convert my file system into NTFS .IF there is any method to convert my file sm without formating and deleting the partition .
webofunni is offline  
Old 02-06-2006, 04:36 PM   #14 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: NTFS Vs. FAT32 FILE SYSTEM

Look at the post above. It has described what you need to do. Your data will be intact but still it's good to keep a backup in case of anything going wrong.
mehulved is offline  
Old 02-06-2006, 06:42 PM   #15 (permalink)
-The BlacKCoaT Operative-
 
Rollercoaster's Avatar
 
Join Date: Mar 2005
Location: Dehradun, India
Posts: 1,205
Default Re: NTFS Vs. FAT32 FILE SYSTEM

hey..
When we look at the properties of a file...
we see two sizes one is 'size' and the other is 'size on disk'... and the second one is always higher.. is this due to some kind of overhead or what

can anyone elaborate....
__________________
--------------------------------------------
Holding my last breath, safe inside myself.....
--------------------------------------------
I dont use my computer. I misuse it- रोलरकोस्टर
Rollercoaster is offline  
Old 02-06-2006, 07:21 PM   #16 (permalink)
Distinguished Member
 
anandk's Avatar
 
Join Date: Mar 2005
Location: Pune
Posts: 3,783
Default Re: NTFS Vs. FAT32 FILE SYSTEM

Size refers to the files actual byte count. Size on disk refers to the amount of cluster allocation the file is taking up.
detailed discussion here http://forums.aliensoup.com/showthread.php?t=6985
__________________
> www.TheWindowsClub.com <
= www.WinVistaClub.com =
Microsoft® MVP
anandk is offline  
Old 03-06-2006, 03:55 PM   #17 (permalink)
Broken In
 
keves2002's Avatar
 
Join Date: Apr 2005
Location: United Arab Emirates
Posts: 142
Default Re: NTFS Vs. FAT32 FILE SYSTEM

hi,

How can i check which File system is used in my pc?, i mean FAT or NTFS,

-keves-

Last edited by keves2002; 03-06-2006 at 03:57 PM.
keves2002 is offline  
Old 03-06-2006, 03:56 PM   #18 (permalink)
Broken In
 
keves2002's Avatar
 
Join Date: Apr 2005
Location: United Arab Emirates
Posts: 142
Default Re: NTFS Vs. FAT32 FILE SYSTEM

-Sorry Double post -
-keves-
keves2002 is offline  
Old 03-06-2006, 04:09 PM   #19 (permalink)
Broken In
 
abracadabra's Avatar
 
Join Date: Sep 2004
Posts: 150
Default Re: NTFS Vs. FAT32 FILE SYSTEM

Quote:
Originally Posted by keves2002
hi,

How can i check which File system is used in my pc?, i mean FAT or NTFS,

-keves-

open my computer and right click and open properties and youll come to know it
abracadabra is offline  
Old 04-06-2006, 09:04 PM   #20 (permalink)
Broken In
 
keves2002's Avatar
 
Join Date: Apr 2005
Location: United Arab Emirates
Posts: 142
Default Re: NTFS Vs. FAT32 FILE SYSTEM

Quote:
Originally Posted by abracadabra

open my computer and right click and open properties and youll come to know it
i am using win 98, this time i didnt find it, can u please provide more help

-keves-
keves2002 is offline  
Old 04-06-2006, 10:22 PM   #21 (permalink)
Human Spambot
 
kumarmohit's Avatar
 
Join Date: May 2005
Location: Riding an Oliphaunt
Posts: 2,173
Default Re: NTFS Vs. FAT32 FILE SYSTEM

Quote:
Originally Posted by prankie
Does changing file system to NTFS stops scandisk????
coz in my pc after the day i changed hdd's filesystem to NTFS, startup scandisc, which runs when improper shutdown is done, has stopped coming..
See he scan disk does no sop bu need o use scandisk in NTFS is vesy low because NFS is journalised FS so its only he journal's inegri ha needs remain consistent instead of FAT32 where there is no journal and the integrity of enitre disc must be cared for... so scan disk runs but rarely in NTFS if you dont do a clean shutdown or reboot
__________________
The real and only freedom is Public Domain. Everything else in unfree! Even those who claim to be the self styled evangelists of freedom are not free because freedom cannot be forced by any means!
kumarmohit is offline  
Old 04-06-2006, 11:17 PM   #22 (permalink)
Back From Deathstar
 
Darthvader's Avatar
 
Join Date: Jan 2005
Location: Rome 233 B.C
Posts: 761
Default Re: NTFS Vs. FAT32 FILE SYSTEM

open my computer>right click on any of ur partitions and it shud show u ur filsystem
Darthvader is offline  
Old 05-06-2006, 01:59 AM   #23 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: NTFS Vs. FAT32 FILE SYSTEM

Quote:
Originally Posted by keves2002
i am using win 98, this time i didnt find it, can u please provide more help

-keves-
Windows 98 doesn't support NTFS. So, you will have FAT.
mehulved is offline  
Old 05-06-2006, 12:02 PM   #24 (permalink)
Back From Deathstar
 
Darthvader's Avatar
 
Join Date: Jan 2005
Location: Rome 233 B.C
Posts: 761
Default Re: NTFS Vs. FAT32 FILE SYSTEM

Quote:
Originally Posted by tech_your_future
Windows 98 doesn't support NTFS. So, you will have FAT.
There is no question of ntfs in win 98 since he was asking how to view wat fs his drives uses in 98.
Darthvader is offline  
Old 27-01-2007, 12:37 AM   #25 (permalink)
Resident Fanatic
 
Manshahia's Avatar
 
Join Date: Jul 2006
Location: /Milky way/earth/india/
Posts: 911
Default Re: NTFS Vs. FAT32 FILE SYSTEM

Quote:
Originally Posted by anandk
You Should Use FAT32 if :
-u want to install more than one operating system on your computer.
-ur hard drive is smaller than 32GB.

Go for NTFS if :
-u want enhanced file security.
-u need better disk compression.
-u r running only one operating system.
-ur hard drive is larger than 32GB
1. I always dual boot my system with Win Xp and Linux. Which is the best File System for me?
2. ALso i hav heard that there is no problem of fragmentation in NTFS. Is it True??
3. Wud i b able to run simple softwares on my NTFS system??
4. Any Speed Differential??
__________________
----------
Manshahia is offline  
Old 27-01-2007, 12:50 AM   #26 (permalink)
thunderbird.117
Guest
 
Posts: n/a
Default Re: NTFS Vs. FAT32 FILE SYSTEM

Quote:
Originally Posted by hemant_mathur
What about the Winfs? Whats new in that and how does it compare with NTFS and FAT?
WinFS is dead. Microsoft threw it outside the window.
 
Old 27-01-2007, 12:53 AM   #27 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: NTFS Vs. FAT32 FILE SYSTEM

Quote:
Originally Posted by Manshahia
1. I always dual boot my system with Win Xp and Linux. Which is the best File System for me?
Atleast one FAT32 partition, though there's no such problem with writing on ntfs, in linux now. But, preferably your C:\ should be NTFS
Quote:
Originally Posted by Manshahia
3. Wud i b able to run simple softwares on my NTFS system??
Why not?
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 27-01-2007, 12:57 AM   #28 (permalink)
Human Spambot
 
Arsenal_Gunners's Avatar
 
Join Date: May 2005
Posts: 3,116
Default Re: NTFS Vs. FAT32 FILE SYSTEM

I have xp on ntfs with a 10 gb partition ready for vista.Will Vista work on this file system.
Arsenal_Gunners is online now  
Old 27-01-2007, 01:01 AM   #29 (permalink)
Google Bot
 
Pathik's Avatar
 
Join Date: Aug 2005
Posts: 9,772
Default Re: NTFS Vs. FAT32 FILE SYSTEM

yup vimal vista ll work on it.. It needs min 8gb ntfs partition
Pathik is offline  
Old 27-01-2007, 01:04 AM   #30 (permalink)
Human Spambot
 
Arsenal_Gunners's Avatar
 
Join Date: May 2005
Posts: 3,116
Default Re: NTFS Vs. FAT32 FILE SYSTEM

^^will 10 gb do for ultimate.
off topic
I have an xp partition of 7 GB(thought that will be enough)
Is there any way to change the default location of my docs(or docs.and settings
completely) as I am really short on space on C: and cant even hibernate.
Arsenal_Gunners is online now  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by chris
- by icebags
- by Tenida

Advertisement




All times are GMT +5.5. The time now is 01:21 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2