> "Niraj kumar": >> Is there a way in Linux to mount a remotely located disk image >> (like maybe an iso image) over netowrk (think http) without >> downloding it completely ? Another possible solution is using httpfs, which is just a FUSE-based filesystem. It runs in userspace, but requires FUSE, compared to uloop, which is a kernel driver. Search google for httpfs, it's old, but works too. You'll have to patch it manually and add "Connection: Keep-Alive" header to it, in order to get better performance. Tomas M slax.org hooanon05@xxxxxxxxxxx wrote: > "Niraj kumar": >> Is there a way in Linux to mount a remotely located disk image >> (like maybe an iso image) over netowrk (think http) without >> downloding it completely ? > > How about http://aufs.sourceforge.net/uloop.txt? > Note: I don't use it much by myself. > You can get source files from CVS tree on SourceForge. > > > Junjiro Okajima > -- > To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html