| You are here: DEVPPL ‹ Forum ‹ Hardware ‹ Harddisc Drives Forum |
NOTIFICATIONS
|
|
|||||||||||||||
Login |
wanted to know more about HD
11 posts
• Page 1 of 2 • 1, 2
0
wanted to know more about HD
hi guys
can somebody please explain me what these fat32 and filesystem is all about
can somebody please explain me what these fat32 and filesystem is all about
--------DAFUNKYMUNKY--------
::THE::NECESSARY::[D]EVIL::
....errr i mean munky....
::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
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.
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
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.
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]!
[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: 2834
- Joined: Tue Aug 17, 2004 2:07 pm
- Location: Sweden
- Highscores: 1
- Arcade winning challenges: 0
0
Yes I think so.Kotik wrote:What happens with that bad sector? Do you just loose space or what?
[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]!
[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: 2834
- Joined: Tue Aug 17, 2004 2:07 pm
- Location: Sweden
- Highscores: 1
- Arcade winning challenges: 0
0
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]!
[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: 2834
- Joined: Tue Aug 17, 2004 2:07 pm
- Location: Sweden
- Highscores: 1
- Arcade winning challenges: 0
0
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
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....
::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
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
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:
'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'
- Overmeer
- Reputation: 0
- Posts: 45
- Joined: Tue Aug 17, 2004 1:23 pm
- Highscores: 0
- Arcade winning challenges: 0
|
|
