Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
10-11-2003, 08:57 AM
|
#1
|
Member
Registered: Oct 2003
Location: Kansas City, MO
Distribution: Slackware 9.1
Posts: 61
Rep:
|
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
|
|
|
10-11-2003, 09:33 AM
|
#2
|
LQ Newbie
Registered: Sep 2003
Posts: 27
Rep:
|
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
|
|
|
10-11-2003, 09:35 AM
|
#3
|
LQ Newbie
Registered: Oct 2003
Posts: 13
Rep:
|
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'
|
|
|
10-11-2003, 09:46 AM
|
#4
|
Member
Registered: Oct 2003
Location: Kansas City, MO
Distribution: Slackware 9.1
Posts: 61
Original Poster
Rep:
|
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".
|
|
|
10-11-2003, 09:52 AM
|
#5
|
LQ Newbie
Registered: Oct 2003
Posts: 13
Rep:
|
Then, the filesystem on the floppy disk isn't recognized.
Have you tried with another floppy ?
|
|
|
10-11-2003, 10:03 AM
|
#6
|
Member
Registered: May 2003
Location: Calgary, Canada
Distribution: Arch Linux
Posts: 194
Rep:
|
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?
|
|
|
10-11-2003, 10:39 AM
|
#7
|
Member
Registered: Oct 2003
Location: Kansas City, MO
Distribution: Slackware 9.1
Posts: 61
Original Poster
Rep:
|
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.
|
|
|
10-11-2003, 10:48 AM
|
#8
|
Member
Registered: Sep 2003
Location: Czech Republic - Prague
Distribution: Slackware 9.1
Posts: 61
Rep:
|
Are you sure that your floppy is connected as fd0 and not as fd1 or something different?
|
|
|
10-11-2003, 10:51 AM
|
#9
|
Member
Registered: Oct 2003
Location: Kansas City, MO
Distribution: Slackware 9.1
Posts: 61
Original Poster
Rep:
|
According to my fstab file it's fd0. Is there a way I can check to see if it's connected as something different?
|
|
|
10-11-2003, 11:01 AM
|
#10
|
Member
Registered: Sep 2003
Location: Czech Republic - Prague
Distribution: Slackware 9.1
Posts: 61
Rep:
|
Only way i now is trying mount /dev/fd1 /mnt/floppy and so on.
|
|
|
10-11-2003, 11:03 AM
|
#11
|
Member
Registered: Sep 2003
Location: Czech Republic - Prague
Distribution: Slackware 9.1
Posts: 61
Rep:
|
It should be something between fd0 and fd4 (my bet is on fd2 )
|
|
|
10-11-2003, 11:11 AM
|
#12
|
Member
Registered: Oct 2003
Location: Kansas City, MO
Distribution: Slackware 9.1
Posts: 61
Original Poster
Rep:
|
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.
|
|
|
10-11-2003, 12:12 PM
|
#13
|
Member
Registered: Mar 2003
Location: Connecticut
Distribution: Slackware, OpenBSD
Posts: 63
Rep:
|
Try doing this: dmesg | grep Floppy
What does it say?
|
|
|
10-11-2003, 01:13 PM
|
#14
|
Member
Registered: Oct 2003
Location: Kansas City, MO
Distribution: Slackware 9.1
Posts: 61
Original Poster
Rep:
|
Floppy drive(s): fd0 is 1.44M
So my floppy drive is fd0, but it still doesn't mount for whatever reason.
|
|
|
10-11-2003, 03:17 PM
|
#15
|
Member
Registered: Mar 2003
Location: Connecticut
Distribution: Slackware, OpenBSD
Posts: 63
Rep:
|
What's on the floppy? Is it formatted? Do you have a /dev/fd0 ?
Can you do: mdir a:
?
|
|
|
All times are GMT -5. The time now is 07:38 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|