Skip to content

Mount location that contains .sparsebundle among others #29

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

Open
PeterPablo opened this issue Mar 17, 2023 · 1 comment
Open

Mount location that contains .sparsebundle among others #29

PeterPablo opened this issue Mar 17, 2023 · 1 comment

Comments

@PeterPablo
Copy link

Hi there!
I got a .sparsebundle directory on a partition of my raspberry pi that is also containing other files. Is it possible to mount the timemachine from that location? (e.g. /mnt/timemachine/PeterPablo.sparsebundle)

I tried

root@horst:~# tmfs /mnt/timemachine/PeterPablo.sparsebundle/ /mnt/tmp/
root@horst:~# ls /mnt/tmp 
ls: cannot access '/mnt/tmp': No such file or directory
@Nothing4You
Copy link

I don't think this works with such sparsebundles:

user@nas:~/mnt$ tmfs hdi tm -d -f
FUSE library version: 2.9.9
nullpath_ok: 0
nopath: 0
utime_omit_ok: 0
unique: 2, opcode: INIT (26), nodeid: 0, insize: 56, pid: 0
INIT: 7.32
flags=0x03fffffb
max_readahead=0x00020000
   INIT: 7.19
   flags=0x00000011
   max_readahead=0x00020000
   max_write=0x00020000
   max_background=0
   congestion_threshold=0
   unique: 2, success, outsize: 40
unique: 4, opcode: GETATTR (3), nodeid: 1, insize: 56, pid: 2064501
getattr /
get_real_path("/") -> /home/user/mnt/hdi/Backups.backupdb
   unique: 4, error: -2 (No such file or directory), outsize: 16
unique: 6, opcode: GETATTR (3), nodeid: 1, insize: 56, pid: 2064501
getattr /
get_real_path("/") -> /home/user/mnt/hdi/Backups.backupdb
   unique: 6, error: -2 (No such file or directory), outsize: 16

It expects Backups.backupdb in the mountpoint but that doesn't exist, at least on my side.
I'm using a sparsebundle mounted with https://github.com/jief666/hdimount that was created on an SMB share.

I think either the time machine format has changed since this was created or it's different when created over network.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants