Skip to content
View vasi's full-sized avatar
  • Montreal

Organizations

@fink

Block or report vasi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. pixz pixz Public

    Parallel, indexed xz compressor

    C 724 63

  2. squashfuse squashfuse Public

    FUSE filesystem to mount squashfs archives

    C 307 70

  3. positioned-io positioned-io Public

    Read and write from offsets in Rust.

    Rust 77 18

  4. lzopfs lzopfs Public

    Random access to compressed files with a FUSE filesystem

    C++ 32 4

  5. rhfs rhfs Public

    Ruby tools for managing HFS disk images

    Ruby 8

  6. Mounting Clonezilla images with FUSE Mounting Clonezilla images with FUSE
    1
    # Mounting Clonezilla images with FUSE
    2
    
                  
    3
    I love to make backups with [Clonezilla][clonezilla]. But often, I'll back up my system, wipe my Linux partition and try another distro—only to realize that I need access to just one file from the old installation. For example, maybe I made an interesting change to my `.zshrc` or Samba configuration, which I want to re-use on the new system.
    4
    
                  
    5
    The obvious solutions aren't my favorites. It's easy to [restore an image to a spare disk][restore_disk], but it takes a long time, and requires a spare disk I'm willing to wipe. I [could extract an entire image][extract_image], but that also takes lots of time and space. Wouldn't it be nice to just look inside my compressed Clonezilla image, just like I can do with a zip file or squashfs archive?