Sponsored Content
Operating Systems SCO Can I run Perkin Elmer software on SCO ? Post 302371387 by edfair on Saturday 14th of November 2009 01:52:19 PM
Old 11-14-2009
I assumed you meant you had 5 floppies of size 3". If this is 5" floppies the device changes to fd096ds18. Assuming HD floppies.
If they are low density (the earlier version of SCO came with multiple choices of size and density) the devices are fd096ds9 or fd0135ds9 IIRC. Look in your /dev directory for the listing of what is available as my rememberance can be flawed by non-use. My last low density of either size was probably 1995.
 

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How can i set up Software disk mirroring(Raid1) in SCO 5.0.5 with two SCSI harddisk ?

thank u very much, (1 Reply)
Discussion started by: coralsea
1 Replies

2. SCO

Software router on SCO Unixware 2.X

Hi, I am trying to setup an old SCO Unix 2.x box to act as a router. I have got 2 network cards in the box. As far as I know, I need to setup "ip forwarding" and "routes". Can anyone tell me how to setup "ip forwarding" on SCO Unixware 2.X? (0 Replies)
Discussion started by: sreenir
0 Replies

3. UNIX for Advanced & Expert Users

Netscape - What version will run on SCO Unix v3.2 2 Release 5

This question has been resolved. (0 Replies)
Discussion started by: system77
0 Replies

4. SCO

I need a box to run SCO 3.2 5.0.5 i386 with...

need it to be able to run Seagate STT8000A tape drive. Any suggestions where to go. (5 Replies)
Discussion started by: Mike Gomes
5 Replies

5. SCO

Recommendation for hardware to run SCO OSR 5.0.7 natively

Looking for a modern server to run SCO OSR 5.0.7 without VM (native), h/w must have manufacturers warranty. Requirements would be to accommodate light loads of up to 15 users, app does not take more than 30 - 40 MB of RAM and data stored takes up to 15 - 20 GB, no internet connections... (3 Replies)
Discussion started by: migurus
3 Replies
FDFORMAT(1)						    BSD General Commands Manual 					       FDFORMAT(1)

NAME
fdformat -- format floppy disks SYNOPSIS
fdformat [-F fill] [-f fmt] [-s fmtstr] [-nqvy] device DESCRIPTION
The fdformat utility formats a floppy disk at device, where device may either be given as a full path name of a device node for a floppy disk drive (e.g. /dev/fd0), or using an abbreviated name that will be looked up under /dev (e.g. ``fd0''). The options are as follows: -F fill Use fill as the fill byte for newly formatted sectors. The fill argument must be a number in the range 0 through 255 using common C language notation. The default value is ``0xf6''. -f fmt Specify the density settings for a fmt kilobyte format, as described in fdcontrol(8). -s fmtstr Specify the density settings using explicit parameters, as described in fdcontrol(8). -n Do not verify floppy after formatting. -q Suppress any normal output from the command, and do not ask the user for a confirmation whether to format the floppy disk at device. -v Do not format, verify only. -y Do not ask for confirmation whether to format the floppy disk but still report formatting status. For non-autoselecting subdevices, neither -f fmt nor -s fmtstr may be specified, since the preconfigured media density settings from the ker- nel driver will always be used. However, if device is a device with automatic media density selection (see fdc(4)), both methods can be used to override the density settings for the newly formatted medium (without permanently changing the density settings of device). If the -q flag has not been specified, the user is asked for a confirmation of the intended formatting process. In order to continue, an answer of 'y' must be given. Note that fdformat does only perform low-level formatting. In order to create a file system on the medium, see the commands newfs(8) for a UFS file system, or newfs_msdos(8) for an MS-DOS (FAT) file system. EXIT STATUS
An exit status of 0 is returned upon successful operation. Exit status 1 is returned on any errors during floppy formatting, and an exit status of 2 reflects invalid arguments given to the program (along with an appropriate information written to diagnostic output). DIAGNOSTICS
Unless -q has been specified, a single letter is printed to standard output to inform the user about the progress of work. First, an 'F' is printed when the track is being formatted, then a 'V' while it is being verified, and if an error has been detected, it will finally change to 'E'. Detailed status information (cylinder, head and sector number, and the exact cause of the error) will be printed for up to 10 errors after the entire formatting process has completed. SEE ALSO
fdc(4), fdcontrol(8), newfs(8), newfs_msdos(8) HISTORY
The fdformat utility has been developed for 386BSD 0.1 and upgraded to the new fdc(4) floppy disk driver. It later became part of the FreeBSD 1.1 system. Starting with FreeBSD 5.0, it uses the unified density specifications as described in fdcontrol(8). AUTHORS
The program has been contributed by Jorg Wunsch, Dresden, with changes by Serge Vakulenko and Andrey A. Chernov, Moscow. BSD
December 25, 2001 BSD
All times are GMT -4. The time now is 11:09 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy