Finder shows different file size compared to terminal












2














I have a folder called 'objects' in my mac.



When I check the contents of it in the terminal it's showing like this.
Image from terminal



Clearly object folder shows 4.1K



However when I see it in the finder,



Image from the finder



It shows, 26.3 MB



What's the reason for the significant increase in the size in the finder?










share|improve this question







New contributor




Prajwal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 1




    What did you alias ls to? The output you show is not standard for a simple ls.
    – nohillside
    2 days ago










  • @nohillside I have aliased ls to 'ls -lh'
    – Prajwal
    2 days ago










  • The image shows a file size of 25.7 MB but in the text you write 26.3 MB. Where did the last figure come from?
    – 11684
    2 days ago
















2














I have a folder called 'objects' in my mac.



When I check the contents of it in the terminal it's showing like this.
Image from terminal



Clearly object folder shows 4.1K



However when I see it in the finder,



Image from the finder



It shows, 26.3 MB



What's the reason for the significant increase in the size in the finder?










share|improve this question







New contributor




Prajwal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 1




    What did you alias ls to? The output you show is not standard for a simple ls.
    – nohillside
    2 days ago










  • @nohillside I have aliased ls to 'ls -lh'
    – Prajwal
    2 days ago










  • The image shows a file size of 25.7 MB but in the text you write 26.3 MB. Where did the last figure come from?
    – 11684
    2 days ago














2












2








2







I have a folder called 'objects' in my mac.



When I check the contents of it in the terminal it's showing like this.
Image from terminal



Clearly object folder shows 4.1K



However when I see it in the finder,



Image from the finder



It shows, 26.3 MB



What's the reason for the significant increase in the size in the finder?










share|improve this question







New contributor




Prajwal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











I have a folder called 'objects' in my mac.



When I check the contents of it in the terminal it's showing like this.
Image from terminal



Clearly object folder shows 4.1K



However when I see it in the finder,



Image from the finder



It shows, 26.3 MB



What's the reason for the significant increase in the size in the finder?







terminal mac finder unix filesystem






share|improve this question







New contributor




Prajwal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




Prajwal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




Prajwal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 2 days ago









Prajwal

132




132




New contributor




Prajwal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Prajwal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Prajwal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








  • 1




    What did you alias ls to? The output you show is not standard for a simple ls.
    – nohillside
    2 days ago










  • @nohillside I have aliased ls to 'ls -lh'
    – Prajwal
    2 days ago










  • The image shows a file size of 25.7 MB but in the text you write 26.3 MB. Where did the last figure come from?
    – 11684
    2 days ago














  • 1




    What did you alias ls to? The output you show is not standard for a simple ls.
    – nohillside
    2 days ago










  • @nohillside I have aliased ls to 'ls -lh'
    – Prajwal
    2 days ago










  • The image shows a file size of 25.7 MB but in the text you write 26.3 MB. Where did the last figure come from?
    – 11684
    2 days ago








1




1




What did you alias ls to? The output you show is not standard for a simple ls.
– nohillside
2 days ago




What did you alias ls to? The output you show is not standard for a simple ls.
– nohillside
2 days ago












@nohillside I have aliased ls to 'ls -lh'
– Prajwal
2 days ago




@nohillside I have aliased ls to 'ls -lh'
– Prajwal
2 days ago












The image shows a file size of 25.7 MB but in the text you write 26.3 MB. Where did the last figure come from?
– 11684
2 days ago




The image shows a file size of 25.7 MB but in the text you write 26.3 MB. Where did the last figure come from?
– 11684
2 days ago










1 Answer
1






active

oldest

votes


















5














You have to enter the command du -sh * instead of ls to get the actual size of the folders in your current directory (the sum of the files size they contain).



The command ls shows file size, but it has a different meaning for folders. It actually shows the size allocated for the directory to store metadata (mainly the index) of the files it contains.






share|improve this answer










New contributor




Yoric is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


















  • Oh. When I try to transfer the folder to drive, it's actually transferring the entire 26 MB. Is there anyway I can transfer only the actual file size i.e. 4KB?
    – Prajwal
    2 days ago






  • 2




    @Prajwal 26 MB is the actual size of your folder with all its content. The only way to reduce its size is to compress it.
    – Yoric
    2 days ago








  • 1




    @Prajwal you can remove the contents of the folder and only transfer that. Then Finder and ls wound agree on the size.
    – Tim
    2 days ago










  • @Tim And nuke the git metadata at the same time?
    – D. Ben Knoble
    2 days ago











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "118"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});






Prajwal is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fapple.stackexchange.com%2fquestions%2f346963%2ffinder-shows-different-file-size-compared-to-terminal%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









5














You have to enter the command du -sh * instead of ls to get the actual size of the folders in your current directory (the sum of the files size they contain).



The command ls shows file size, but it has a different meaning for folders. It actually shows the size allocated for the directory to store metadata (mainly the index) of the files it contains.






share|improve this answer










New contributor




Yoric is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


















  • Oh. When I try to transfer the folder to drive, it's actually transferring the entire 26 MB. Is there anyway I can transfer only the actual file size i.e. 4KB?
    – Prajwal
    2 days ago






  • 2




    @Prajwal 26 MB is the actual size of your folder with all its content. The only way to reduce its size is to compress it.
    – Yoric
    2 days ago








  • 1




    @Prajwal you can remove the contents of the folder and only transfer that. Then Finder and ls wound agree on the size.
    – Tim
    2 days ago










  • @Tim And nuke the git metadata at the same time?
    – D. Ben Knoble
    2 days ago
















5














You have to enter the command du -sh * instead of ls to get the actual size of the folders in your current directory (the sum of the files size they contain).



The command ls shows file size, but it has a different meaning for folders. It actually shows the size allocated for the directory to store metadata (mainly the index) of the files it contains.






share|improve this answer










New contributor




Yoric is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


















  • Oh. When I try to transfer the folder to drive, it's actually transferring the entire 26 MB. Is there anyway I can transfer only the actual file size i.e. 4KB?
    – Prajwal
    2 days ago






  • 2




    @Prajwal 26 MB is the actual size of your folder with all its content. The only way to reduce its size is to compress it.
    – Yoric
    2 days ago








  • 1




    @Prajwal you can remove the contents of the folder and only transfer that. Then Finder and ls wound agree on the size.
    – Tim
    2 days ago










  • @Tim And nuke the git metadata at the same time?
    – D. Ben Knoble
    2 days ago














5












5








5






You have to enter the command du -sh * instead of ls to get the actual size of the folders in your current directory (the sum of the files size they contain).



The command ls shows file size, but it has a different meaning for folders. It actually shows the size allocated for the directory to store metadata (mainly the index) of the files it contains.






share|improve this answer










New contributor




Yoric is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









You have to enter the command du -sh * instead of ls to get the actual size of the folders in your current directory (the sum of the files size they contain).



The command ls shows file size, but it has a different meaning for folders. It actually shows the size allocated for the directory to store metadata (mainly the index) of the files it contains.







share|improve this answer










New contributor




Yoric is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this answer



share|improve this answer








edited 2 days ago









nohillside

50.8k13109149




50.8k13109149






New contributor




Yoric is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









answered 2 days ago









Yoric

2335




2335




New contributor




Yoric is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Yoric is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Yoric is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • Oh. When I try to transfer the folder to drive, it's actually transferring the entire 26 MB. Is there anyway I can transfer only the actual file size i.e. 4KB?
    – Prajwal
    2 days ago






  • 2




    @Prajwal 26 MB is the actual size of your folder with all its content. The only way to reduce its size is to compress it.
    – Yoric
    2 days ago








  • 1




    @Prajwal you can remove the contents of the folder and only transfer that. Then Finder and ls wound agree on the size.
    – Tim
    2 days ago










  • @Tim And nuke the git metadata at the same time?
    – D. Ben Knoble
    2 days ago


















  • Oh. When I try to transfer the folder to drive, it's actually transferring the entire 26 MB. Is there anyway I can transfer only the actual file size i.e. 4KB?
    – Prajwal
    2 days ago






  • 2




    @Prajwal 26 MB is the actual size of your folder with all its content. The only way to reduce its size is to compress it.
    – Yoric
    2 days ago








  • 1




    @Prajwal you can remove the contents of the folder and only transfer that. Then Finder and ls wound agree on the size.
    – Tim
    2 days ago










  • @Tim And nuke the git metadata at the same time?
    – D. Ben Knoble
    2 days ago
















Oh. When I try to transfer the folder to drive, it's actually transferring the entire 26 MB. Is there anyway I can transfer only the actual file size i.e. 4KB?
– Prajwal
2 days ago




Oh. When I try to transfer the folder to drive, it's actually transferring the entire 26 MB. Is there anyway I can transfer only the actual file size i.e. 4KB?
– Prajwal
2 days ago




2




2




@Prajwal 26 MB is the actual size of your folder with all its content. The only way to reduce its size is to compress it.
– Yoric
2 days ago






@Prajwal 26 MB is the actual size of your folder with all its content. The only way to reduce its size is to compress it.
– Yoric
2 days ago






1




1




@Prajwal you can remove the contents of the folder and only transfer that. Then Finder and ls wound agree on the size.
– Tim
2 days ago




@Prajwal you can remove the contents of the folder and only transfer that. Then Finder and ls wound agree on the size.
– Tim
2 days ago












@Tim And nuke the git metadata at the same time?
– D. Ben Knoble
2 days ago




@Tim And nuke the git metadata at the same time?
– D. Ben Knoble
2 days ago










Prajwal is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















Prajwal is a new contributor. Be nice, and check out our Code of Conduct.













Prajwal is a new contributor. Be nice, and check out our Code of Conduct.












Prajwal is a new contributor. Be nice, and check out our Code of Conduct.
















Thanks for contributing an answer to Ask Different!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fapple.stackexchange.com%2fquestions%2f346963%2ffinder-shows-different-file-size-compared-to-terminal%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

If I really need a card on my start hand, how many mulligans make sense? [duplicate]

Alcedinidae

Can an atomic nucleus contain both particles and antiparticles? [duplicate]