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 |
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.
|
|
11-26-2002, 07:58 PM
|
#1
|
LQ Newbie
Registered: Nov 2002
Distribution: SuSE Linux 8.1 Professional
Posts: 23
Rep:
|
mount /dev/fd0 is not a valid block device
I keep getting
mount /dev/fd0 is not a valid block device
when I try mount my floppy ... the floppy drive works
when I am running windows xp on the same box.
None of the other posts helped me.
cheers
Scott
|
|
|
11-26-2002, 08:57 PM
|
#2
|
Senior Member
Registered: Apr 2001
Location: Perry, Iowa
Distribution: Mepis , Debian
Posts: 2,692
Rep:
|
try mount /media/floppy
|
|
|
11-26-2002, 11:07 PM
|
#3
|
Member
Registered: Mar 2002
Distribution: Slackware Current
Posts: 99
Rep:
|
Are you trying to mount a floppy after formatting it? If so,you need to create a filesystem on it,man mke2fs.Is your floppy set to auto in /etc/fstab?
Last edited by Hitokiri_X; 11-26-2002 at 11:13 PM.
|
|
|
11-27-2002, 12:51 PM
|
#4
|
LQ Newbie
Registered: Nov 2002
Distribution: SuSE Linux 8.1 Professional
Posts: 23
Original Poster
Rep:
|
try mount /media/floppy DOES NOT WORK
try mount /media/floppy DOES NOT WORK
I still get /dev/fd0 is not a valid block device
I looked in /etc/fstab and saw the following but don't know
what it means. I have not done any formatting. I can not even
cd /dev/fd0...
/dev/fd0 /media/floppy auto noauto,user,sync 0 0
cheers
scott
|
|
|
11-28-2002, 10:27 AM
|
#5
|
LQ Newbie
Registered: Nov 2002
Posts: 6
Rep:
|
try mount /media/floppy DOES NOT WORK
I still get /dev/fd0 is not a valid block device
I looked in /etc/fstab and saw the following but don't know
what it means. I have not done any formatting. I can not even
cd /dev/fd0...
/dev/fd0 /media/floppy auto noauto,user,sync 0 0
i am a newbie to linux too, i don't know what the error msg mean
but i do know what the entries in fstab mean
/dev/fd0 - the device, i used the same one for my floppy
/media/floppy - is the directory you are mounting to, make sure this directory exists
auto - is the 3rd entry which specifies the file system type, leave it as it is for floppy
noauto,user,sync - is some mount options, noauto says that this device is not mounted automatically when linux boots
the last 2 entries " 0 0 ", just leave it as it is
|
|
|
06-18-2003, 10:08 AM
|
#6
|
LQ Newbie
Registered: Jun 2003
Location: London, UK
Posts: 2
Rep:
|
Dude, make sure the floppy is in the drive when you run the command
mount /mnt/floppy
also remember, when you have finished using the floppy to close any open files and cd to another directory and unmount the floppy with
umount /mnt/floppy
keep trying.....
|
|
|
06-19-2003, 03:31 AM
|
#7
|
LQ Newbie
Registered: Jun 2003
Location: Malaysia - Kuantan
Posts: 7
Rep:
|
I have the same problem once I install my Redhat 8.0. I don't have floppy but only CD-ROM and CD-RW. My floppy doesn't exist.
And I also follow the advices from here. But failed. It said it cannot mount, or no media, even I insect my floppy.
I really need helps! Please.
|
|
|
06-19-2003, 04:31 AM
|
#8
|
LQ Newbie
Registered: Jun 2003
Location: London, UK
Posts: 2
Rep:
|
Anthony, what is it that you are trying to do?
|
|
|
06-21-2003, 01:46 PM
|
#9
|
LQ Newbie
Registered: Jun 2003
Location: Malaysia - Kuantan
Posts: 7
Rep:
|
To access my floppy drive!
|
|
|
06-21-2003, 02:37 PM
|
#10
|
LQ Guru
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522
Rep:
|
is the device ur accessing fdo only,i also had the problem with my hdd,i tried /dev/hda instead it was /dev/hdb ie it was primary slave
|
|
|
06-22-2003, 02:38 AM
|
#11
|
LQ Newbie
Registered: Jun 2003
Location: Malaysia - Kuantan
Posts: 7
Rep:
|
Wasn't there should be /dev/hda1 or /dev/hda2 ?
The problem is, once I installed my Redhat linux 8.0, it don't have floppy installed. Then I have to figure out how to access the floppy. But I 'm a newbie. So I don't know how. I know how to access my Windows XP C: D: E: F: and G:. But I don't know how to get my floppy.
|
|
|
06-22-2003, 03:05 AM
|
#12
|
Member
Registered: Jun 2003
Location: Austin,TX most of the year...in Euless,TX the rest of it
Distribution: RH 9.0
Posts: 154
Rep:
|
I'm not sure exactly what command you typed in to try and mount your floppy...but this is how I mount mine:
1)Login as root
2) type in cd /mnt to go to your mnt directory
3) type in "ls"(w/o the quotes...this lists the directories and/or files under /mnt)
4)if you dont see a directory called "floppy".....make this directory by performing this command---> mkdir floppy
5)Now try this command --> mount /dev/fd0 /mnt/floppy(this command specifies the device-name and then the mount point, in other words, it puts whatever is on your floppy in the directory /mnt/floppy
6) Look in the /mnt/floppy directory and see if whatever is on your floppy is in the directory...use the "ls" command to do this
I'm assuming that type of error message you got comes up when the floppy isn't in the drive....Another place to look regarding your floppy drive is going to the /etc/fstab file.....just do a "cd /etc"....then a "vi fstab"(w/o the quotes)....look in there and see if you see something like this....
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0
If you see that, your floppy has already been recognized and your problem is with the command that you are executing when trying to mount the floppy. Well, good luck with it...post if you have any more questions regarding what I said above..hopefully this helped out.
-Keerthan
|
|
|
07-31-2003, 07:27 AM
|
#13
|
LQ Newbie
Registered: Jul 2003
Distribution: Suse Pro 8.2
Posts: 1
Rep:
|
dur.................how humbling
Although, if you dual boot, and the drive works fine in windoze, you wouldn't have the same problem as I had minutes ago, I post my solution anyway.
It seems the "not a valid block device" error can result from having the drive plugged in backwards....whoops!
Although I am no computer guru, and new to Linux, I was not the fool this infernal machine was making me out to be.
So, if you find yourself, like me, wrestling with an uncooperative floppy in the wee hours of the morning....grab a screwdriver and make sure the colored side of the connecting ribbon is aligned to the same number on the mobo and the drive.
Yikes, I burned the midnight oil on this blunder, time for bed!
|
|
|
All times are GMT -5. The time now is 09:27 PM.
|
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
|
|