Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Reading a UNIX floppy on a PC ? HELP! Post 526 by Black Knight on Tuesday 12th of December 2000 04:19:26 PM
Old 12-12-2000
Data

the disk supposedly is in TAR format? Whatever that means. I downloaded gzip and SAMBA will either of those read this disk?

B.K.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to copy unix file to floppy

my unix box doesn't seem to recognize the floppy drive. I tried these different commands: cat file1.txt > a:file1.txt result: file got copied to hd cat file1.txt > a:\file1.txt result: file got copied to hd mount -t vfat /mnt/floppy result: illegal option --t my unix is SCO UNIX System... (1 Reply)
Discussion started by: BillyT
1 Replies

2. UNIX for Dummies Questions & Answers

Reading SCO floppy on Linux

Is there any way I can read a floppy written on SCO Unix 3 on a Redhat Linux 6.0 machine?? If so, how? Thanks in advance, Leo :confused: (4 Replies)
Discussion started by: Leo Gessford Jr
4 Replies

3. UNIX for Advanced & Expert Users

mount a floppy in UNIX BSDi 3

Anybody know how to mount a floppy in BSDi3 UNIX? Have tried all the standard commands with no luck. This includes: mount /dev/fd0 /mnt/floppy mount /mnt/floppy (3 Replies)
Discussion started by: jpalmer320
3 Replies

4. UNIX for Dummies Questions & Answers

How to format a floppy in unix filesystem from windows

Hi, we have a strange problem. We have to format any floppy disk HD in unix filesystem mode (SCO) but we haven't unix workstations. Are there any software to make this formatting from windows xp pc ? Regards Gianpaolo (1 Reply)
Discussion started by: elektra
1 Replies

5. Shell Programming and Scripting

how floppy disks, CDs and flash drives (pen drives) are accessed in UNIX

hi how floppy disks, CDs and flash drives (pen drives) are accessed in UNIX? thanks (0 Replies)
Discussion started by: nokia1100
0 Replies

6. UNIX for Dummies Questions & Answers

Unix to a floppy

If I need to copy files in Unix to a floppydisk so that the disk is compatible with extended FAT16 and can be read by Windows XP-Do I mount the floppy disk to use ufs? (2 Replies)
Discussion started by: Rhonda
2 Replies

7. UNIX for Dummies Questions & Answers

Installing UNIX with no cd or floppy

I have an complicated problem to solve. I want to install a basic UNIX installation on a Compaq LTE 5280 (Win 95). The floppy drive does not work, and there is no cd-rom. It has a 14.4 modem, and I have dial-up internet. I also have another computer (Win 98) with a floppy drive, cd drive, and... (3 Replies)
Discussion started by: aeromark98
3 Replies

8. SCO

Floppy Disk not reading in cygwin

Hi, I have 3 floppy disc (SCO uniix) compressed files in it. I am in windows XP environment, installed cygwin; I tried to read these files and copy out but am not able to mount fd; it show is mount unknown type error; Please advise me how can i resolve.. Regards mfm2066 (1 Reply)
Discussion started by: mfm2006
1 Replies

9. UNIX for Dummies Questions & Answers

UNIX System V Mount Floppy Drive

I have recently installed UNIX SysV on an old computer to try and expand my general knowledge of computers. I want to install NASM on it so I can begin working on some assembly language, but I am having trouble accessing the floppy disk with the files I need. I've tried running mount /dev/fd0... (23 Replies)
Discussion started by: BrentBANKS
23 Replies

10. SCO

How to open a floppy in SCO UNIX?

Hi, Please help me to find the command to open a floppy disc 3.5" in Sco Unix Open Server 5.0.6 environment. Device located in dev/fd0. thanks in advance Rukshan (5 Replies)
Discussion started by: rukshan4u2c
5 Replies
fddisk(8)						      System Manager's Manual							 fddisk(8)

NAME
fddisk - FDI disk maintenance utility SYNOPSIS
/sbin/fddisk options special OPTIONS
Unless this option is specified, an attempt to format or to install a file system fails in two cases. The first failure occurs when the device has been opened since the media was inserted. The second failure occurs if the device is currently opened by another process. For- mats the media to the density appropriate for that media. Copies a hex dump of sector number PSN to stdout. Uses the interleave factor nnn for formatting. If specified, ccc indicates an additional intercylinder interleave. Copies a packed-C hex dump of the entire disk to stdout. Specifies silent mode. This option blocks informational messages from appearing on stderr. Reads the entire media. The command fails if the utility finds a bad sector. Waits for media to be inserted into the drive if none is present. Waits for new media to be inserted into the drive if none is present or if the current media has been opened since it was last inserted. Reads the disk and reports on the format of the disk. OPERANDS
Specifies an unmounted, raw device pathname. This device must be an FDI interface (fd). DESCRIPTION
The fddisk utility, an FDI (integrated Floppy Disk Interface) disk maintenance program, can format a floppy disk, scan a floppy disk for bad blocks, and read and write selected blocks. It can be used in shell scripts for checking the status of floppy disks. Such status checks include checking for or waiting for the presence of media, and checking for or waiting for the user to change the media. RESTRICTIONS
The fddisk utility has the following restrictions: You must have read/write access to the device. The device must not be mounted. The program can only be used with a 3.5-inch floppy disk in the RX26 drive. In some cases, it might not be possible to format a floppy disk at a higher density than it is already formatted. If this situation occurs, the floppy disk must be bulk erased before it can be reformatted at a higher density. EXAMPLES
This example formats a floppy disk in drive zero: # /sbin/fddisk -fmt /dev/rdisk/floppy0a This example formats a floppy disk in drive zero when the disk has been read or written since it was inserted into the drive: # /sbin/fddisk -fmt -f /dev/rdisk/floppy0a SEE ALSO
Commands: mount(8), restore(8), uerf(8) Files: fd(7) fddisk(8)
All times are GMT -4. The time now is 04:30 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy