* location of cdrom
@ dannyboy
` Gregory Nowak
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: dannyboy @ UTC (permalink / raw)
To: speakup
[-- Attachment #1: Type: text/plain, Size: 230 bytes --]
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: 559 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: location of cdrom
location of cdrom dannyboy
@ ` Gregory Nowak
` Thomas Ward
` Geoff Shang
2 siblings, 0 replies; 7+ messages in thread
From: Gregory Nowak @ UTC (permalink / raw)
To: speakup
Type:
"dmesg |more"
without the quotes.
Look at the resulting output to see what your cd-rom drive is.
Here's an example from my main box.
hda: FUJITSU MPD3064AT, ATA DISK drive
hdb: Hewlett-Packard CD-Writer Plus 9100, ATAPI CD/DVD-ROM drive
hdc: IOMEGA ZIP 250 ATAPI, ATAPI FLOPPY drive
hde: FUJITSU MPF3204AT, ATA DISK drive
In the above, hdb is my cd-rom drive
before the ide-scsi emulation driver starts on my system.
hdx would probably be where your drive is. Hth.
Greg
On Fri, Dec 14, 2001 at 05:46:47PM -0500, dannyboy wrote:
> 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?
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: location of cdrom
location of cdrom dannyboy
` Gregory Nowak
@ ` Thomas Ward
` Guy Schlosser
` Geoff Shang
2 siblings, 1 reply; 7+ messages in thread
From: Thomas Ward @ UTC (permalink / raw)
To: speakup
[-- 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 --]
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: location of cdrom
` Thomas Ward
@ ` Guy Schlosser
` Thomas Ward
0 siblings, 1 reply; 7+ messages in thread
From: Guy Schlosser @ UTC (permalink / raw)
To: speakup
[-- Attachment #1: Type: text/plain, Size: 1622 bytes --]
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.
Thanks,
Guy
At 08:15 PM 12/14/2001 -0500, you wrote:
>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: <mailto:dannyboy@pobox.com>dannyboy
>>To: <mailto:speakup@braille.uwo.ca>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: 2308 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: location of cdrom
location of cdrom dannyboy
` Gregory Nowak
` Thomas Ward
@ ` Geoff Shang
` Shaun Oliver
2 siblings, 1 reply; 7+ messages in thread
From: Geoff Shang @ UTC (permalink / raw)
To: speakup
On Fri, 14 Dec 2001, dannyboy wrote:
> 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?
To answer your auto-mounting question, you place an entry in /etc/fstab.
This will also allow you to type for example:
mount /floppy
Here is my floppy drive's entry in my fstab:
/dev/fd0 /floppy msdos defaults,noauto 0 0
the noauto tells linux not to mount it automatically. If you want it to
mount automatically, remove the noauto specification. Keep in mind however
that you may not have a floppy disk in the drive and I don't know what
happens if it tries to automatically mount a disk that's not there.
?For more info on fstab,type 'man fstab'.
Geoff.
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: location of cdrom
` Geoff Shang
@ ` Shaun Oliver
0 siblings, 0 replies; 7+ messages in thread
From: Shaun Oliver @ UTC (permalink / raw)
To: speakup
it'll just complain about not having a disk in the drive and refuse to
mount
On Sun, 16 Dec 2001, Geoff Shang wrote:
> On Fri, 14 Dec 2001, dannyboy wrote:
>
> > 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?
>
> To answer your auto-mounting question, you place an entry in /etc/fstab.
> This will also allow you to type for example:
>
> mount /floppy
>
> Here is my floppy drive's entry in my fstab:
>
> /dev/fd0 /floppy msdos defaults,noauto 0 0
>
> the noauto tells linux not to mount it automatically. If you want it to
> mount automatically, remove the noauto specification. Keep in mind however
> that you may not have a floppy disk in the drive and I don't know what
> happens if it tries to automatically mount a disk that's not there.
>
> ?For more info on fstab,type 'man fstab'.
>
> Geoff.
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
location of cdrom dannyboy
` Gregory Nowak
` Thomas Ward
` Guy Schlosser
` Thomas Ward
` Geoff Shang
` Shaun Oliver
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).