Sponsored Content
Full Discussion: Writing to a floppy
Special Forums Hardware Filesystems, Disks and Memory Writing to a floppy Post 40816 by pressy on Tuesday 23rd of September 2003 06:13:41 PM
Old 09-23-2003
........

sorry, i'm not the hp expert, but isn't there a device called /dev/floppy, /dev/fd or /dev/fd0.....
mount it.... write on it.... umount it....

greetings Preßy
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

copying to a floppy

how do i copy a file from solaris to a floppy drive. today is my first day using solaris (3 Replies)
Discussion started by: parksr
3 Replies

2. UNIX for Advanced & Expert Users

boot floppy

hello , i have sun sparc machine with sunos2.7 , the machine has a cdrom but no floppy drive , it is networked with windows machine , from where i can use ftp and telnet. can i use floppy drive of windows machine and create a boot image(of unix) on that drive, using ftp? thanx raju (4 Replies)
Discussion started by: raju
4 Replies

3. UNIX for Dummies Questions & Answers

opening floppy

I have solaris 8 (Intel Version) and I was wondering how I can transfer a bunch of text files (shellscripts) via floppy. I don't have internet connectivity with my Solaris pc so I can't download the files. I have the text files on my windows 2000 pc and copied them to a floppy but when I try to... (7 Replies)
Discussion started by: eloquent99
7 Replies

4. UNIX for Dummies Questions & Answers

Suse Floppy not available

HI, I installed Suse 8.1 on an Emachine with a Cyrix processor equivelent to Pentium II. The dmesg reveals that the floppy was recognised, and there is an icon on the desktop for it, but when I trey to access it, it is not available. If I access it from a terminal window, the error I get... (7 Replies)
Discussion started by: Sonshyne5
7 Replies

5. UNIX for Dummies Questions & Answers

Floppy , CDrom

We use #eject cdrom to eject the cdrom . Is there a way to "close" it after using that command ? is there a command to eject floppy ? Thanks (7 Replies)
Discussion started by: hitlermom
7 Replies

6. UNIX for Dummies Questions & Answers

floppy

i manage to screw up alittle i entered in /etc/fstab mount /dev/fd0 msdos /mnt/floppy 2 2 or something and now when i boot i get an error like this The following file systems had an unexpected inconsistency: msdos: /dev/fd0 (/mnt/floppy) Unknown error; Help! init: /bin/sh on /etc/rc... (3 Replies)
Discussion started by: ekizz
3 Replies

7. UNIX Desktop Questions & Answers

I cant access the floppy

I have two Digital boxs... vintage mid90's OS DEC Unix... I need to write an ASCII file to the floppy drive for transfer to a Windows box. The boxes are isolated. No email, no internet, no network... except between each other. A primary and a backup. I examined /dev and found two... (2 Replies)
Discussion started by: ChrisCram
2 Replies

8. AIX

mount floppy, to be sure

Hi there, I never touch a AIX because i'm used to work on FreeBSD. I'll have to copy some file from a floppy to an AIX. Just to be sure is the mount command the same ? I mean a simple mount /dev/fd0 /floppy should work ? Thanks :) (1 Reply)
Discussion started by: Yogz
1 Replies

9. UNIX for Dummies Questions & Answers

USB Floppy

How can we install usb floppy drive in SCO 5.0.6 (1 Reply)
Discussion started by: irshad ishaque
1 Replies

10. UNIX for Dummies Questions & Answers

regarding floppy

Regarding floppy drive .. I need a command or a method by which i can detect a floppy drive is present or not ? Thanks, Priya. (4 Replies)
Discussion started by: priyam
4 Replies
FDWRITE(1)						    BSD General Commands Manual 						FDWRITE(1)

NAME
fdwrite -- format and write floppy disks SYNOPSIS
fdwrite [-v] [-y] [-f inputfile] [-d device] DESCRIPTION
The fdwrite utility formats and writes one and more floppy disks. Any floppy disk device capable of formatting can be used. The fdwrite utility will ask the user (on /dev/tty) to insert a new floppy and press return. The device will then be opened, and queried for its parameters, then each track will be formatted, written with data from the inputfile, read back and compared. When the floppy disk is filled, the process is repeated, with the next disk. This continues until the program is interrupted or EOF is encountered on the inputfile. The options are as follows: -v Toggle verbosity on stdout. Default is ``on''. After device is opened first time the format will be printed. During operation progress will be reported with the number of tracks remaining on the current floppy disk, and the letters I, Z, F, W, R and C, which indicates completion of Input, Zero-fill, Format Write, Read and Compare of current track respec- tively. -y Do not ask for presence of a floppy disk in the drive. This non-interactive flag is useful for shell scripts. -f inputfile Input file to read. If none is given, stdin is assumed. -d device The name of the floppy device to write to. Default is /dev/fd0. The fdwrite utility actually closes the device while it waits for the user to press return, it is thus quite possible to use the drive for other purposes at this time and later resume writing with the next floppy. The parameters returned from device are used for formatting. If custom formatting is needed, please use fdformat(1) instead. EXAMPLES
The fdwrite utility was planned as a tool to make life easier when writing a set of floppies, one such use could be to write a tar-archive: tar cf -. | gzip -9 | fdwrite -d /dev/fd0.1720 -v The main difference from using tar(1)'s multivolume facility is of course the formatting of the floppies, which here is done on the fly, thus reducing the amount of work for the floppy-jockey. SEE ALSO
fdformat(1) HISTORY
The fdwrite utility was written while waiting for ``make world'' to complete. Some of the code was taken from fdformat(1). AUTHORS
The program has been contributed by Poul-Henning Kamp <phk@FreeBSD.org>. BUGS
Diagnostics are less than complete at present. If a floppy is sick, and the inputfile is seekable, it should ask the user to frisbee the disk, insert another, and rewind to the right spot and continue. This concept could be extended to cover non-seekable input also by employing a temporary file. An option (defaulting to zero) should allow the user to ask for retries in case of failure. At present a suitable tool for reading back a multivolume set of floppies is missing. Programs like tar(1) for instance, will do the job, if the data has not been compressed. One can always trust dd(1) to help out in this situation of course. BSD
September 16, 1993 BSD
All times are GMT -4. The time now is 08:08 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy