Is there any way to mount a zip (or tar, or any compressed file archive) as a volume on OSX?
If this is a stupid question for some reason (the structure of zip archives), that would be good to know too.
|
feedback
|
|
Yep, if you install FUSE (Filesystem in User Space) and the fuse-zip extension. There is a GUI of sorts for FUSE called MacFuse that I'd recommend using. You can use FUSE to mount all sorts of things including files over ssh or flickr (yes really!) | |||||||||
feedback
|
|
Negative. You have to mount a filesystem (NTFS, ext3, etc.) and an archive isn't one. | |||||||||||||||
feedback
|