Sponsored Content
Top Forums UNIX for Dummies Questions & Answers how to copy file in cd or floppy disk Post 302136849 by visu_ak on Thursday 20th of September 2007 03:25:43 AM
Old 09-20-2007
can u tell me which flavor of unix you are using.....

For some flavors you have to mount the cd/floppy to see the contents in that, for some flavors you don't need to mount.

Smilie
 

9 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 Advanced & Expert Users

copy on dos floppy?

can we copy files to a dos floppy on a unix system? how? thanx in advance raju (2 Replies)
Discussion started by: raju
2 Replies

3. UNIX for Dummies Questions & Answers

How to duplicate a floppy disk

Hi there, I have a boot disk that I'd like to make a copy of. I can't just copy it through windows because windows obviously doesn't recognise the format. What would I have to do in SCO to just simply make a copy of this disk?? (0 Replies)
Discussion started by: zaphs
0 Replies

4. SCO

Read a SCO floppy disk under another OS...

I have formatted a floppy disk under SCO unix. Is there a way I could read this disk under another operating system e.g. Windows or Linux? (1 Reply)
Discussion started by: sgertsos
1 Replies

5. UNIX for Dummies Questions & Answers

configure floppy disk?

what are your next steps when you see: # mount /dev/fd0 /mnt mount: /dev/fd0 : Device not configured - please? yours` sehrguey (2 Replies)
Discussion started by: serguey
2 Replies

6. UNIX for Dummies Questions & Answers

Mounting a floppy disk in System V

Hello all! I just recently inherited a mid-90s gateway full tower system (Original Pentium, SIMM style RAM, etc.). I had always wanted to try an old version of UNIX, and having come across a copy of AT&T System V R4 decided that the time was ripe. There were 30 disks total, and after booting to... (1 Reply)
Discussion started by: Northcott
1 Replies

7. SCO

Read Floppy disk in SCO OpenServer 5.0

help me please i am beguinner in SCO operating system how i can read Floppy disk i install SCO OpenServer5.02 i want to /mnt but no result (3 Replies)
Discussion started by: walidfinder
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. SCO

Emergency boot floppy - second hard disk not seen

OS = Openserver 5.0.5 Ran 'mkdev fd' and made emergency boot floppy (boot and root). Choose custom kernel, not generic. However kernel on the 1.44 floppy did not see both hard disks, it only saw the first one (SCSI id 0), and not SCSI id 1 (second disk) Q. Is this a limitation of emergency... (5 Replies)
Discussion started by: grips03
5 Replies
ARFF(8) 						      System Manager's Manual							   ARFF(8)

NAME
arff, flcopy - archiver and copier for floppy SYNOPSIS
/usr/sbin/arff [ key ] [ name ... ] /usr/sbin/flcopy [ -h ] [ -tn ] DESCRIPTION
Arff saves and restores files on VAX console media (the console floppy on the VAX 11/780 and 785, the cassette on the 11/730, and the con- sole RL02 on the 8600/8650). Its actions are controlled by the key argument. The key is a string of characters containing at most one function letter and possibly one or more function modifiers. Other arguments to the command are file names specifying which files are to be dumped or restored. The default options are correct for the RX01 floppy on the 780; for other console media, the f and m flags are required. Files names have restrictions, because of radix50 considerations. They must be in the form 1-6 alphanumerics followed by "." followed by 0-3 alphanumerics. Case distinctions are lost. Only the trailing component of a pathname is used. The function portion of the key is specified by one of the following letters: r The named files are replaced where found on the floppy, or added taking up the minimal possible portion of the first empty spot on the floppy. x The named files are extracted from the floppy. d The named files are deleted from the floppy. Arff will combine contiguous deleted files into one empty entry in the rt-11 direc- tory. t The names of the specified files are listed each time they occur on the floppy. If no file argument is given, all of the names on the floppy are listed. The following characters may be used in addition to the letter which selects the function desired. v The v (verbose) option, when used with the t function gives more information about the floppy entries than just the name. f causes arff to use the next argument as the name of the archive instead of /dev/floppy. m causes arff not to use the mapping algorithm employed in interleaving sectors around a floppy disk. In conjunction with the f option it may be used for extracting files from rt11 formatted cartridge disks, for example. It may also be used to speed up reading from and writing to rx02 floppy disks, by using the `c' device instead of the `b' device. It must be used with TU58 or RL02 media. c causes arff to create a new directory on the floppy, effectively deleting all previously existing files. Flcopy copies the console floppy disk (opened as `/dev/floppy') to a file created in the current directory, named "floppy", then prints the message "Change Floppy, hit return when done". Then flcopy copies the local file back out to the floppy disk. The -h option to flcopy causes it to open a file named "floppy" in the current directory and copy it to /dev/floppy; the -t option causes only the first n tracks to participate in a copy. FILES
/dev/floppy or /dev/rrx?? floppy (in current directory) SEE ALSO
crl(4), fl(4), rx(4), tu(4), rxformat(8) AUTHORS
Keith Sklower, Richard Tuck BUGS
Device errors are handled ungracefully. 4th Berkeley Distribution November 16, 1996 ARFF(8)
All times are GMT -4. The time now is 07:53 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy