master-hax / pixel-backup-gang

backup tools for OG pixel & pixel XL
47 stars 7 forks source link

SDCARDFS mount is failing with error "No such device" #26

Open brosahay opened 3 hours ago

brosahay commented 3 hours ago

I followed the steps, both in the script and manually, but facing the issue for this command

mount -t sdcardfs -o nosuid,nodev,noexec,noatime,gid=9997 <folder-on-drive> <mount-point>

But the device is accessible in the location that I have mentioned on step mount -t ext4 -o nosuid,nodev,noexec,noatime BLOCK_DEV MOUNT_POINT, here I can browse the disk and see all that it has. Alternatively, I tried binding to a location in the /sdcard/usb0 and I was able to explore the disk using file explorer too, but google photos will not recognize it. Any help ?

I am using a pixel 5a, running android 14 and rooted using magisk

master-hax commented 2 hours ago

What is the error message?

brosahay commented 2 hours ago

Just says No such device when I try to run the mentioned command. Not really sure why.

mount -t sdcardfs -o nosuid,nodev,noexec,noatime,gid=9997 /mnt/my_drive/the_binding /mnt/runtime/write/emulated/0/the_binding