Great, thanks! I added the timeout option, and it worked (with a sufficiently high timeout of 360 seconds - a value of 0 did not disable the timeout as some source stated) so I submitted a merge request: https://sourceforge.net/p/partclone-utils/git/merge-requests/3/ After that change, the following works to mount a compressed PartClone image file without first decompressing it: # archivemount -o formatraw FullBackup.pimg.xz /mnt/etc Calculating uncompressed file size. Please wait. # imagemount -i...
Great, thanks! I added the timeout option, and it worked (with a sufficiently high timeout of 360 seconds - a value of 0 did not disable the timeout as some source stated) so I submitted a merge request: https://sourceforge.net/p/partclone-utils/git/merge-requests/3/ After that change, the following works to mount a compressed PartClone image file without first decompressing it: # archivemount -o formatraw FullBackup.pimg.xz /mnt/etc Calculating uncompressed file size. Please wait. # imagemount -i...
Great, thanks! I added the timeout option, and it worked (with a sufficiently high timeout of 360 seconds - a value of 0 did not disable the timeout as some source stated) so I submitted a merge request: https://sourceforge.net/p/partclone-utils/git/merge-requests/3/ After that change, the following works to mount a compressed PartClone image file without first decompressing it: # archivemount -o formatraw FullBackup.pimg.xz /mnt/etc # imagemount -i 360 -d /dev/nbd0 -f "/mnt/etc/data" -r # mount...
Great! I added the option, and it worked (with a sufficiently high timeout of 360 seconds - a value of 0 did not disable the timeout as some source stated) and submitted a merge request: https://sourceforge.net/p/partclone-utils/git/merge-requests/3/ After that change, the following works to mount a compressed PartClone image file without first decompressing it: # archivemount -o formatraw FullBackup.pimg.xz /mnt/etc # imagemount -i 360 -d /dev/nbd0 -f "/mnt/etc/data" -r # mount -t f2fs -o ro /dev/nbd0...
Added NBD timeout option "-i timeout" to avoid disconnects on slow dynamic decompressed FUSE mounts
Added NBD timeout option "-i timeout" to avoid disconnects on slow dynamic decompressed FUSE mounts
Great! I added the option, and it worked (with a sufficiently high timeout of 360 seconds - a value of 0 did not disable the timeout as some source stated) and submitted a merge request: https://sourceforge.net/p/partclone-utils/git/merge-requests/3/ After that change, the following works to mount a compressed PartClone image file without first decompressing it: # archivemount -o formatraw FullBackup.pimg.xz /mnt/etc # /opt/partclone-utils/imagemount -d /dev/nbd0 -f "/mnt/etc/data" -t f2fs -r -R...
Great! I added the option, and it worked (with a sufficiently high timeout of 360 seconds - a value of 0 did not disable the timeout as some source stated) and submitted a merge request: https://sourceforge.net/p/partclone-utils/git/merge-requests/3/ After that change, the following works to mount a compressed PartClone image file without first decompressing it: # archivemount -o formatraw FullBackup.pimg.xz /mnt/etc # /opt/partclone-utils/imagemount -d /dev/nbd0 -f "/mnt/etc/data" -t f2fs -r -R...