LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-06-2003, 01:24 AM   #1
bmike1
Member
 
Registered: Jul 2003
Posts: 133

Rep: Reputation: 15
CD Rom and floppy


I am having difficulties withy the two. The system will not even access the drives. I tried through the GUI (there isn't a GUI for th CD) and I tried manually. Could ya all help? When I try to mount either it says:
root@bmike1:/mnt# mount /mnt/floppy
mount: can't find /mnt/floppy in /etc/fstab or /etc/mtab
root@bmike1:/mnt# mount /mnt/cdrom
mount: can't find /mnt/cdrom in /etc/fstab or /etc/mtab
root@bmike1:/mnt#

But it is in fstab:

# /etc/fstab: filesystem table.
#
# filesystem mountpoint type options dump pass
/dev/cdrom /cdrom iso9660 defaults,ro,user,noexec,noauto 0 0
/dev/fd0 /floppy vfat defaults,user,auto,showexec,umask=022 0 0
/dev/hda1 /mnt/hda1 vfat defaults,users,exec,umask=000,uid=knoppix,gid=knoppix 0
0
/dev/hda5 / ext3 defaults,errors=remount-ro 0 1
/dev/sda5 /mnt/sda5 ext3 defaults,users,exec 0 2
/dev/sda6 /mnt/sda6 ext3 defaults,users,exec 0 2
/dev/sda1 swap swap noauto 0 0
proc /proc proc defaults 0 0
/etc/fstab (END)

So what am i doing wrong?
 
Old 08-06-2003, 01:30 AM   #2
slakmagik
Senior Member
 
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113

Rep: Reputation: Disabled
You're either missing the /mnt part of the path in your fstab or issuing the command with an unneeded /mnt, depending on how your directories are actually laid out.
 
Old 08-06-2003, 01:33 AM   #3
moses
Senior Member
 
Registered: Sep 2002
Location: Arizona, US, Earth
Distribution: Slackware, (Non-Linux: Solaris 7,8,9; OSX; BeOS)
Posts: 1,152

Rep: Reputation: 50
It's not in /etc/fstab. If you read the error message carefully, you'll see that it's looking for /mnt/floppy. Since you don't specify a device/filesystem to mount on /mnt/floppy, mount looks in /etc/fstab for some hints as to what you really want. It doesn't find any there, so it checks /etc/mtab, and can't find anything in there either. What it's doing is, "what you tell me to do, not what you want me to do." You need to either 1) change the /etc/fstab line from /floppy to /mnt/floppy or change your mount command from /mnt/floppy to /floppy (make sure that mount point exists).

[edit]damn! too slow

Last edited by moses; 08-06-2003 at 01:34 AM.
 
Old 08-06-2003, 01:53 AM   #4
bmike1
Member
 
Registered: Jul 2003
Posts: 133

Original Poster
Rep: Reputation: 15
Thanks gentlemen for the help. That did it! Now do you have any idea how to attach it to the 'Floppy disk' icon?

Moses, I just noticed that you are in Arizona. So am I! I live in Mesa near Southern and Center.

Last edited by bmike1; 08-06-2003 at 01:57 AM.
 
Old 08-06-2003, 08:58 AM   #5
bmike1
Member
 
Registered: Jul 2003
Posts: 133

Original Poster
Rep: Reputation: 15
Never mind. To solve the second part of the problem I just dragged new links onto the desktop.
 
Old 08-06-2003, 10:23 AM   #6
moses
Senior Member
 
Registered: Sep 2002
Location: Arizona, US, Earth
Distribution: Slackware, (Non-Linux: Solaris 7,8,9; OSX; BeOS)
Posts: 1,152

Rep: Reputation: 50
I'm in Tucson.

What DE do you use, for others' reference?
 
Old 08-06-2003, 04:39 PM   #7
bmike1
Member
 
Registered: Jul 2003
Posts: 133

Original Poster
Rep: Reputation: 15
I an assuming that 'DE' means 'desktop environment when I say that I use KDE.
 
Old 08-07-2003, 12:14 AM   #8
moses
Senior Member
 
Registered: Sep 2002
Location: Arizona, US, Earth
Distribution: Slackware, (Non-Linux: Solaris 7,8,9; OSX; BeOS)
Posts: 1,152

Rep: Reputation: 50
Yup.
 
Old 08-07-2003, 12:50 AM   #9
mking007
Member
 
Registered: Jul 2003
Location: China
Distribution: Red Hat, SuSE and Novell Linux Desktop
Posts: 96

Rep: Reputation: 15
if u want to add a floppy or cd-rom to your desktop, click right botton and sellect "add a new disk" or "add new cd/dvd-rom"
and to be sure u have added the floppy and cd-rom into your fstab file correctly.
 
Old 08-07-2003, 12:53 AM   #10
mking007
Member
 
Registered: Jul 2003
Location: China
Distribution: Red Hat, SuSE and Novell Linux Desktop
Posts: 96

Rep: Reputation: 15
and u can mount them manually by this command if u haven't add them to your fstab files:

for cd-rom

mount /dev/cdrom /mnt/cdrom
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
permission denied! floppy cd-rom dvd-rom HELP! OMEGA-DOOM Linux - Software 17 10-15-2004 05:40 PM
CD Rom & Floppy Mounting harley51 Debian 4 08-29-2004 04:28 PM
Cd-Rom nor Floppy are Mounting vi0lat0r Linux - Hardware 2 03-22-2004 07:12 AM
how to add cd-rom, dvd-rom, floppy, hard disk icons on gnome desktop? spyghost Linux - Software 6 09-21-2003 05:44 PM
mounting cd-rom and floppy drives leeman_s Slackware 2 08-01-2003 02:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 08:57 AM.

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