|
|||||||||
|
Thread Tools | Search this Thread |
September 12th, 2008, 10:59 AM | #16 |
Regular Crew
Join Date: Feb 2004
Location: Kalispell, Montana
Posts: 164
|
__________________
Mike Gunter VideoTidbits.com |
September 12th, 2008, 11:00 AM | #17 | |
Major Player
Join Date: Mar 2005
Location: Lafayette, LA
Posts: 270
|
Quote:
|
|
September 12th, 2008, 12:16 PM | #18 | |
Trustee
Join Date: Mar 2006
Location: Boise, Idaho
Posts: 1,997
|
Quote:
The other poster also brings up a good point regarding disc sectors. Think of it like a phone book that has a fixed number of possible pages and each page can reference "X" number of businesses depending on how much space they want to dedicate to each entry. So the book page can either have space for 10, 20, 30, etc entries per page. If you want to store 100 numbers (analogous to data bits) and the pages are set up to store 30 entries per page, then it will require 4 pages even though the last page will not be completely used. There also is something called FAT (file allocation table) which all disc partitions & storage mechanisms (even DVDs & CDs) have. This is the lookup table that stores the actual location of all the data. The larger the storage device (like a 500GB disc) the more space is required to set aside for the FAT. This is true if using the NTFS, the old school FAT16 or FAT32, Reiser, or ext3 file systems. Different file systems have different requirements for hte size of the FAT because they address storage differently. |
|
September 12th, 2008, 12:26 PM | #19 |
Trustee
Join Date: Mar 2006
Location: Boise, Idaho
Posts: 1,997
|
|
September 12th, 2008, 12:28 PM | #20 | |
Trustee
Join Date: Mar 2006
Location: Boise, Idaho
Posts: 1,997
|
Quote:
|
|
September 12th, 2008, 03:12 PM | #21 |
Major Player
Join Date: Mar 2005
Location: Lafayette, LA
Posts: 270
|
You may very well be right... I just let NTFS do it's thing mostly... linux is where I get more hands on as it's usually when I'm setting up raids and doing servers and such where there are different needs for different server types.
|
September 12th, 2008, 04:00 PM | #22 | |
Trustee
Join Date: Mar 2006
Location: Boise, Idaho
Posts: 1,997
|
Quote:
And I agree that it usually isn't worth messing with. Very rarely does it make sense to change the default block size (unless you are dealign with lots and lots of tiny source code files, then it might be handy to bump the block size down a bit). |
|
September 12th, 2008, 08:46 PM | #23 | |
Major Player
Join Date: Mar 2005
Location: Lafayette, LA
Posts: 270
|
Quote:
|
|
| ||||||
|
|