Results 1 to 9 of 9

Thread: Cannot access FLOPPY

  1. #1
    Senior Member registered user
    Join Date
    Feb 2004
    Posts
    237

    Cannot access FLOPPY

    Hello all.....I have not been able to use my floppy drive since my last installation of Knoppix. I didnt do anything different as far as I know. I cannot mount it, cause i get an error. I checked a few config files that were suggested and tried different lines but it is no use. If i put a floppy in drive and try to open it, it seems to show that it is open but nothing is on disk. I compared config files to my desktop, which has a perfectly operating mountable floppy drive and the files are the SAME! What am i missing here? Is there some other way to check the floppy? I have resorted to copying things from writable cd's. Its a waste of a cd most of the time if all i want to do is copy a wallpaper or some thing little so i usually just dont add anything unless i have to. I have tried creating another floppy icon for desktop, but it behaves the same way and is not mountable. The mount option is there when you right click but it comes back with the same error. My CD rom seems to work all the time just right. And I can access the HDD no prob. Just that miserable floppy!!!!! If anyone can make any more suggestions that would be great...bob

  2. #2
    Senior Member
    Join Date
    Nov 2003
    Location
    Copenhagen, Denmark
    Posts
    163

    Hardware specification

    Please list all your hardware for further analysis.

  3. #3
    Senior Member registered user
    Join Date
    Feb 2004
    Posts
    237

    hardware list

    Hi Snowflake....here is what I have:

    Compaq Presario 1247 Laptop
    4gig HDD
    CD rom
    Floppy drive
    400MHZ cpu
    158MB RAM
    Slots for PCMCIA cards...not used though
    56K internal modem....dont need to use it.
    1 USB port
    1 ps/2 mouse (sometimes use)
    touchpad

    Thats about it right here......bob

  4. #4
    Senior Member registered user
    Join Date
    Feb 2004
    Posts
    237

    I/O error

    I get an I/O error when i try to format the floppy. Here is what i get when i try to mount /dev/fd0:

    Could not mount device....The reported error was:

    mount: wrong fs type, bad option, bad superblock on /dev/fd0

    or too many mounted filesystems.....

    How do you even begin to trace the problem? This is getting very frustrating. Especially since the floppy was working before.

  5. #5
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    1,516
    what does your /etc/fstab say? auto can mess up, try vfat?
    Code:
    mount -t vfat /dev/fd0 /floppy
    and what do you get if you put a BLANK floppy in and try to do
    Code:
    cat if=/my/knoppix/cd/floppybootimage of=/dev/fd0
    is it one of those removable floppydrives? if yes, have you checked the contact points?

  6. #6
    Senior Member registered user
    Join Date
    Feb 2004
    Posts
    237

    Still no use

    here is the line from fstab:

    /dev/fd0 /floppy vfat defaults,user,noauto,showexec,umask=022 0 0

    I replaced it with:

    mount -t vfat /dev/fd0 /floppy

    I re booted and get error when I try to mount the floppy that says there is an error in line 8 of /etc/fstab.....it seems no matter what i try i get no where.....i checked the dmesg log and it does show the floppy drive being recognized at boot up.

    I tried at console: cat if=/my/knoppix/cd/floppybootimage of=/dev/fd0

    I get "no such file or directory" error....do i need the KNOPPIX cd in the computer to do this? The floppy is not a removable one. The thing that sux is the floppy was working a few KNOPPIX installations ago. I noticed the last time I re installed, now the floppy wont mount. I hate to have to re install AGAIN!!!! But I wonder if something got corrupted? I doubt it though....everything else seems to work fine. It is aggravating becasuse i have tried everything everyone suggested and i still cannot get it to work. I get the same error message no matter what....anything else i can try? ?? ? ?bob

  7. #7
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    1,516
    oops, the
    Code:
    mount -t vfat /dev/fd0 /floppy
    or was the last part /mnt/floppy? hmm, cant remember just now.
    was for typing manually in a console,
    in fstab it should look something like this (iirc), the same may apply that there is no /mnt/floppy, if so just make one or type plain /floppy.
    Code:
    /dev/fd0 /mnt/floppy vfat noauto,users,gid=users 0 0
    and the cat if=/my/knoppix/cd/floppybootimage of=/dev/fd0
    was not the right searchpath, it was intended that you put the right path to the image on your mounted knoppix CD, iirc it should be either
    Code:
    cat if=/mnt/cdrom/KNOPPIX/boot.img of=/dev/fd0
    OR
    Code:
    cat if=/cdrom/KNOPPIX/boot.img of=/dev/fd0
    i am on a Slackware comuter right now, i just type from memory. ths time i have searched some on the forum.
    hope these help some.
    jikes, messy, ask and i will try to clarify.

    By the way. the comand cat takes input from a specified file/device... and directs it to a specified output.
    in our case, input is a image of a knoppix bootfloppy and output is your floppydrive (we hope).
    the process can be reversed, you can make a floppyimage from a floppy with cat.
    cat can be used to weiw short textfiles (less than 20 lines in a normal console), just type cat /path/to/file and it scrolls on to your screen (default output for cat).
    It can be used for several other things, sometimes i test the sound by typing cat /bin/bash > /dev/dsp, i stop the horrible scretching with ctrl+c, as cat is NOT a mediaplayer and /bin/bash is NOT a soundfile it sounds like a modem in pain, cat couldn't care less it just does it's job.
    man cat wil give more info

  8. #8
    Senior Member registered user
    Join Date
    Feb 2004
    Posts
    237

    no go

    OK I did try typing

    mount -t vfat /dev/fd0 /floppy

    at the command line....and it came back with the same error!!!! I will edit my /etc/fstab and put "/mnt/" in front of the "/floppy" and re boot and see what hapens.....just for info, when computer boots up, you can hear it access the floppy drive so the computer knows its there.

  9. #9
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    1,516
    yes but is it ALL there. just one wire missing...

Similar Threads

  1. C++ and web access
    By outsider in forum General Support
    Replies: 11
    Last Post: 03-10-2004, 08:54 PM
  2. Can't access floppy as regular user
    By Dan in forum Hdd Install / Debian / Apt
    Replies: 3
    Last Post: 02-18-2004, 09:14 PM
  3. Missing Files Floppy and CDrom Can't Mount Floppy or CD
    By SkyHawk in forum Hdd Install / Debian / Apt
    Replies: 7
    Last Post: 02-14-2004, 04:40 AM
  4. rdesktop floppy access
    By sn0wflake in forum General Support
    Replies: 1
    Last Post: 01-29-2004, 10:17 PM
  5. Floppy/Cd-rom access newbie question
    By Callick in forum Hardware & Booting
    Replies: 3
    Last Post: 08-25-2003, 09:00 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G picture

A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G

$13.99



Crucial DDR3L 16GB 1600 2x 8GB PC3-12800 Laptop SODIMM Memory RAM PC3 16G DDR3 picture

Crucial DDR3L 16GB 1600 2x 8GB PC3-12800 Laptop SODIMM Memory RAM PC3 16G DDR3

$44.85



Samsung 8GB - 1Rx8 - PC4-2666V Desktop RAM Memory | M378A1K43CB2-CTD picture

Samsung 8GB - 1Rx8 - PC4-2666V Desktop RAM Memory | M378A1K43CB2-CTD

$9.99



A-Tech 8GB PC3-12800 Desktop DDR3 1600 MHz Non ECC 240-Pin DIMM Memory RAM 1x 8G picture

A-Tech 8GB PC3-12800 Desktop DDR3 1600 MHz Non ECC 240-Pin DIMM Memory RAM 1x 8G

$13.99



HyperX FURY DDR3 8GB 16GB 32GB 1600 MHz PC3-12800 Desktop RAM Memory DIMM 240pin picture

HyperX FURY DDR3 8GB 16GB 32GB 1600 MHz PC3-12800 Desktop RAM Memory DIMM 240pin

$23.95



Team T-FORCE VULCAN Z 32GB (2 x 16GB) PC RAM DDR4 3200 (PC4 25600) Memory picture

Team T-FORCE VULCAN Z 32GB (2 x 16GB) PC RAM DDR4 3200 (PC4 25600) Memory

$54.99



HyperX FURY RAM DDR4 16GB 8GB 32GB 4GB 3200 2666 2400 2133 Desktop Memory DIMM picture

HyperX FURY RAM DDR4 16GB 8GB 32GB 4GB 3200 2666 2400 2133 Desktop Memory DIMM

$9.64



Micron/Samsung/SKHynix 32GB(16GBX2) 1Rx8 PC4-3200AA DDR4 Laptop RAM Memory picture

Micron/Samsung/SKHynix 32GB(16GBX2) 1Rx8 PC4-3200AA DDR4 Laptop RAM Memory

$42.99



256GB Kit (8 x 32GB) PC4-17000 LRDIMM DELL POWEREDGE R730xd R730 R630 Memory RAM picture

256GB Kit (8 x 32GB) PC4-17000 LRDIMM DELL POWEREDGE R730xd R730 R630 Memory RAM

$255.92



Hynix 64GB 2Rx4 PC4-3200 RDIMM DDR4-25600 ECC REG Registered Server Memory RAM picture

Hynix 64GB 2Rx4 PC4-3200 RDIMM DDR4-25600 ECC REG Registered Server Memory RAM

$129.99