LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-21-2003, 01:02 PM   #1
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Rep: Reputation: 30
Floppy


I use Rh9 and need to view what is on a floppy but when I pop the floppy in the drive it says:
mount: can't find /mnt/floppy in /etc/fstab or /etc/mtab

what can I d oto fix this?
 
Old 07-21-2003, 01:07 PM   #2
jpbarto
Senior Member
 
Registered: Mar 2003
Location: Pittsburgh, PA
Distribution: Gentoo / NetBSD
Posts: 1,251

Rep: Reputation: 45
command:
mount /dev/fd0 /mnt/floppy

then add a line such as this to /etc/fstab

/dev/fd0 /mnt/floppy auto default,users 0 0

(although... RH9 SHOULD have put this line in /etc/fstab)
 
Old 07-21-2003, 01:09 PM   #3
quip
Member
 
Registered: Jun 2003
Distribution: Slackware
Posts: 100

Rep: Reputation: 15
Is there an entry for your floppy in /etc/fstab?
Should be something like

none /mnt/floppy supermount dev=/dev/fd0,fs=auto,--,iocharset=iso8859-1,sync,codepage=850,umask=0 0 0
 
Old 07-21-2003, 01:27 PM   #4
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by jpbarto


/dev/fd0 /mnt/floppy auto default,users 0 0

^that line?
 
Old 07-21-2003, 01:29 PM   #5
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
well there is no entry for a floppy drive
 
Old 07-21-2003, 01:40 PM   #6
jpbarto
Senior Member
 
Registered: Mar 2003
Location: Pittsburgh, PA
Distribution: Gentoo / NetBSD
Posts: 1,251

Rep: Reputation: 45
there should be some sort of line in /etc/fstab that mentions /mnt/floppy (either the one I posted or the one that quip posted (quip's is more the Redhat style of entry though; so its what I would expect to see)).

If there isn't then just add it (again I would go with quip's entry instead of mine so that supermount will work with it.
 
Old 07-21-2003, 01:49 PM   #7
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
his whole line of suggestion?
 
Old 07-21-2003, 01:50 PM   #8
jpbarto
Senior Member
 
Registered: Mar 2003
Location: Pittsburgh, PA
Distribution: Gentoo / NetBSD
Posts: 1,251

Rep: Reputation: 45
this line

none /mnt/floppy supermount dev=/dev/fd0,fs=auto,--,iocharset=iso8859-1,sync,codepage=850,umask=0 0 0

as it is probably cut / pasted right out of his /etc/fstab... whaddya say quip... is that cut / paste from a Redhat /etc/fstab?
 
Old 07-21-2003, 01:53 PM   #9
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
how do I gin permission to save it? cuz it says somethin about not havin enough permission to save it
 
Old 07-21-2003, 02:02 PM   #10
jpbarto
Senior Member
 
Registered: Mar 2003
Location: Pittsburgh, PA
Distribution: Gentoo / NetBSD
Posts: 1,251

Rep: Reputation: 45
edit it as root
 
Old 07-21-2003, 02:12 PM   #11
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
well is that it or not?
 
Old 07-21-2003, 03:09 PM   #12
quip
Member
 
Registered: Jun 2003
Distribution: Slackware
Posts: 100

Rep: Reputation: 15
Just checked back; damn, keep your pants on. Yes, it came straight outta my fstab, cut and pasted. It includes the supermount and came from Mandrake 9.1, so it should be good to go for ya.
 
Old 07-21-2003, 03:10 PM   #13
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
I did that and it started to open it but then it said mount: mount point /mnt/floppy does not exist. now wut do I do?
 
Old 07-21-2003, 03:16 PM   #14
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
I even tried jpbarto's way and when I tried to go t ofloppy it said that I must specify the filesystem type
 
Old 07-21-2003, 03:22 PM   #15
jpbarto
Senior Member
 
Registered: Mar 2003
Location: Pittsburgh, PA
Distribution: Gentoo / NetBSD
Posts: 1,251

Rep: Reputation: 45
Quote:
Originally posted by SnowSurfAir
I did that and it started to open it but then it said mount: mount point /mnt/floppy does not exist. now wut do I do?
that means the directory /mnt/floppy does not exist.

you can create it with

mkdir /mnt/floppy (execute as root)

then try quip's /etc/fstab line again.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Floppy problem: inable to find floppy vasanthraghavan Linux - Hardware 1 07-03-2005 09:34 PM
Just installed Fedora, fatal error when it looks for floppy, i have no floppy Zieroth Linux - Software 18 07-19-2004 06:42 PM
Debian Woody floppy install problems with ATAPI floppy jturnicate Linux - Newbie 0 02-17-2004 09:45 AM
Internal floppy to USB Floppy kbvaldez Linux - Newbie 0 08-21-2003 11:11 AM
Floppy disk fail to boot when install suse 8 with boot from floppy ffang Linux - Newbie 0 08-18-2003 08:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:30 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