public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
From: "Thomas Ward" <tward@bright.net>
To: <speakup@braille.uwo.ca>
Subject: Re: location of cdrom
Date: Fri, 14 Dec 2001 20:15:18 -0500	[thread overview]
Message-ID: <002801c18505$f64f3000$0100a8c0@tward> (raw)
In-Reply-To: <000801c184f1$6d27e380$0201a8c0@danny>

[-- Attachment #1: Type: text/plain, Size: 1320 bytes --]

Hi, under Red Hat there is a soft link for the cdrom in /mnt/cdrom.
So for me I type mount /mnt/cdrom and the drive gets loaded.
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.
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.
For me I enter the line:
mount /mnt/zip100.0/
in /etc/rc.local, and my zip drive is always loaded on startup.
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.
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.
For example on my Red Hat box I have an alias line like this:


alias loadfd= 'mount /mnt/floppy/'



  ----- Original Message ----- 
  From: dannyboy 
  To: speakup 
  Sent: Friday, December 14, 2001 5:46 PM
  Subject: location of cdrom


  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?

[-- Attachment #2: Type: text/html, Size: 2829 bytes --]

  parent reply	other threads:[~ UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
 dannyboy
 ` Gregory Nowak
 ` Thomas Ward [this message]
   ` Guy Schlosser
     ` Thomas Ward
 ` Geoff Shang
   ` Shaun Oliver

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='002801c18505$f64f3000$0100a8c0@tward' \
    --to=tward@bright.net \
    --cc=speakup@braille.uwo.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).