-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with HDD Backup on Pixel 1: Photos Not Backing Up and Phone Overheating #10
Comments
I have never had a pixel overheat when using an external ssd. Not even in 90°F weather when plugged in and backing up large videos. Maybe your device is accidentally doing reads & writes to the internal storage. I have not tested with a spinning disk drive so can't comment on ssd vs hdd. |
Then there's a chance of overheating because you're using an SSD and I'm using an HDD. By the way, when opening the Photos application, it experiences elevated temperatures while retrieving all photos from the HDD. Does your Google Pixel 1 scan the entire storage and upload the content to the Photos application? Because my Google Photos reads all the storage, i.e. gets all the photos in the uploading stage, but it never starts to upload and gets stuck there at the maximum number of photos and videos present in the HDD. 😤 |
My understanding is that G Photos doesn't start uploading until it scans all the media and builds a database of metadata, thumbnails/previews, etc. That probably takes a long time with a hard drive. |
I experienced overheating. I purchased a heat sink: https://www.amazon.com/gp/product/B07NVLMZNT |
its also possible your pixel's flash memory is reaching EOL and that is causing the overheating. i had the idea of mounting the google photos app data directory from the external drive as well, preventing potentially all reads & writes during backup. |
How would we do this? |
essentially one would bind mount some folder from the external drive over there are some additional nuances that should be handled like migrating the existing app data & making sure the gphotos app isn't running when the mount is being set up but i think it worked last time i tried it |
I've tried this statement @master-hax: It is setting up Google Photos again. It is still heating up while I don't know if it's Google Photos that's causing the phone to heat up and crash, or if it's normally crashing due to some improper flashing of the ROM. Could this be the reason? Every time I reboot the Google Pixel, I generally run these commands in Termux:
I know after running the Now, do I have to run all these commands and then, in the end, run the mount command that is mentioned at the beginning of the post? |
to clarify, we would mount
your mount command should work tho i think, but maybe not if you run the existing mounting script first |
Just to clarify, you're saying that instead of using |
It will heat to some level. It needs to index/maybe check hash etc (like repo owner says). If you think this happens then don't dump directly many TB of data. One could create 10 folders on external disk. Mount only one at a time wait for it to upload - then mount the next. That way GP does not have to index all million files. |
Would it be possible to mount the data folder using sshfs? |
I understand you suggested connecting an SSD, but since I don't have an external SSD yet, I connected an HDD to my Pixel 1 instead. After following your steps and #2, the HDD successfully connects, and all of the HDD's contents are visible in Google Photos. However, the photos are not being backed up. Google Photos displays all the photos available for backup, but even after waiting for hours, the number of photos pending backup remains unchanged.
Additionally, my phone heats up significantly after about half an hour, causing it to crash and restart of the phone.
Please advise if the HDD backup should work, or if I need to purchase an SSD for this purpose.
The text was updated successfully, but these errors were encountered: