You are here: DEVPPL Forum Hardware Harddisc Drives Forum
NOTIFICATIONS
54.104
MEMBERS
15.696
TOPICS
62.283
POSTS
  562
FLASH GAMES
7.740
TUTORIALS
 

Login

E-mail:
Password:

wanted to know more about HD

0

Loading

wanted to know more about HD

Postby Dafunkymunky » Tue May 17, 2005 9:45 am

hi guys

can somebody please explain me what these fat32 and filesystem is all about
--------DAFUNKYMUNKY--------
::THE::NECESSARY::[D]EVIL::
....errr i mean munky....
Dafunkymunky
 
Reputation: 0
Posts: 183
Joined: Fri Apr 08, 2005 8:32 am
Location: India
Highscores: 0
Arcade winning challenges: 0

wanted to know more about HD - Sponsored results

Sponsored results

Login to get rid of ads

 

0

Loading

Postby Kotik » Wed May 18, 2005 11:34 am

FAT which stand for File Allocating System is a way for the hard disk to remember where different packages of a file is on the hard disk.

A single file in windows can be scattared all around the hard disk in different small pieces. So this FAT32 or NTFS (NT Fat system) stores in what order these files are on the hard disk and where they are.

Correct me if I'm wrong.
DEVPPL : News Publisher
Kotik
 
Reputation: 0
Posts: 1086
Joined: Mon Aug 23, 2004 1:25 am
Location: Sweden
Highscores: 0
Arcade winning challenges: 0
0

Loading

Postby Rasmus Lindström » Wed May 18, 2005 12:18 pm

The maximum partition size with FAT32 is only 32GB, NTFS supports partitions to up to 2TB.

Another thing with NTFS is that if some sector gets damages, it automatically moves the data from that sector to another that's working.
[url=http://www.linkedin.com/profile/view?id=96243938]Meet me on LinkedIn[/url]
[img]http://www.devppl.com/images/facebook_icon_small.jpg[/img] Help DEVPPL grow, [url=http://www.facebook.com/pages/DEVPPL/140524279390050]like DEVPPL on facebook[/url]!
Rasmus Lindström
Site Admin
 
Reputation: 18
Posts: 2830
Joined: Tue Aug 17, 2004 2:07 pm
Location: Sweden
Highscores: 1
Arcade winning challenges: 0
0

Loading

Postby Kotik » Wed May 18, 2005 12:44 pm

What happens with that bad sector? Do you just loose space or what?
DEVPPL : News Publisher
Kotik
 
Reputation: 0
Posts: 1086
Joined: Mon Aug 23, 2004 1:25 am
Location: Sweden
Highscores: 0
Arcade winning challenges: 0
0

Loading

Postby Rasmus Lindström » Wed May 18, 2005 1:08 pm

Kotik wrote:What happens with that bad sector? Do you just loose space or what?
Yes I think so.
[url=http://www.linkedin.com/profile/view?id=96243938]Meet me on LinkedIn[/url]
[img]http://www.devppl.com/images/facebook_icon_small.jpg[/img] Help DEVPPL grow, [url=http://www.facebook.com/pages/DEVPPL/140524279390050]like DEVPPL on facebook[/url]!
Rasmus Lindström
Site Admin
 
Reputation: 18
Posts: 2830
Joined: Tue Aug 17, 2004 2:07 pm
Location: Sweden
Highscores: 1
Arcade winning challenges: 0
0

Loading

Postby Phate » Wed May 18, 2005 11:22 pm

Only until you format the HD
Web-Developing since '03
Image
Phate
 
Reputation: 0
Posts: 826
Joined: Sun Nov 21, 2004 5:12 am
Location: 127.0.0.1
Highscores: 0
Arcade winning challenges: 0
0

Loading

Postby Rasmus Lindström » Wed May 18, 2005 11:37 pm

I think we will se alot of new things in the harddrive market the this year. Look at this for exaple: link
[url=http://www.linkedin.com/profile/view?id=96243938]Meet me on LinkedIn[/url]
[img]http://www.devppl.com/images/facebook_icon_small.jpg[/img] Help DEVPPL grow, [url=http://www.facebook.com/pages/DEVPPL/140524279390050]like DEVPPL on facebook[/url]!
Rasmus Lindström
Site Admin
 
Reputation: 18
Posts: 2830
Joined: Tue Aug 17, 2004 2:07 pm
Location: Sweden
Highscores: 1
Arcade winning challenges: 0
0

Loading

Postby Dafunkymunky » Thu May 19, 2005 4:22 pm

anyone here knows more about how this is done
and is ntfs the linux thing if not what does linux use
and is the data in a hard disk stored continuously or is it some random order
--------DAFUNKYMUNKY--------
::THE::NECESSARY::[D]EVIL::
....errr i mean munky....
Dafunkymunky
 
Reputation: 0
Posts: 183
Joined: Fri Apr 08, 2005 8:32 am
Location: India
Highscores: 0
Arcade winning challenges: 0
0

Loading

Postby Kotik » Thu May 19, 2005 7:11 pm

dafunkymunky wrote:anyone here knows more about how this is done
and is ntfs the linux thing if not what does linux use
and is the data in a hard disk stored continuously or is it some random order


I think it is ext2 if I remember correct. It was quite sometime ago I tried installing linux gentoo and failed miserably :p
DEVPPL : News Publisher
Kotik
 
Reputation: 0
Posts: 1086
Joined: Mon Aug 23, 2004 1:25 am
Location: Sweden
Highscores: 0
Arcade winning challenges: 0
0

Loading

Postby Overmeer » Wed Jun 15, 2005 9:47 pm

webmaster wrote:The maximum partition size with FAT32 is only 32GB, NTFS supports partitions to up to 2TB.


This is not entirely true, the 32GB limit is imposed by microsoft (give them a hug) to force you to use NTFS, it's a software limit in Windows XP, you cannot create partition larger the 32GB and they act like you cannot access larger onces either but you can. If you set up a FAT32 partition outside of Windows XP or with third party tools it works just fine.

As far as I know FAT32 has a 8TB limit, but the practical one is 2TB, also there are problems on windows 95/98/me with partitions larger then 127 or 137 GB

On other operating systems there is no problem creating and using for example a 250GB FAT32 partition.

small note: FAT16 has a limit of 2GB, and I think NTFS in theory can be 256TB, but again practically it's mostly 2TB.

edit:If you have/repair bad sectors you loose space and you loose whatever info is in that sector

anyone here knows more about how this is done
and is ntfs the linux thing if not what does linux use
and is the data in a hard disk stored continuously or is it some random order


edit2: :), yes linux usually uses either EXT2, EXT3 or ReiserFS (very good IMO), or even FAT32. There are many other Filesystems. NTFS is purely M$ and they dont share with the other children.

'How it's done' that depends on what OS you are using, there are many tools to do this, Usually some tool (like FDISK) ships with the OS, but there are many.

Data is not stored 'randomly', but 'not continuously' :), It's not like the OS just chucks it randomly away, but it does not store them contiously either, one file can be spread out in various locations (fragmented)
Overmeer
 
Reputation: 0
Posts: 45
Joined: Tue Aug 17, 2004 1:23 pm
Highscores: 0
Arcade winning challenges: 0
Next
^ Back to Top