Vivek

Results 44 comments of Vivek
trafficstars

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

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

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

essentially one would bind mount some folder from the external drive over `/data/data/com.google.android.apps.photos/` there are some additional nuances that should be handled like migrating the existing app data & making...

to clarify, we would mount `/mnt/my_drive/gphotodata/` -> `/data/data/com.google.android.apps.photos/` using bind or sdcardfs mount (so we can bind both locations at the same time). `/mnt/my_drive/` is set up [here](https://github.com/master-hax/pixel-backup-gang/blob/46bc8ebe052bb34d1aebcfb8e09c190cbba44ce1/scripts/mount_ext4.sh#L14-L15) so you...

>Would it be possible to mount the data folder using sshfs? yea you can use FUSE to mount the data folder. [sshfs](https://github.com/termux/termux-packages/tree/82a4d21a85751b1c43bf9e9b4a6e9472b581e360/root-packages/sshfs) and [bindfs](https://github.com/termux/termux-packages/tree/82a4d21a85751b1c43bf9e9b4a6e9472b581e360/root-packages/bindfs) are ready to use in termux....

Hey @CalebFenton, glad you got it working with gluetun. These days I use nginx to access the deluge container locally using unix domain sockets which is in my opinion more...

hmm yea it looks like fusermount3 logic isn't included in libfuse. sad.

sorry for the late reply, didn't notice the issue. try installing to the folder from the example - `/data/local/tmp` - it has increased permissions if that works, i'll add a...