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
Do the Zhentarim fire members for killing fellow members?
Why can’t you see at the start of the Big Bang?
What is more safe for browsing the web: PC or smartphone?
Was there a dinosaur-counter in the original Jurassic Park movie?
What calendar would the Saturn nation use?
What's the difference between "ricochet" and "bounce"?
Does this website provide consistent translation into Wookiee?
Why is the episode called "The Last of the Starks"?
What did Varys actually mean?
Test whether a string is in a list with variable
Antivirus for Ubuntu 18.04
Concatenate all values of the same XML element using XPath/XQuery
While drilling into kitchen wall, hit a wire - any advice?
What's the 2-minute timer on mobile Deutsche Bahn tickets?
HTML folder located within IOS Image file?
What’s the interaction between darkvision and the Eagle Aspect of the beast, if you have Darkvision past 100 feet?
Why were the rules for Proliferate changed?
How do I give a darkroom course without negs from the attendees?
Why doesn't a particle exert force on itself?
What chord could the notes 'F A♭ E♭' form?
Can you just subtract the challenge rating of friendly NPCs?
What is the Ancient One's mistake?
Would a legitimized Baratheon have the best claim for the Iron Throne?
Why was Gemini VIII terminated after recovering from the OAMS thruster failure?
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
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
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
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
asked Apr 28 at 14:45
jonegran01jonegran01
61
61
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.
Interesting, I didn't know the metadata was so large. Thank you for your help!
– jonegran01
Apr 28 at 15:16
1
@jonegran01 Additionally, generated thumbnails and such wouldn't be shown in Photos but would in finder
– Ezekiel Elin
Apr 28 at 17:56
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.
Interesting, I didn't know the metadata was so large. Thank you for your help!
– jonegran01
Apr 28 at 15:16
1
@jonegran01 Additionally, generated thumbnails and such wouldn't be shown in Photos but would in finder
– Ezekiel Elin
Apr 28 at 17:56
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.
Interesting, I didn't know the metadata was so large. Thank you for your help!
– jonegran01
Apr 28 at 15:16
1
@jonegran01 Additionally, generated thumbnails and such wouldn't be shown in Photos but would in finder
– Ezekiel Elin
Apr 28 at 17:56
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.
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.
answered Apr 28 at 15:09
James RandomJames Random
1368
1368
Interesting, I didn't know the metadata was so large. Thank you for your help!
– jonegran01
Apr 28 at 15:16
1
@jonegran01 Additionally, generated thumbnails and such wouldn't be shown in Photos but would in finder
– Ezekiel Elin
Apr 28 at 17:56
add a comment |
Interesting, I didn't know the metadata was so large. Thank you for your help!
– jonegran01
Apr 28 at 15:16
1
@jonegran01 Additionally, generated thumbnails and such wouldn't be shown in Photos but would in finder
– Ezekiel Elin
Apr 28 at 17:56
Interesting, I didn't know the metadata was so large. Thank you for your help!
– jonegran01
Apr 28 at 15:16
Interesting, I didn't know the metadata was so large. Thank you for your help!
– jonegran01
Apr 28 at 15:16
1
1
@jonegran01 Additionally, generated thumbnails and such wouldn't be shown in Photos but would in finder
– Ezekiel Elin
Apr 28 at 17:56
@jonegran01 Additionally, generated thumbnails and such wouldn't be shown in Photos but would in finder
– Ezekiel Elin
Apr 28 at 17:56
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 Apr 28 at 15:32
Tim CampbellTim Campbell
1413
1413
add a comment |
add a comment |