Re: Automatic mount on boot for iso9660 images
From: Lenard (lenard_at_127.0.0.1)
Date: 10/30/04
- Next message: Paul Lutus: "Re: SmartMedia Reader"
- Previous message: ....: "Re: Automatic mount on boot for iso9660 images"
- In reply to: ....: "Re: Automatic mount on boot for iso9660 images"
- Next in thread: Tommy Reynolds: "Re: Automatic mount on boot for iso9660 images"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 30 Oct 2004 02:57:22 GMT
On Fri, 29 Oct 2004 16:42:33 -0400, .... wrote:
>
>> > Okay, what file(s) would you suggest? (I have not doen that before,
>> > but am interested in learning.)
>>
>> One way is to as root add the desired mount to the end of the file
>> /etc/rc.d/rc.local
>>
>> Example;
>>
>> /bin/mount -t iso9660 /path/to/image /mnt/point -ro
>>
>>
> is that /path/to/image.iso, or /path/to/image? (iow, is "image" the
> .iso file, or part of the path in your example?)
Since an iso is an image of a CD, then yes it is path to the iso image and
the last part is the complete name of the iso image file. Let's say the
iso image file is named(complete) something.iso and it is stored in a user
directory. You already have created a sub-directory named is09660 located
in the /mnt directory. The user name is fred then as per the example;
/bin/mount -t iso9660 /home/fred/something.iso /mnt/iso9660 -ro
-- Hi! I'm a .sig virus! Please copy me to your .sig! so I can spread This E-mail is safe, no Microsoft products were used in creating me!
- Next message: Paul Lutus: "Re: SmartMedia Reader"
- Previous message: ....: "Re: Automatic mount on boot for iso9660 images"
- In reply to: ....: "Re: Automatic mount on boot for iso9660 images"
- Next in thread: Tommy Reynolds: "Re: Automatic mount on boot for iso9660 images"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|