Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
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.
|
 |
01-26-2002, 03:54 PM
|
#1
|
LQ Newbie
Registered: Dec 2001
Posts: 12
Rep:
|
mount: /dev/fd0 is not a valid block device
Hi all,
I am using RH6.1 when i try to mount floppy i get the above mentioned error message.
/etc/fstab seems to be ok
/dev/fd0 /mnt/floppy ext2 user,noauto 0 0
I searched google and couldnt fix that with what i learnt there. what is the reason for getting that.
i see many people having the same prob with cdrom
Also i have another problem
when i try to mount cdrom i get no medium found.
even there i made sure there is /mnt/cdrom exists
and /etc/fstab is ok.
Also when i try to see what is going on in /var/log/messages it says permission denied.
I dont see any specific messages in there( after logging as root)about mounting cdrom or floppy. whether i am fine or have some trouble.
can sb. help me out pl.
ns
|
|
|
01-26-2002, 04:26 PM
|
#2
|
Member
Registered: Jan 2002
Location: Cheyenne Wyoming
Distribution: Debian/Raspbian/Mint
Posts: 717
Rep:
|
what kind of floppy? dos or linux?
"mount -t msdos /dev/fd0 /mnt/floppy"
"mount -t vfat /dev/fd0 /mnt/floppy"
"mount -t iso9660 /dev/cdrom /mnt/cdrom"
Try those as root
|
|
|
01-27-2002, 05:53 AM
|
#3
|
Senior Member
Registered: Dec 2000
Location: Gothenburg, SWEDEN
Distribution: OpenSUSE 10.3
Posts: 1,028
Rep:
|
I don't know if Red Hat's kernel supports auto detection of file system but you could try to edit your fstab for floppy, replace ext2 with auto.
If the kernel supports it then the system will try to figure out if the disk is formated for dos or for linux.
|
|
|
01-28-2002, 12:58 PM
|
#4
|
LQ Newbie
Registered: Dec 2001
Posts: 12
Original Poster
Rep:
|
Reg. Hanzerik
I tried what hanzerik said,
for mount -t vfat /dev/fd0 /mnt/floppy
mount: wrong fs type, bad option, bad superblock on /dev/fd0,
or too many mounted file systems
for mount -t iso9660 /dev/cdrom /mnt/cdrom
mount: block device /dev/cdrom is write-protected, mounting read-only
mount: No medium found
|
|
|
03-23-2002, 06:47 PM
|
#5
|
Member
Registered: Mar 2002
Location: Victoria, BC, Canada
Distribution: None (www.linuxfromscratch.org)
Posts: 103
Rep:
|
you can't mount a drive if you don't have a disk in it.
|
|
|
09-23-2004, 03:13 PM
|
#6
|
LQ Newbie
Registered: Jul 2004
Posts: 4
Rep:
|
Check to make sure that you've built the floppy drive into your kernel and not that you've loaded it as a module... I did the same thing... You'll have to recompile the kernel but that's not a hard process...
Oh and my /etc/fstab file line looks like this.
/dev/fd0 /mnt/floppy msdos noauto,user 0 0
Last edited by kan4132; 09-23-2004 at 03:16 PM.
|
|
|
All times are GMT -5. The time now is 04:27 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
|
|