Re: How to enlarge 3.5"?

From: Darik Horn (dajhorn_at_vanadac.com)
Date: 09/15/03

  • Next message: Zerkani_user_list: "Newbie - upgrade question"
    Date: Sun, 14 Sep 2003 22:23:37 -0400
    To: Abdul Latip <dullatip@angin.com>
    
    

    > how to enlarge the 1.4MB 3.5" diskette capacity in linux?

    Run this command on your computer

    # ls -al /dev/fd0*

    The fd0 device is the first floppy disk in your computer. Each form of
    the name represents a different format. In particular, notice:

    /dev/fd0u1440
    /dev/fd0u1680

    The first name represents a standard 1.44 megabyte floppy disk, and the
    second name represents the 1.6 megabyte format that is also known as the
    DMF format.

    If you wish to format a floppy disk to 1.6 megabytes, then run this command:

    # fdformat /dev/fd0u1680

    (The fdformat program is provided by the util-linux package.)

    Note that some computers cannot use floppy disks that are formatted
    larger than 1.6 megabytes.

    You must also create a filesystem on the floppy disk after using the
    fdformat command:

    # mkdosfs /dev/fd0u1680

    (The mkdosfs program is provided by the dosfstools package.)

    Then you can mount the device as usual:

    # mount /dev/fd0u1680 /floppy

    The regular device name may also work properly:

    # mount /dev/fd0 /floppy

    HTH.

    Abdul Latip wrote:

    >Hi,
    >
    >May I know the Google keywords for finding infomation
    >on how to enlarge the 1.4MB 3.5" diskette capacity
    >in linux?
    >
    >regards,
    >
    >--
    >Abdul Latip -- Junior Staff -- Angkasa Internet ---
    >---- http://people.WebIndonesia.com/dullatip/ ---
    >
    >
    >
    >
    >

    -- 
    To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: Zerkani_user_list: "Newbie - upgrade question"

    Relevant Pages

    • Re: floppy disk controller broken
      ... when testing FreeBSD-7.1-BETA i discovered that the floppy disk ... controller doesn't work correctly. ... Processing fdformat: ioctl: Device not configured ... It looks like the ioctl to format a track used to never report failures from ...
      (freebsd-stable)
    • Re: Making disk images of NorthStar CP/M disks with Catweasel
      ... arbitrary hard sector floppy disk into the DMK format. ... format and another which decoded the DMK image into useful NorthStar ...
      (comp.os.cpm)
    • This is SO annoying, please help! :-)
      ... Every time I try and access ANY form of floppy disk on my computer, ... "Windows cannot format this drive. ... I do as it says and simply get the same error message. ... I also have norton internet security 2003 installed on the computer, ...
      (microsoft.public.windowsxp.help_and_support)
    • Re: Error Message: "No ID on Disk"
      ... After you perform a quick format on an unformatted floppy disk in Windows NT ... > Visit Topic URL to contact author (reg. ...
      (microsoft.public.windowsxp.help_and_support)
    • formating a floppy disk into ms_dos or ufs2 form
      ... I basically want to format a floppy disk into ms_dos or ufs2 form if ... What command and options I need to use in freebsd in order to do ... I don't have any Windows machine here for me to format the floppy ...
      (comp.unix.bsd.freebsd.misc)