Problem formatting IDE 1.44MB floppy disk

New to Puppy and have questions? Start here

Moderator: Forum moderators

Post Reply
sj60
Posts: 10
Joined: Tue Dec 08, 2020 1:14 am
Has thanked: 1 time

Problem formatting IDE 1.44MB floppy disk

Post by sj60 »

I am having trouble formatting a 1.44 MB internal IDE diskette.
(I've been asked get rid of my old diskettes - so I am hoping to either sell them or give them away to anyone who might still need them)
I can access it, read and write, erase contents but I cannot format it for some reason.
I have used the Puppy Floppy Format utility that I downloaded as a pet but it returns an error that it cannot format due to write protection.
It is not write protected.

Using the terminal I also get the following error:

Code: Select all

# sudo mkfs.fat -a /dev/fd0 1440
mkfs.fat 4.1 (2017-01-24)
attribute "partition" not found 

I have used

Code: Select all

mkfs -t msdos /dev fd0 1440

and other derivatives but get the same error.

I am using bionic pup 32 v8.0.

Any help is greatly appreciated!

User avatar
bigpup
Moderator
Posts: 6831
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 873 times
Been thanked: 1470 times

Re: Format IDE 1.44MB floppy disk

Post by bigpup »

Are you talking about 5.25" and 8" floppy discs or 3.5" floppies?

I assume you are talking about the 3.5" floppies.
I assume you know this, but to make sure.

To tell if a floppy disk is write-protected (locked), look at the underside of the disk (the part that's on the bottom when you put the disk in the drive).
On one corner, there should be a sliding tab.
If you hold the disk so that the edge that goes into the drive is at the bottom, this should be in the top left corner.
If the movable part of the sliding tab is up, so that there's a hole in that corner of the disk, the disk is write-protected.
If the movable part of the tab is down, the disk is write-enabled.

Sometimes the little "slider switch" on 3.5" floppies were removed (to make the floppy permanently read-only). If that's the case, then just put a small piece of opaque tape over the "hole" (where the slider switch was) ... and you will be able to write to the floppy.

Please note that the 3.5 inch floppies came in various capacities (the two most common were 720 KB and 1.44 MB. If you hold the floppy so you are looking at the back, then there will be a hole on the bottom LEFT that is used to tell the drive what the floppy disk's capacity is. If memory serves me correctly, there will be a hole at the bottom LEFT (when viewing the back of the disk), for disks with 1.44 MB capacity, and if no hole exists on bottom LEFT, then the floppy is 720 KB.

The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

User avatar
Jafadmin
Posts: 383
Joined: Tue Aug 04, 2020 4:51 pm
Has thanked: 68 times
Been thanked: 85 times

Re: Format IDE 1.44MB floppy disk

Post by Jafadmin »

To be even more clear, both protruding corners should have a hole in them if it is a "hi-density" floppy (1.44mb). It will need a partition table, and you will need to format it as fat16.

Image

User avatar
ally
Posts: 186
Joined: Tue Jul 07, 2020 5:14 am
Has thanked: 111 times
Been thanked: 81 times
Contact:

Re: Problem formatting IDE 1.44MB floppy disk

Post by ally »

maybe it's the sudo command?

:)

sj60
Posts: 10
Joined: Tue Dec 08, 2020 1:14 am
Has thanked: 1 time

Re: Problem formatting IDE 1.44MB floppy disk

Post by sj60 »

Happy New Year ! and thanks! to all who replied. The write protection tab on the diskette was not engaged i.e. left open.

An odd thing after shutting down for the day and coming back to this.
The following command 'sudo mkfs.fat -a /dev/fd0 1440' now seems to work despite the error message that the "partition" is not found. Before I could still access the diskette's contents after mounting it. Now they are no longer there. However the process is quick like a delete process instead of a full format process - you dont really hear any diskette churn (if you can follow what I mean). I have an old Win2K laptop with a floppy disk drive and formatting the FD goes through a whole churning process with final option to label the FD. I've tested the puppy formatted FDs on the Win2k and all seems fine.

I am still dubious about the puppy formatting process using the terminal command. Especially when the Puppy Floppy Format utility thinks the FD is write protected.

All this to say, and I have mentioned it before, is bionicpup 32 v8.0 19.03 a bit unstable ?

User avatar
rockedge
Site Admin
Posts: 6375
Joined: Mon Dec 02, 2019 1:38 am
Location: Connecticut,U.S.A.
Has thanked: 2570 times
Been thanked: 2532 times
Contact:

Re: Problem formatting IDE 1.44MB floppy disk

Post by rockedge »

I used DOSBox and formatted floppies using Norton Commander which seemed to work pretty good. That is with DOSBox on either Bionic32 or Bionic64. Also what worked was an external Floppy Drive connected via USB and formatted using a Windows XP virtual machine in VirtualBox running on a Bionic64-8.0 with the USB devices passed through to VirtualBox and WinXP

DOSBox is easy to get running and works really well in Puppy Linux and lots of DOS programs are around for free.

One could write a DOS batch script that would format an entire stack of floppy disks semi-automatically.

peterm321
Posts: 6
Joined: Sun Aug 16, 2020 12:56 am
Location: UK
Has thanked: 1 time

Re: Problem formatting IDE 1.44MB floppy disk

Post by peterm321 »

# sudo mkfs.fat -a /dev/fd0 1440
mkfs.fat 4.1 (2017-01-24)
attribute "partition" not found

I'm presuming that your computer uses a "vanilla" (if I could call it that) FDD connector in which case the device would be /dev/fd0 or sometimes /dev/fd1. In which case the 1440 would be omitted:

Code: Select all

mkfs.fat -a /dev/fd0

In my case, I use a USB connected FDD so the device is typically /dev/sdb or /dev/sdc

Post Reply

Return to “Beginners Help”