LinuxSA Mailing list archives

Index: [thread] [date] [subject] [author] [stats]
  From: Allan <allan@choska.bold.net.au>
  To  : <linuxsa@linuxsa.org.au>
  Date: Fri, 9 Nov 2001 23:32:04 +1030

Re: Help on Mounting CDROM in RHL7.2

On Fri,  9 Nov 2001 18:34, Chandrasekar V wrote:
> Hi All,
>
> I have installed RedHat Linux 7.2 using the CDRom
> drive. After Installating I am unable to mount any CD.
> If I give the command
> [root@mc5438 /]# mount /mnt/cdrom
> I get a error message as
> mount: /dev/cdrom is not a valid block device.

Which is fair  enough - /mnt/cdrom is a directory, you'll find your block 
devices in the /dev/ directory. For a basic mount command you could try  
something like:

	mount /dev/cdrom /mnt/cdrom

For more information use the following command:

	man mount
and

	man -k mount

could also be of some benefit.

Allan
-- 

-- 
LinuxSA WWW: http://www.linuxsa.org.au/  IRC: #linuxsa on irc.linux.org.au
To unsubscribe from the LinuxSA list:
  mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject


Index: [thread] [date] [subject] [author] [stats]
Return to the LinuxSA Mailing List Information Page