Click here to Skip to main content
15,891,033 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: CCC 21/5 - you win Pin
OriginalGriff21-May-18 2:57
mveOriginalGriff21-May-18 2:57 
QuestionRe: CCC 21/5 - you win Pin
megaadam21-May-18 3:58
professionalmegaadam21-May-18 3:58 
AnswerRe: CCC 21/5 - you win Pin
Duncan Edwards Jones21-May-18 4:07
professionalDuncan Edwards Jones21-May-18 4:07 
GeneralShould I be concerned if "Size on disk" for directory is different on C: than on external drive? Pin
swampwiz20-May-18 10:18
swampwiz20-May-18 10:18 
GeneralRe: Should I be concerned if "Size on disk" for directory is different on C: than on external drive? Pin
Randor 20-May-18 10:42
professional Randor 20-May-18 10:42 
GeneralRe: Should I be concerned if "Size on disk" for directory is different on C: than on external drive? Pin
kalberts21-May-18 12:06
kalberts21-May-18 12:06 
GeneralRe: Should I be concerned if "Size on disk" for directory is different on C: than on external drive? Pin
Randor 21-May-18 12:45
professional Randor 21-May-18 12:45 
GeneralRe: Should I be concerned if "Size on disk" for directory is different on C: than on external drive? Pin
Daniel Pfeffer20-May-18 10:47
professionalDaniel Pfeffer20-May-18 10:47 
Not necessarily.

One possibility is that the cluster size of the disks differs. The cluster size is the smallest unit that Windows will allocate on a disk, and if this differs between the disks, the amount of disk space taken by a file may differ, too.

Another possibility is that the disks don'the use the same file system. If one uses NTFS and the other uses FAT32, the meta data stored for each file differs in size, and so will the total space taken.

Lastly, your old disk may have unused areas within the meta data files - over time, files were deleted, created, and some of the meta data area was left unused. When copying the files to a new disk, any such gaps are eliminated.

If you are still worried, run CHKDSK on the disk. This should tell you if any errors exist. If they do, run CHKDSK /F, which will fix the errors.
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows.
-- 6079 Smith W.

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 
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 

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.