LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-11-2003, 08:57 AM   #1
everythingand2
Member
 
Registered: Oct 2003
Location: Kansas City, MO
Distribution: Slackware 9.1
Posts: 61

Rep: Reputation: 15
Need help mounting floppy drive


I'm having problems mounting my floppy drive. I've searched the forums and tried many different commands but nothing has worked so far. The error I'm receiving is fairly common - "/dev/fd0 is not a valid block device".


Here's what's in my fstab file for my floppy drive:

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


I've tried the following:

mount /mnt/floppy
mount /dev/fd0 mnt/floppy
mount -t msdos /dev/fd0 /mnt/floppy


I DO have a floppy in the drive and I know the floppy drive works. I'm not running a dual boot or anything, strictly linux. Can anyone help? Thanks.

- Brad
 
Old 10-11-2003, 09:33 AM   #2
Shibby
LQ Newbie
 
Registered: Sep 2003
Posts: 27

Rep: Reputation: 15
do u want to acces the drive?

if so right click on the desktop and look for make shortcut for the floopy.

this should get u access to ur floopy drive
 
Old 10-11-2003, 09:35 AM   #3
Y@bon
LQ Newbie
 
Registered: Oct 2003
Posts: 13

Rep: Reputation: 0
Set your line in /etc/fstab (with ,) to :
/dev/fd0 /mnt/floppy auto,noauto,users 0 0

And try 'mount -t vfat /dev/fd0 /mnt/floppy'
 
Old 10-11-2003, 09:46 AM   #4
everythingand2
Member
 
Registered: Oct 2003
Location: Kansas City, MO
Distribution: Slackware 9.1
Posts: 61

Original Poster
Rep: Reputation: 15
Ok, i altered the line in my fstab file and tried your command but it came back with the same error - "/dev/fd0 is not a valid block device".
 
Old 10-11-2003, 09:52 AM   #5
Y@bon
LQ Newbie
 
Registered: Oct 2003
Posts: 13

Rep: Reputation: 0
Then, the filesystem on the floppy disk isn't recognized.
Have you tried with another floppy ?
 
Old 10-11-2003, 10:03 AM   #6
nirvanix
Member
 
Registered: May 2003
Location: Calgary, Canada
Distribution: Arch Linux
Posts: 194

Rep: Reputation: 30
This is probably an obvious question, but did you try to mount it with a floppy already in the drive? A floppy with some readable files on it? I don't believe you can mount it without the media in the drive. Also, does the directory /mnt/floppy exist and you have permissions on it? Same for /dev/fd0 - it's defined in your system and you have permissions?
 
Old 10-11-2003, 10:39 AM   #7
everythingand2
Member
 
Registered: Oct 2003
Location: Kansas City, MO
Distribution: Slackware 9.1
Posts: 61

Original Poster
Rep: Reputation: 15
Yes, I stated above that I do have a floppy in the drive and I'm trying to mount the drive as root so there shouldn't be any permissions problems.

I haven't tried it with another floppy yet because I don't have one handy, but even when attempting to mount the floppy drive light doesn't come on so I don't see how it could be detecting a bad filesystem if it's not even reading the floppy.
 
Old 10-11-2003, 10:48 AM   #8
minio
Member
 
Registered: Sep 2003
Location: Czech Republic - Prague
Distribution: Slackware 9.1
Posts: 61

Rep: Reputation: 15
Are you sure that your floppy is connected as fd0 and not as fd1 or something different?
 
Old 10-11-2003, 10:51 AM   #9
everythingand2
Member
 
Registered: Oct 2003
Location: Kansas City, MO
Distribution: Slackware 9.1
Posts: 61

Original Poster
Rep: Reputation: 15
According to my fstab file it's fd0. Is there a way I can check to see if it's connected as something different?
 
Old 10-11-2003, 11:01 AM   #10
minio
Member
 
Registered: Sep 2003
Location: Czech Republic - Prague
Distribution: Slackware 9.1
Posts: 61

Rep: Reputation: 15
Only way i now is trying mount /dev/fd1 /mnt/floppy and so on.
 
Old 10-11-2003, 11:03 AM   #11
minio
Member
 
Registered: Sep 2003
Location: Czech Republic - Prague
Distribution: Slackware 9.1
Posts: 61

Rep: Reputation: 15
It should be something between fd0 and fd4 (my bet is on fd2 )
 
Old 10-11-2003, 11:11 AM   #12
everythingand2
Member
 
Registered: Oct 2003
Location: Kansas City, MO
Distribution: Slackware 9.1
Posts: 61

Original Poster
Rep: Reputation: 15
I tried fd0 - fd4 and fd1 is the only one that gave a different message...in fact, it didn't give any message at all. I attempted to mount the drive, the cursor went to the next line and just sat...forever.
 
Old 10-11-2003, 12:12 PM   #13
Angelo
Member
 
Registered: Mar 2003
Location: Connecticut
Distribution: Slackware, OpenBSD
Posts: 63

Rep: Reputation: 21
Try doing this: dmesg | grep Floppy


What does it say?
 
Old 10-11-2003, 01:13 PM   #14
everythingand2
Member
 
Registered: Oct 2003
Location: Kansas City, MO
Distribution: Slackware 9.1
Posts: 61

Original Poster
Rep: Reputation: 15
Floppy drive(s): fd0 is 1.44M

So my floppy drive is fd0, but it still doesn't mount for whatever reason.
 
Old 10-11-2003, 03:17 PM   #15
Angelo
Member
 
Registered: Mar 2003
Location: Connecticut
Distribution: Slackware, OpenBSD
Posts: 63

Rep: Reputation: 21
What's on the floppy? Is it formatted? Do you have a /dev/fd0 ?

Can you do: mdir a:

?
 
  


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
mounting floppy drive foliva SUSE / openSUSE 2 09-21-2005 02:24 PM
mounting floppy drive Dogman2 Mandriva 6 03-28-2005 01:36 PM
mounting floppy drive??? SillyLinuxNewb Linux - Laptop and Netbook 1 12-29-2004 04:59 AM
Mounting a floppy drive rhraz Linux - Newbie 4 02-11-2004 12:08 PM
mounting floppy drive Nigel Linux - Hardware 5 12-05-2003 04:44 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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