LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-02-2004, 04:27 PM   #1
Paul6253
LQ Newbie
 
Registered: Sep 2003
Posts: 7

Rep: Reputation: 0
cannot mount floppy


I dunno what the deal is...

paul@box:~$ sudo mount /dev/fd0 FLOPPY/ 2> floppyerr
Password:
paul@box:~$ cat floppyerr
mount: error while guessing filesystem type
mount: /dev/fd0 is not a block device (maybe try `-o loop'?)

dd direct to floppy sectors works fine and
drive works fine in windows,
so that kinda ruled out hardware issues

The same command executed under a Live run of Knoppix ( booted from cd)
works fine ...
so that leads me to a system problem, possible a configuration ???

Thankyou for any help
regards,

-paul-
 
Old 12-02-2004, 04:45 PM   #2
bigrigdriver
LQ Addict
 
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908

Rep: Reputation: 356Reputation: 356Reputation: 356Reputation: 356
What does the /dev/fd0 line look like in your /etc/fstab?
 
Old 12-02-2004, 08:04 PM   #3
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
try specifying the filesystem.. like: mount -t vfat /dev/fd0 /FLOPPY, for example...
 
Old 12-02-2004, 08:35 PM   #4
cyber-worx
Member
 
Registered: May 2004
Location: England / Switzerland
Distribution: Gentoo, Ubuntu, Debian, Slackware
Posts: 138

Rep: Reputation: 15
When i was doing a bit of messing around with floppies i found that in many implementations the fd0 devices is only the kernels best guess at what the disk is, ie, you might need to access the correct type of floppy:
eg:/dev/fd0u144 for a normal 1.44mb disk.

Hope this helps.
 
Old 12-03-2004, 05:39 PM   #5
Paul6253
LQ Newbie
 
Registered: Sep 2003
Posts: 7

Original Poster
Rep: Reputation: 0
bigrigdriver--

here's my fstab:

thanks for any clues

# /etc/fstab: filesystem table.
#
# filesystem mountpoint type options dump pass
/dev/hda5 / ext2 defaults,errors=remount-ro 0 1
/dev/hda6 none swap sw 0 0
proc /proc proc defaults 0 0
/dev/fd0 /floppy vfat defaults,user,noauto,showexec,umask=022 0 0
/dev/cdrom /cdrom iso9660 defaults,ro,user,noexec,noauto 0 0
# partitions found by Knoppix
#/dev/hda1 /mnt/hda1 vfat noauto,users,exec,umask=000,uid=knoppix,gid=knoppix 0 0
/dev/hda2 /mnt/hda2 ntfs noauto,user,exec,rw,uid=knoppix,gid=knoppix 0 0
#/dev/hda5 /mnt/hda5 ext2 noauto,users,exec 0 0
 
Old 12-04-2004, 09:02 AM   #6
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,137
Blog Entries: 6

Rep: Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826
Your fstab says
/dev/fd0 /floppy vfat


usually a floppy will be mounted something like

/dev/fd0 /mnt/floppy vfat auto users.......ect.

auto if you want it to mount automatically
users if you want any user to mount it.
noauto if you don't want it auto mounted
ro for read only

If you want to mount it manually then something like

Make sure that the directory where you want to mount it exists
mkdir /mnt/floppy for example

mount -t /dev/fd0 /mnt/floppy vfat auto users .....etc.

Read the man pages for mount
man mount
mount --help
 
  


Reply



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
Why can't I mount a floppy!? Talon107 Linux - Newbie 11 08-03-2004 05:09 AM
how to mount a floppy bosewicht Linux - Newbie 4 02-27-2004 02:17 PM
Mount a floppy? bolinux Linux - General 5 10-24-2003 04:08 PM
mount floppy cmack Slackware 5 08-06-2003 01:35 AM
can't mount floppy loganwva Linux - General 7 08-18-2001 11:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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