Announcement

Collapse
No announcement yet.

Floppy - wrong fs type

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Floppy - wrong fs type

    I have been using my floppy on occasion. Everything has been working fine. Then I decided to format the floppy using mkfs. After I did this, I can no longer use it. I get this error message:

    mount: wrong fs type, bad option, bad superblock on /dev/fd0, missing codepage or helper program, or other error. In some cases useful info is found in syslog -- try dmesg | tail or so.

    Any ideas how to get things back to normal with the floppy? If I format it again, should I use a different procedure?

    Thanks for any ideas.
    ~George
    Linux — leaping tall "Bill-dings" in a single bound!
    Linux user #347469

    #2
    Re: Floppy - wrong fs type

    OK, I reformatted the floppy on an old Win98 PC. Then mounted it again in Kubuntu. It's working fine again. Still, it would be nice to know the proper way to format the floppy in Kubuntu so that I don't get the wrong fs error.
    ~George
    Linux — leaping tall "Bill-dings" in a single bound!
    Linux user #347469

    Comment


      #3
      Re: Floppy - wrong fs type

      I have been using kfloppy - floppy formatter for KDE
      Kfloppy is a utility that provides a straightforward graphical means
      to format 3.5" and 5.25" floppy disks.

      Cli (unmounted, fd0):
      Code:
      fdformat /dev/fd0
      Formatting ... done
      Verifying ... done
      File system fat:
      Code:
      mkfs.vfat /dev/fd0
      ext:
      Code:
      mkfs.ext3 /dev/fd0
      Before you edit, BACKUP !

      Why there are dead links ?
      1. Thread: Please explain how to access old kubuntu forum posts
      2. Thread: Lost Information

      Comment


        #4
        Re: Floppy - wrong fs type

        Nice utility, thank you. And thanks for the konsole commands.
        ~George
        Linux — leaping tall "Bill-dings" in a single bound!
        Linux user #347469

        Comment


          #5
          Re: Floppy - wrong fs type

          The problem is possibly due to the fact that Floppies should be in FAT12 while other disks are using FAT16 or FAT32.

          Comment

          Working...
          X