Re: A CD image viewer and extractor?



Robert Heller wrote:

> Ken K <kkauffman@xxxxxxxxxxxxxxxxxx>,
> In a message on Sat, 07 Jan 2006 20:58:30 -0500, wrote :
>
> KK> ANTant@xxxxxxxxxx wrote:
> KK>
> KK> > Whooops! I forgot to mention that I do not have root access. :(
> KK> >
> KK> >
> KK> > In comp.os.linux.misc ANTant@xxxxxxxxxx wrote:
> KK> >> Hello!
> KK> >
> KK> >> Is there a program, like IsoBuster in Windows
> KK> >> (http://www.isobuster.com/), for Linux? I have some big ISO files,
> and I KK> >> am trying to find specific files to view and extract. I do
> not want to KK> >> burn CDs to get them. It can be command line (easy?) or
> GUI based. KK> >
> KK> >> Thank you in advance. :)
> KK> >
> KK>
> KK> Ask the admin to allow users to mount the cd. /etc/fstab should
> having KK> something to this effect:
> KK>
> KK> /dev/cdrom /mnt/cdrom iso9660 noauto,ro,user
> 0 0 KK>
> KK> That should allow you to mount as user.
>
> This only works for actual CDs. The OP only has CD *images* (ISO
> files). Editing /etc/fstab in this way won't work, unless the sysadmin
> puts in a whole slew of lines like:
>
> /path/to/some/cdimage1.iso /mnt/cdimage1 iso9660 noauto,ro,user,loop 0 0
> /path/to/some/cdimage2.iso /mnt/cdimage2 iso9660 noauto,ro,user,loop 0 0
> /path/to/some/cdimage3.iso /mnt/cdimage3 iso9660 noauto,ro,user,loop 0 0
> /path/to/some/cdimage4.iso /mnt/cdimage4 iso9660 noauto,ro,user,loop 0 0
> /path/to/some/cdimage5.iso /mnt/cdimage5 iso9660 noauto,ro,user,loop 0 0
> /path/to/some/cdimage6.iso /mnt/cdimage6 iso9660 noauto,ro,user,loop 0 0
>
> Which is rather a sysadmin nightmare.
>
> It *might* make sense for the sysadmin to create a pair special scripts
> and set the OP up in the /etc/sudoers file. One of the special scripts
> would take two parameters, the ISO file and a mount point (in the
> user's directory) and would mount the ISO file at that mount point.
> The other script would unmount it. The scripts would need to check and
> validate their parameters of course...
>
> KK>
> KK>
> KK>
>
> \/
> Robert Heller ||InterNet: heller@xxxxxxxxxxxx
> http://www.deepsoft.com/ ||FidoNet: 1:321/153
> http://www.deepsoft.com/~heller /\

No I get that. I missed the detail. Eventually, he'll still need this to
work with creating ISOs. Thanks for pointing out the specifics around his
request.
.



Relevant Pages

  • Re: A CD image viewer and extractor?
    ... KK> Ask the admin to allow users to mount the cd. ... Which is rather a sysadmin nightmare. ... It *might* make sense for the sysadmin to create a pair special scripts ... user's directory) and would mount the ISO file at that mount point. ...
    (comp.os.linux.misc)
  • Re: Loop device
    ... shell:path$ sudo mount -o loop -t iso9660 ... Can't find ext3 filesystem on dev loop1. ... After this we will have a closer look to your *iso file. ...
    (Ubuntu)
  • Re: Using Ubuntu absolves the user of personal responsibility?
    ... is no longer considered a helpful response. ... "mount a ISO file Linux" has the command ... but it requires the knowing of 'mount'. ... that the user wants to create a virtual cd-rom from ...
    (Ubuntu)
  • Re: problem reading loop mounted .iso file on disk, get "Input/output error"
    ... The mode of the mount point should not matter. ... You probably need "ro" in the options, or else the kernel will try ... A format error is rather likely to go undetected, ... > to the partition which contains the .iso file that I mounted. ...
    (comp.os.linux.setup)
  • Re: FC4 cds media-check and apparent corruption problem
    ... > what I tried was to test the media without using mediacheck, ... use losetup and mount commands to mount a iso file as a iso9660 ... > mounted iso file vs the burned cd you have mounted. ... Download the ISOs. ...
    (alt.os.linux)