-
Notifications
You must be signed in to change notification settings - Fork 0
a fuse-based utility to mount ISO9660 images
License
lcacciari/isomounter
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
isomounter - mount a ISO9660 image file in userspace using fuse
isomounter is a Linux utility that allows you to mount an ISO9660 file
just as if you had it on an acual CD and you put it into your computer's
CD reader.
isomounter leverages on the FUSE infrastructure to allow mounting the
image in userspace, thus not neading to be root to do it. It uses
the cdio library by Gnu to handle access to the image file.
The isomounter project born during the end-of-the-year days. I was
actually looking for a way to mount a CD image on my xubuntu system
and come across a couple of programs doing just that, but none had
all the features I was looking for (nor has isomounter, yet, but I'm
working on it), so I looked to their code to see if they could be
brought to do things as I wanted.
This brought out some other problems with these progams themselves,
which discouraged me until I remember the qualities of the "good
programmer", namely:
Laziness, Impatience, and Hubris
and I started programming it myself.
Current version is yet in a very early alpha stage, but wouldn't
stay as such for long (fingers crossed).
Copyright (C) 2016 Leo Cacciari
isomounter is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Comments are welcome.
- Leo Cacciari <[email protected]>
About
a fuse-based utility to mount ISO9660 images
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published