Re: Automatic mount on boot for iso9660 images

From: .... (e56c3678_at_adelphia.net)
Date: 10/29/04


Date: Thu, 28 Oct 2004 20:32:32 -0400


"Tommy Reynolds" <TommyReynolds@yahoo.com> wrote in message
news:pan.2004.10.27.19.49.57.351111@yahoo.com...
> On Wed, 27 Oct 2004 12:12:29 -0400, .... wrote:
>
> > I am using redhat 9.0, and I am trying to mount some .iso images into
the
> > file system to share files out to the network. I have read several docs
> > telling me how to do this, editing auto.misc, auto.master, and/or fstab.
I
> > am able to mount the images manually (using loop), but I have had no
success
> > at getting the images to mount automatically at startup.
>
> Doesn't a "/etc/fstab" line such as this:
>
> /tmp/tccboot.iso /mnt/foo iso9660 loop,ro,auto 0 0
>
> work for you?
>
> HTH
>

This is the actual line from /etc/fstab:
/tandem/iso/install-cds/belkin.iso /tandem/iso/mount/belkin iso9660
ro,loop,auto,unhide 0 0

So far, it doesn't appear to work, but I don't know why.



Relevant Pages

  • Re: read vcds in fedora-> cdfs??!
    ... CDfs is a file system for Linux systems that `exports' all tracks and boot ... ISO and boot images), copied, played... ... didierbe at sps dot nus dot edu dot sg ...
    (Fedora)
  • Re: Display images on a webpage
    ... I guess I am curious as to which is better, storing images in a database or using the file system and storing the file information in the database. ... I have googled it and it seems the consensus is to store files on the file system and use action files to display the images using input streams to display the images. ... When I meant reload is if upload a new .war file doesn't is overwrite the folder when I restart tomcat and if my images were in there they would be lost. ...
    (comp.lang.java.programmer)
  • Re: ASP Hotspots
    ... my images are in the file system with the path referenced from an ... Access field. ... They go in the file system and the path to load them is stored ... > in the database. ...
    (microsoft.public.frontpage.programming)
  • Re: [PHP] Re: how to display images stored in DB*
    ... Your claim is that in ALL cases using a file system to store images ... bitmaps in a database without a damn good reason, a bad practice, yes. ...
    (php.general)
  • Re: [PHP] Re: how to display images stored in DB*
    ... Your claim is that in ALL cases using a file system to store images is preferable to using a database. ... Storing images in a database bloats the database and you're more likely to approach memory limits of your operating system. ... If your project is to supply images across several web servers on different host, then you are caught in a sync problem. ...
    (php.general)