Hacker News new | ask | show | jobs
by rwmj 2963 days ago
Or without needing root using guestfish (http://libguestfs.org/guestfish.1.html)

    $ guestfish -a img.dd -m /dev/sda1
    ><fs> ll /
guestmount works if you want to mount it on a local directory (implemented using libguestfs + FUSE).