1833726 Members
2491 Online
110063 Solutions
New Discussion

Using a floppy

 
Wojciech Komornicki
New Member

Using a floppy

I am trying to use a floppy on an old HP750 running HPUX. I have installed a Teac 3.5" SCSI floppy which is recognized by the system. The needed character and block device files have been created by the system. When I try reading a floppy with the command
>>>>>> dosls /dev/rfloppy/c0t0d0:
I get the error message
>>>>>> Unrecognized disc format on /dev/rfloppy/c0t0d0

I have tried using both high density and low density disks.

Any suggestions as to what to try next?
7 REPLIES 7
A. Clay Stephenson
Acclaimed Contributor

Re: Using a floppy

Have you actually formatted these diskettes on a Windoes box first?
If it ain't broke, I can fix that.
A. Clay Stephenson
Acclaimed Contributor

Re: Using a floppy

Have you actually formatted these diskettes on a Windows box first?
If it ain't broke, I can fix that.
Wojciech Komornicki
New Member

Re: Using a floppy

Yes. Both the low density disk and the high density disks were formatted and are readable on Windows. Both are also readable on an HP712 which I also have.
Andrew Rutter
Honored Contributor

Re: Using a floppy

hi,

I think you could have a faulty floppy drive.

try a new floppy disk and then try and initialize it in sam. If this works then theres nothing wrong with the drive and its probably the disks incompatible.

Also what OS is it running? if its 10.20 or before there was patches for the scsi floppies, but probbaly not available now.

It would also be worth checking that the floppy drivers are all properly configured in the kernel, and in the in state, through sam.

Andy
Stephen Keane
Honored Contributor

Re: Using a floppy

Are you sure it's /dev/rfloppy/c0t0d0 and not /dev/rfloppy/c0t1d0 ?

Also try (both with and without the floppy disk inserted)

# diskinfo /dev/rfloppy/c0t?d0

Substituting the correct value for '?'


Wojciech Komornicki
New Member

Re: Using a floppy

I was also surprised that the device file is c0t0d0. I renamed it so that it did not look like a device file but on reboot the device file was recreated.

I will post a more detailed response on Monday when I get back from the Holidays.
Andrew Rutter
Honored Contributor

Re: Using a floppy

hi,

It depends upon the jumper settings for drive to determine the scsi address.
there was 2 different versions of the teac scsi drives and they had different jumper settings for term power and other bits.

maybe worth having a look at the service manual for the older workstations as they had the jumper settings needed for the floppies in them.
what is the part number on the flopy drive aswell?

Andy