Skip to content
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

rsyncing into mount point from fileprovider doesn't quite work after iSH restart #1581

Open
arminus opened this issue Oct 8, 2021 · 1 comment

Comments

@arminus
Copy link

@arminus arminus commented Oct 8, 2021

My usecase is like this:

  • mount -t ios-unsafe . /root/Obsidian
  • -> pock Obsidian's data directory from the file browser
  • run rsync to sync this directory form the NAS (rsync -rtP user@NAS:/path /root/Obsidian)
  • -> works well
  • quite and restart iSH
  • -> /root/Obsidian is still mounted
  • run the rsync command again
  • -> rsync now hangs after the first one or two files and never completes

This does not happen if I unmount /root/Obsidian on every iSH exit (using a `trap umount /root/Obsidian EXIT' command in my .profile) and mount it again every time I start iSH. -t ios / -t ios-unsafe doesn't seem to make any difference

@pulsovi
Copy link

@pulsovi pulsovi commented Dec 2, 2021

I have the same problem, but it also seems to me that just running rsync twice in a row is enough to crash it ...

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

Successfully merging a pull request may close this issue.

None yet
2 participants