LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-19-2002, 09:30 PM   #1
Suspect
Member
 
Registered: May 2002
Posts: 31

Rep: Reputation: 15
c? a:?


can someone tell me why i'm getting an error whenever i try using
A: or CD ROM? or even tell me how to use it.
 
Old 07-19-2002, 11:21 PM   #2
neo77777
LQ Addict
 
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704

Rep: Reputation: 56
Be more specific, what are you trying to do? I suppose you want to access your CD-ROM and floppy and you are trying to use DOS commands - guess what, linux ain't DOS, for linux to see the contents of your CD-ROM you must mount CD-ROM first. Issue as root in Xterm or Konsole or whatever terminal emulation you are using:
mount -tiso9660 /dev/cdrom /mnt/cdrom
for this to work you must make certain that /mnt/cdrom exists on your system and /dev/cdrom is pointing to the actual CD-ROM drive, if you are new to linux I suggest getting a linux book that covers using linux, or search the net for linux to see what it can offer.
 
Old 07-20-2002, 03:39 PM   #3
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
In Linux everything is a file. The same with drives, cdroms, floppies etc. To have access to any of them you need to mount them (using command "mount"). In most modern distros the commend neo7777 gave can be used in simplier form:
mount /mnt/cdrom
for cdrom. After running this commend (from console) you'll have contents of your cdrom into /mnt/cdrom directory. There's also similar command for floppy:
mount /mnt/floppy
 
Old 07-20-2002, 04:09 PM   #4
shoot2kill
Member
 
Registered: Jan 2002
Location: California
Distribution: Red Hat
Posts: 402

Rep: Reputation: 30
Quote:
mount /mnt/cdrom & mount /mnt/floppy
The /etc/fstab also plays a part.
 
Old 07-21-2002, 05:12 AM   #5
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
Quote:
Originally posted by shoot2kill


The /etc/fstab also plays a part.
Right, but in modern distros it's set up by default.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:46 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration