tmfs icon indicating copy to clipboard operation
tmfs copied to clipboard

Mount location that contains .sparsebundle among others

Open PeterPablo opened this issue 2 years ago • 2 comments

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

PeterPablo avatar Mar 17 '23 06:03 PeterPablo

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.

Nothing4You avatar Apr 03 '23 20:04 Nothing4You