LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


Reply
  Search this Thread
Old 12-09-2003, 08:05 AM   #1
Santorres
Member
 
Registered: Jun 2003
Location: Bogota, Colombia
Distribution: Red Hat 8, knoppix, Xandros
Posts: 51

Rep: Reputation: 15
NTFS vs FAT32



I hope this thread belongs here !!

can anybody tell me, what are the main advantages or disadvantage of NTFS against FAT32 and their differences?

I have read an article, where it simply describes them this way:
NTFS is a bit more reliable than FAT32, while FAT32 is compatible with older versions of Windows and linux ones.

NTFS:
Security
Reliability

FAT32:
Speed
Accessibility from other OSes (Linux, etc.)

Here is where my dilemma starts.... Is it really justified to format it at fat32 in order to use (read/write) in my RH distro?


 
Old 12-09-2003, 08:17 AM   #2
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
well the long and short of it is, if you want read/write access then you have no choice but to format with a fat32 partition..plain and simple..
the only security ntfs has really is the fact that you can't boot up with a windows bootdisk and access the system if you don't have the admin password because fat can't read ntfs...
that is all theoretically speaking...
cause if you want you can just get a file that you put on your win bootdisk and mount the ntfs volume as say for example drive H: and then you delete the sam file on the ntfs drive and reboot and then the admin password is blank and now you have access....so basically its no more secure than fat...cause what i just said can take any normal person about 2 mins to do that....
so personally i would use fat, instead of ntfs, cause the only difference in my mind is the fact of not writing to the drive when using ntfs, i don't look at the security and speed and all them other """features""" to be anything to affect your decision, either you want read/write or not, thats what it all boils down to...
 
Old 02-21-2004, 03:07 PM   #3
sanok
LQ Newbie
 
Registered: Feb 2004
Posts: 2

Rep: Reputation: 0
If you want cutting and mixing and compiling video from camera and etc., you need support for files bigger than 4GB. It is main advantage of NTFS.
FAT32 support max file size 4GB.
 
Old 02-21-2004, 06:55 PM   #4
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Not Linux related, moved to general
 
Old 02-21-2004, 07:05 PM   #5
Whitehat
Senior Member
 
Registered: Feb 2003
Location: The Cold North
Distribution: SuSE 9.1
Posts: 1,289

Rep: Reputation: 46
This should give you a good idea.

http://www.ntfs.com/ntfs_vs_fat.htm

I personally would never do FAT32 on purpose

I do edit video's and a good bunch of them are larger than 4GB. Secondly. NTFS is faster, and more stable.

Peace,
Whitehat
 
Old 02-21-2004, 07:49 PM   #6
vincebs
Member
 
Registered: Oct 2003
Location: Mississauga, ON
Distribution: Ubuntu 9.04
Posts: 496

Rep: Reputation: 30
How about creating 3 partitions, one NTFS, one FAT32, and one ext2/ext3/reiserfs?

For files you want accessible under both Linux and Windows, put them in the FAT partition.`
 
Old 02-22-2004, 02:17 PM   #7
Misel
Member
 
Registered: Mar 2003
Location: Berlin
Distribution: Slackware current
Posts: 310

Rep: Reputation: 31
Well, I'm still looking for a better alternative for my datapartition. I have a dualboot system with Win2k and Linux and all my data is on a 100GB Fat32. You can guess how worried I am

Anyway, I made the experience that at this partition size the maximum file size is only 2GB. However I don't exactly know why?
 
Old 02-24-2004, 01:06 AM   #8
sharpie
Member
 
Registered: Jan 2004
Location: California
Distribution: Slackware 10.1
Posts: 190

Rep: Reputation: 30
There is sort of NTFS read/write support (at least read, I'm almost positive write also) you need the 2.6 kernel among other things, and it's not realy "safe".

Misel, try using FIPS to resize your FAT32 partition, although if it's full it's impossible unless you delete or transfer some files. It is non destructive, but backup your data JIC.
 
Old 03-08-2004, 08:17 AM   #9
sonofdbn
LQ Newbie
 
Registered: Feb 2004
Posts: 20

Rep: Reputation: 0
Quote:
Originally posted by sanok
If you want cutting and mixing and compiling video from camera and etc., you need support for files bigger than 4GB. It is main advantage of NTFS.
FAT32 support max file size 4GB.
I believe FAT32 supports max file size of 2GB, not 4GB.
 
Old 03-08-2004, 10:47 AM   #10
LST
LQ Newbie
 
Registered: Dec 2003
Location: Daventry, United Kingdom
Distribution: Slackware + Raspberry Pi OS
Posts: 23

Rep: Reputation: 19
Quote:
Originally posted by sharpie
There is sort of NTFS read/write support (at least read, I'm almost positive write also) you need the 2.6 kernel among other things, and it's not realy "safe".

Misel, try using FIPS to resize your FAT32 partition, although if it's full it's impossible unless you delete or transfer some files. It is non destructive, but backup your data JIC.
Read-Write support in the 2.4 Kernel is experimental. However, in the 2.6 Kernel it is stable. Also I have written to my NTFS partition from Linux (on my laptop I dual-boot between Windows 2000 and Slackware) - So I doubt any problems would arise if you wrote to an NTFS partition.
 
Old 03-08-2004, 11:05 AM   #11
benjithegreat98
Senior Member
 
Registered: Dec 2003
Location: Shelbyville, TN, USA
Distribution: Fedora Core, CentOS
Posts: 1,019

Rep: Reputation: 45
I thought that 2.6 had limited write capablilites..... You could write to a file, so long as you did not change the size of the file you wrote to and you could not create new files...... That was what the 2.6.0 documentation stated. Has that changed since 2.6.3 came along?
 
Old 03-08-2004, 02:39 PM   #12
Misel
Member
 
Registered: Mar 2003
Location: Berlin
Distribution: Slackware current
Posts: 310

Rep: Reputation: 31
Quote:
Originally posted by sonofdbn
I believe FAT32 supports max file size of 2GB, not 4GB.
I've experienced systems with both limitations.

I think it depends on the partition size.
 
Old 03-08-2004, 03:10 PM   #13
Chu
Member
 
Registered: Nov 2003
Location: Australia
Distribution: Slackware 9.1
Posts: 166

Rep: Reputation: 30
I didn't think Fat supported a HDD with >30gb?
I had a problem with my computer, I couldn't install a 60gb HDD and when I took it in the guy told me it was the FS (Which would have been Fat32 since the OS was Win98se)
 
Old 03-08-2004, 03:45 PM   #14
JaseP
Senior Member
 
Registered: Jun 2002
Location: Eastern PA, USA
Distribution: K/Ubuntu 18.04-14.04, Scientific Linux 6.3-6.4, Android-x86, Pretty much all distros at one point...
Posts: 1,802

Rep: Reputation: 157Reputation: 157
I think that FAT32 supports volume sizes up to 4 TB in size,... I'm not sure about file size.

Currently, there are no ordinary hard drives with sizes of 4TB so there is nothing to worry about. 4 TB is a lot of space, 40x bigger than a 100 GB HD.
 
Old 03-08-2004, 04:10 PM   #15
benjithegreat98
Senior Member
 
Registered: Dec 2003
Location: Shelbyville, TN, USA
Distribution: Fedora Core, CentOS
Posts: 1,019

Rep: Reputation: 45
Here are some links that would do this thread some good....

http://www.microsoft.com/windowsxp/h..._and_FAT32.asp
http://support.microsoft.com/default...b;EN-US;184006
http://www.experts-exchange.com/Oper..._20343072.html

Some of the information conflicts may have to do what is theorectically possible and what Microsoft allows. The 2nd article says you can't format a partition larter than 32 gigs, but I know you can use one that is larger. I have a 40+ partition on my system at home. I assume this is to coax you into using NTFS because it is better when you are using a windows only system. note: on the last link you have to scroll a bit to get to the actual content....
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
NTFS->FAT32 Problem Granden General 12 07-01-2005 02:49 AM
-=-Changing my NTFS to FAT32-=- Tsukasa7 Linux - Newbie 3 02-11-2005 09:28 PM
FAT32/NTFS Question floyd Linux - General 4 05-13-2004 03:16 AM
NTFS vs. FAT32 44TR Linux - General 13 06-27-2003 10:30 PM
Ntfs & Fat32 Syed Mazhar Ali Linux - General 2 05-01-2002 03:41 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > General

All times are GMT -5. The time now is 05:54 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration