Why does my Photos library differ in size looking in Finder vs in the “Get Info” of Photos?iPhoto11 Pictures disappear after importingHow do I fix the duplicate libraries I think the new Photos app has made?How can I retrieve picture files from the Photos App on Mac OS X (Yosemite)?My Macbook storage is full even after deleting all my photos~/Pictures Bloated SizePhotos taking up storage on iPhone when I have no photosiCloud.com has empty picture folderWhy does Photos keep using OLD library?Why Photos and Photo Library differ in size?iOS 12.1.4 - Photos stuck on uploading after iTunes restore
Why does nature favour the Laplacian?
Is thermodynamics only applicable to systems in equilibrium?
Can solid acids and bases have pH values? If not, how are they classified as acids or bases?
Why is current rating for multicore cable lower than single core with the same cross section?
Why was Germany not as successful as other Europeans in establishing overseas colonies?
Do I have an "anti-research" personality?
Any examples of headwear for races with animal ears?
Is it possible to measure lightning discharges as Nikola Tesla?
Minimum value of 4 digit number divided by sum of its digits
Trainer for recumbent bikes
How do I deal with a coworker that keeps changing the look of a report I'm building, without documenting the changes in a design template?
How to set the font color of quantity objects (Version 11.3 vs version 12)
Why do Ichisongas hate elephants and hippos?
Are Boeing 737-800’s grounded?
Upright [...] in italics quotation
Can someone publish a story that happened to you?
How does a swashbuckler fight with two weapons and safely dart away?
Confused by notation of atomic number Z and mass number A on periodic table of elements
What word means to make something obsolete?
How to determine the actual or "true" resolution of a digital photograph?
Python: pythonic way to find last position in string that does not match regex
What does "rf" mean in "rfkill"?
Is creating your own "experiment" considered cheating during a physics exam?
How to stop co-workers from teasing me because I know Russian?
Why does my Photos library differ in size looking in Finder vs in the “Get Info” of Photos?
iPhoto11 Pictures disappear after importingHow do I fix the duplicate libraries I think the new Photos app has made?How can I retrieve picture files from the Photos App on Mac OS X (Yosemite)?My Macbook storage is full even after deleting all my photos~/Pictures Bloated SizePhotos taking up storage on iPhone when I have no photosiCloud.com has empty picture folderWhy does Photos keep using OLD library?Why Photos and Photo Library differ in size?iOS 12.1.4 - Photos stuck on uploading after iTunes restore
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Hopefully I am under-thinking this issue. I've been going through my Photos library, deleting duplicates and lame pictures. When I went to look at the total library size, I got a different calculation in the Photos app compared to Finder. Photos says the library size is 603GB and Finder says it is 665GB. What is taking the extra 60GB? Is there something I'm missing here? Thank you for your help!

macos photos
New contributor
jonegran01 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Hopefully I am under-thinking this issue. I've been going through my Photos library, deleting duplicates and lame pictures. When I went to look at the total library size, I got a different calculation in the Photos app compared to Finder. Photos says the library size is 603GB and Finder says it is 665GB. What is taking the extra 60GB? Is there something I'm missing here? Thank you for your help!

macos photos
New contributor
jonegran01 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Hopefully I am under-thinking this issue. I've been going through my Photos library, deleting duplicates and lame pictures. When I went to look at the total library size, I got a different calculation in the Photos app compared to Finder. Photos says the library size is 603GB and Finder says it is 665GB. What is taking the extra 60GB? Is there something I'm missing here? Thank you for your help!

macos photos
New contributor
jonegran01 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Hopefully I am under-thinking this issue. I've been going through my Photos library, deleting duplicates and lame pictures. When I went to look at the total library size, I got a different calculation in the Photos app compared to Finder. Photos says the library size is 603GB and Finder says it is 665GB. What is taking the extra 60GB? Is there something I'm missing here? Thank you for your help!

macos photos
macos photos
New contributor
jonegran01 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
jonegran01 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
jonegran01 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 3 hours ago
jonegran01jonegran01
61
61
New contributor
jonegran01 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
jonegran01 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
jonegran01 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
I assume Photos is reporting the total size of all the pictures (and just the pictures). This is sort of confirmed by selecting all the photos in the library and then using Get Info: this shows the same size as selecting the library.
Finder is showing the actual size of the library file on disk. This file contains all the photos but also a lot of other "meta" information about the photos, albums, places, faces, etc. that allows Photos to manage and display the pictures.
New contributor
James Random is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Interesting, I didn't know the metadata was so large. Thank you for your help!
– jonegran01
3 hours ago
1
@jonegran01 Additionally, generated thumbnails and such wouldn't be shown in Photos but would in finder
– Ezekiel Elin
44 mins ago
add a comment |
The photo library file on disk is actually a directory and you can descend into the directory. Finder normally wont do this because it knows it is a special directory (you can right-click on it and pick 'Show Package Contents').
A better way to get more detailed info is to open the Terminal utility and use the command line:
cd ~/Pictures/GKJones Fam Library.photoslibrary
(or just type enough characters to be unique then hit the tab key to auto-complete)
Then use the du utility (display usage) to get a summary for each folder. I'd probably use the "depth" option (-d flag) and set the depth to 1 (only summarize to 1 sub-directory deep ... otherwise you'll get a very long output). Use the -h flag to put the values in human-readable format (the default is to display the usage as the number of blocks occupied)
du -hd 1
This will give you a list of all the sub-folders with the usage of each folder.
If you hold both [cmd] + [opt] while clicking the Photos icon to launch the app it will offer to repair the library. This takes a some time to complete depending on the size of your photo library.
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I assume Photos is reporting the total size of all the pictures (and just the pictures). This is sort of confirmed by selecting all the photos in the library and then using Get Info: this shows the same size as selecting the library.
Finder is showing the actual size of the library file on disk. This file contains all the photos but also a lot of other "meta" information about the photos, albums, places, faces, etc. that allows Photos to manage and display the pictures.
New contributor
James Random is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Interesting, I didn't know the metadata was so large. Thank you for your help!
– jonegran01
3 hours ago
1
@jonegran01 Additionally, generated thumbnails and such wouldn't be shown in Photos but would in finder
– Ezekiel Elin
44 mins ago
add a comment |
I assume Photos is reporting the total size of all the pictures (and just the pictures). This is sort of confirmed by selecting all the photos in the library and then using Get Info: this shows the same size as selecting the library.
Finder is showing the actual size of the library file on disk. This file contains all the photos but also a lot of other "meta" information about the photos, albums, places, faces, etc. that allows Photos to manage and display the pictures.
New contributor
James Random is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Interesting, I didn't know the metadata was so large. Thank you for your help!
– jonegran01
3 hours ago
1
@jonegran01 Additionally, generated thumbnails and such wouldn't be shown in Photos but would in finder
– Ezekiel Elin
44 mins ago
add a comment |
I assume Photos is reporting the total size of all the pictures (and just the pictures). This is sort of confirmed by selecting all the photos in the library and then using Get Info: this shows the same size as selecting the library.
Finder is showing the actual size of the library file on disk. This file contains all the photos but also a lot of other "meta" information about the photos, albums, places, faces, etc. that allows Photos to manage and display the pictures.
New contributor
James Random is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I assume Photos is reporting the total size of all the pictures (and just the pictures). This is sort of confirmed by selecting all the photos in the library and then using Get Info: this shows the same size as selecting the library.
Finder is showing the actual size of the library file on disk. This file contains all the photos but also a lot of other "meta" information about the photos, albums, places, faces, etc. that allows Photos to manage and display the pictures.
New contributor
James Random is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
James Random is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 3 hours ago
James RandomJames Random
1367
1367
New contributor
James Random is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
James Random is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
James Random is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Interesting, I didn't know the metadata was so large. Thank you for your help!
– jonegran01
3 hours ago
1
@jonegran01 Additionally, generated thumbnails and such wouldn't be shown in Photos but would in finder
– Ezekiel Elin
44 mins ago
add a comment |
Interesting, I didn't know the metadata was so large. Thank you for your help!
– jonegran01
3 hours ago
1
@jonegran01 Additionally, generated thumbnails and such wouldn't be shown in Photos but would in finder
– Ezekiel Elin
44 mins ago
Interesting, I didn't know the metadata was so large. Thank you for your help!
– jonegran01
3 hours ago
Interesting, I didn't know the metadata was so large. Thank you for your help!
– jonegran01
3 hours ago
1
1
@jonegran01 Additionally, generated thumbnails and such wouldn't be shown in Photos but would in finder
– Ezekiel Elin
44 mins ago
@jonegran01 Additionally, generated thumbnails and such wouldn't be shown in Photos but would in finder
– Ezekiel Elin
44 mins ago
add a comment |
The photo library file on disk is actually a directory and you can descend into the directory. Finder normally wont do this because it knows it is a special directory (you can right-click on it and pick 'Show Package Contents').
A better way to get more detailed info is to open the Terminal utility and use the command line:
cd ~/Pictures/GKJones Fam Library.photoslibrary
(or just type enough characters to be unique then hit the tab key to auto-complete)
Then use the du utility (display usage) to get a summary for each folder. I'd probably use the "depth" option (-d flag) and set the depth to 1 (only summarize to 1 sub-directory deep ... otherwise you'll get a very long output). Use the -h flag to put the values in human-readable format (the default is to display the usage as the number of blocks occupied)
du -hd 1
This will give you a list of all the sub-folders with the usage of each folder.
If you hold both [cmd] + [opt] while clicking the Photos icon to launch the app it will offer to repair the library. This takes a some time to complete depending on the size of your photo library.
add a comment |
The photo library file on disk is actually a directory and you can descend into the directory. Finder normally wont do this because it knows it is a special directory (you can right-click on it and pick 'Show Package Contents').
A better way to get more detailed info is to open the Terminal utility and use the command line:
cd ~/Pictures/GKJones Fam Library.photoslibrary
(or just type enough characters to be unique then hit the tab key to auto-complete)
Then use the du utility (display usage) to get a summary for each folder. I'd probably use the "depth" option (-d flag) and set the depth to 1 (only summarize to 1 sub-directory deep ... otherwise you'll get a very long output). Use the -h flag to put the values in human-readable format (the default is to display the usage as the number of blocks occupied)
du -hd 1
This will give you a list of all the sub-folders with the usage of each folder.
If you hold both [cmd] + [opt] while clicking the Photos icon to launch the app it will offer to repair the library. This takes a some time to complete depending on the size of your photo library.
add a comment |
The photo library file on disk is actually a directory and you can descend into the directory. Finder normally wont do this because it knows it is a special directory (you can right-click on it and pick 'Show Package Contents').
A better way to get more detailed info is to open the Terminal utility and use the command line:
cd ~/Pictures/GKJones Fam Library.photoslibrary
(or just type enough characters to be unique then hit the tab key to auto-complete)
Then use the du utility (display usage) to get a summary for each folder. I'd probably use the "depth" option (-d flag) and set the depth to 1 (only summarize to 1 sub-directory deep ... otherwise you'll get a very long output). Use the -h flag to put the values in human-readable format (the default is to display the usage as the number of blocks occupied)
du -hd 1
This will give you a list of all the sub-folders with the usage of each folder.
If you hold both [cmd] + [opt] while clicking the Photos icon to launch the app it will offer to repair the library. This takes a some time to complete depending on the size of your photo library.
The photo library file on disk is actually a directory and you can descend into the directory. Finder normally wont do this because it knows it is a special directory (you can right-click on it and pick 'Show Package Contents').
A better way to get more detailed info is to open the Terminal utility and use the command line:
cd ~/Pictures/GKJones Fam Library.photoslibrary
(or just type enough characters to be unique then hit the tab key to auto-complete)
Then use the du utility (display usage) to get a summary for each folder. I'd probably use the "depth" option (-d flag) and set the depth to 1 (only summarize to 1 sub-directory deep ... otherwise you'll get a very long output). Use the -h flag to put the values in human-readable format (the default is to display the usage as the number of blocks occupied)
du -hd 1
This will give you a list of all the sub-folders with the usage of each folder.
If you hold both [cmd] + [opt] while clicking the Photos icon to launch the app it will offer to repair the library. This takes a some time to complete depending on the size of your photo library.
answered 3 hours ago
Tim CampbellTim Campbell
1413
1413
add a comment |
add a comment |