Click here to Skip to main content
15,892,005 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Should I be concerned if "Size on disk" for directory is different on C: than on external drive? Pin
CodeWraith20-May-18 11:49
CodeWraith20-May-18 11:49 
GeneralRe: Should I be concerned if "Size on disk" for directory is different on C: than on external drive? Pin
Daniel Pfeffer20-May-18 18:45
professionalDaniel Pfeffer20-May-18 18:45 
GeneralRe: Should I be concerned if "Size on disk" for directory is different on C: than on external drive? Pin
kalberts21-May-18 12:35
kalberts21-May-18 12:35 
GeneralRe: Should I be concerned if "Size on disk" for directory is different on C: than on external drive? Pin
Randor 20-May-18 12:05
professional Randor 20-May-18 12:05 
GeneralRe: Should I be concerned if "Size on disk" for directory is different on C: than on external drive? Pin
Daniel Pfeffer20-May-18 18:37
professionalDaniel Pfeffer20-May-18 18:37 
GeneralRe: Should I be concerned if "Size on disk" for directory is different on C: than on external drive? Pin
Randor 20-May-18 20:56
professional Randor 20-May-18 20:56 
GeneralRe: Should I be concerned if "Size on disk" for directory is different on C: than on external drive? Pin
Daniel Pfeffer20-May-18 21:29
professionalDaniel Pfeffer20-May-18 21:29 
GeneralRe: Should I be concerned if "Size on disk" for directory is different on C: than on external drive? Pin
kalberts21-May-18 11:44
kalberts21-May-18 11:44 
Well... Files significantly less than 1K may be stored in MFT. Each directory entry is alotted a 1K block, and a varying part of this block is used for file metadata. Whatever space is left after the metadata has taken their part can be used for file data that fits in. If it doesn't fit in, it all goes to a 4K disk page.

If you have a lot of extended attributes for a file, the 1K block may overflow and a second one linked to it. But in no case will you have a full 1024 bytes for file data in the MFT; just "the rest of the block".
GeneralRe: Should I be concerned if "Size on disk" for directory is different on C: than on external drive? Pin
Randor 21-May-18 13:05
professional Randor 21-May-18 13:05 
GeneralRe: Should I be concerned if "Size on disk" for directory is different on C: than on external drive? Pin
kalberts21-May-18 12:30
kalberts21-May-18 12:30 
GeneralRe: Should I be concerned if "Size on disk" for directory is different on C: than on external drive? Pin
Daniel Pfeffer21-May-18 20:15
professionalDaniel Pfeffer21-May-18 20:15 
GeneralRe: Should I be concerned if "Size on disk" for directory is different on C: than on external drive? Pin
kalberts21-May-18 11:57
kalberts21-May-18 11:57 
GeneralHow agile are you? Pin
Sander Rossel20-May-18 0:52
professionalSander Rossel20-May-18 0:52 
GeneralRe: How agile are you? Pin
Eddy Vluggen20-May-18 2:15
professionalEddy Vluggen20-May-18 2:15 
GeneralRe: How agile are you? Pin
Sander Rossel20-May-18 8:07
professionalSander Rossel20-May-18 8:07 
GeneralRe: How agile are you? Pin
Munchies_Matt20-May-18 4:46
Munchies_Matt20-May-18 4:46 
GeneralRe: How agile are you? Pin
Sander Rossel20-May-18 8:02
professionalSander Rossel20-May-18 8:02 
GeneralRe: How agile are you? Pin
Munchies_Matt20-May-18 10:00
Munchies_Matt20-May-18 10:00 
GeneralRe: How agile are you? Pin
DRHuff20-May-18 16:39
DRHuff20-May-18 16:39 
GeneralRe: How agile are you? Pin
PhilipOakley21-May-18 3:44
professionalPhilipOakley21-May-18 3:44 
GeneralRe: How agile are you? Pin
W Balboos, GHB22-May-18 8:35
W Balboos, GHB22-May-18 8:35 
GeneralRe: How agile are you? PinPopular
Marc Clifton20-May-18 5:05
mvaMarc Clifton20-May-18 5:05 
GeneralRe: How agile are you? Pin
Sander Rossel20-May-18 8:01
professionalSander Rossel20-May-18 8:01 
GeneralRe: How agile are you? Pin
Mycroft Holmes20-May-18 14:17
professionalMycroft Holmes20-May-18 14:17 
GeneralRe: How agile are you? Pin
MSBassSinger21-May-18 5:41
professionalMSBassSinger21-May-18 5:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.