Debian This forum is for the discussion of Debian 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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
07-12-2007, 04:46 PM
|
#1
|
|
Senior Member
Registered: Dec 2005
Location: London, ON, Canada
Distribution: Arch, Ubuntu, Slackware, OpenBSD, FreeBSD
Posts: 1,853
Rep:
|
Creating A New Device Node/Not A Valid Block Device
I didn't realize it until now, but when I installed Debian, it didn't recognize my 3.5" floppy drive.
I know this drive works, as it's recognized in the Windows XP part of my dual-boot situation.
This issue first became a problem when I tried to format a diskette, and check its contents before doing so. No matter which set of options I set with mount, mount still gave me an error. I quickly grepped an ls of /dev, and that's when it was confirmed: there was no /dev/fd0 node.
So, I created the node:
Code:
# mknod /dev/fd0 b 2 0
Tried mounting it again (as root and as a normal user), and still nothing.
Any ideas as to what the cause of all this could be? Before anyone suggests it, all the cables are in snugly.
|
|
|
|
07-12-2007, 05:16 PM
|
#2
|
|
Senior Member
Registered: Dec 2005
Posts: 1,632
Rep: 
|
Did you update /etc/fstab as well? Otherwise the kernel won't know where to mount the new node 
|
|
|
|
07-12-2007, 09:10 PM
|
#3
|
|
Senior Member
Registered: Dec 2005
Location: London, ON, Canada
Distribution: Arch, Ubuntu, Slackware, OpenBSD, FreeBSD
Posts: 1,853
Original Poster
Rep:
|
Yup yup - it's updated.
Me making the /etc/fstab entry was what led me to discovering I didn't have a node for my floppy drive, in the first place!
|
|
|
|
07-13-2007, 05:01 AM
|
#4
|
|
Senior Member
Registered: Sep 2005
Location: Out
Posts: 3,307
Rep:
|
Is the module floppy and ide_floppy loaded?
Code:
mknod /dev/fd0 b 2 0
Now debian uses udev so this will vanish after reboot.
|
|
|
|
07-13-2007, 02:07 PM
|
#5
|
|
Senior Member
Registered: Dec 2005
Location: London, ON, Canada
Distribution: Arch, Ubuntu, Slackware, OpenBSD, FreeBSD
Posts: 1,853
Original Poster
Rep:
|
Those modules are loaded.
But the floppy drive is still not being recognized.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 07:17 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
|
|