Can I mount a (zip) archive in cygwin?

0

Val

Posted 2013-10-03T10:37:35.700

Reputation: 1

Is there any reason you can't just unzip the archive? – Dan D. – 2013-10-03T10:45:51.690

Indeed, is there any reason to use the mount at all if we can simply extract our resource into file system? – Val – 2013-10-03T10:49:18.593

Answers

2

fuse-zip is a project that enables mounting .zip archives via FUSE (Wikipedia entry of FUSE, might be a better first introduction).

This mailing list thread and this SO question has some pointers in getting FUSE running on Cygwin, it seems.

But no, I would not assume it to be native functionality in Cygwin. If you just want to browse the archive and extract single files, there are easier ways via any normal archive handler program, though.

Daniel Andersson

Posted 2013-10-03T10:37:35.700

Reputation: 20 465