<html>
How would you do this under Debian?  I looked for rc.local, and
don't seem to have one.  I have an NTFS partition that I would like
to have mounted everytime I boot into Linux.<br><br>
Thanks,<br><br>
<br>
Guy<br>
At 08:15 PM 12/14/2001 -0500, you wrote:<br>
<blockquote type=cite class=cite cite><font face="arial" size=2>Hi, under
Red Hat there is a soft link for the cdrom in /mnt/cdrom.</font><br>
<font face="arial" size=2>So for me I type mount /mnt/cdrom and the drive
gets loaded.</font><br>
<font face="arial" size=2>The easiest whay to know where your cdrom is to
see if it is on the primary or secondary controler. Typically, the cdrom
is the first drive on the secondary controler which is
/dev/hdc.</font><br>
<font face="arial" size=2>If you want a drive such as a zip to
automatically mount on startup add it to your /etc/rc.local file if using
Red Hat.</font><br>
<font face="arial" size=2>For me I enter the line:</font><br>
<font face="arial" size=2>mount /mnt/zip100.0/</font><br>
<font face="arial" size=2>in /etc/rc.local, and my zip drive is always
loaded on startup.</font><br>
<font face="arial" size=2>However, something like a floppy isn't good to
load on startup, because it is unlikely there is a floppy in the drive on
startup as with my zip drive.</font><br>
<font face="arial" size=2>What you might do is create an alias in your
/etc/bashrc file called floppy, and type that command and it will mount
it for you.</font><br>
<font face="arial" size=2>For example on my Red Hat box I have an alias
line like this:</font><br>
 <br>
 <br>
<font face="arial" size=2>alias loadfd= 'mount /mnt/floppy/'</font><br>
 <br>
 <br>
 <br>
<blockquote type=cite class=cite cite>----- Original Message ----- <br>
<b>From:</b> <a href="mailto:dannyboy@pobox.com">dannyboy</a> <br>
<b>To:</b> <a href="mailto:speakup@braille.uwo.ca">speakup</a> <br>
<b>Sent:</b> Friday, December 14, 2001 5:46 PM<br>
<b>Subject:</b> location of cdrom<br><br>
<font face="arial" size=2>My floppy is /dev/fd0 and the hard drive's
linux is on /dev/hda5.  How is a cdrom accessed with linux?  Do
I need to mount that drive?  Is there a way to fix it so I do not
have to mount the floppy after logging on all the
time?</font></blockquote></blockquote></html>