Skip to content

[Bug]: The backup disk image could not be created #169

Answered by jeremyhiggs
jeremyhiggs asked this question in Help
Discussion options

You must be logged in to vote

I was able to get this working:

  • Re-formatted the partition as FAT32
  • Changed the mount parameters (later put into fstab) to: sudo mount -t vfat /dev/sda3 /mnt/timemachine/ -o rw,uid=1000,gid=1000,umask=007,dmask=007

Until I added the umask flag (0000 initially) it wasn't working. 🤷🏻‍♂️

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by mbentley
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #153 on January 13, 2024 13:41.