Sponsored Content
Top Forums UNIX for Dummies Questions & Answers How to copy unix file to floppy Post 867 by PxT on Wednesday 24th of January 2001 12:28:47 AM
Old 01-24-2001
I think SCO has the mcopy command:

mcopy file1.txt a:
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Reading a UNIX floppy on a PC ? HELP!

I desperately need to get a text file off of this floppy to resolve a customer issue on one of PC servers in thier all UNIX site. They sent the information on a UNIX formatted floppy with the information I need. Please help me as I need this ASAP. Black Knight (4 Replies)
Discussion started by: Black Knight
4 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 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. 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

6. UNIX for Dummies Questions & Answers

how to copy file in cd or floppy disk

i am novice in unix. in me office my boss hav given me a system with Unix OS. i know about windows and Dos. in dos we access cd or floppy through writing following commands a: or d: copy filename.ext to a: i dont even now how to access CD Rom or floppy drive in unix. please tell... (1 Reply)
Discussion started by: fassi
1 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. UNIX for Dummies Questions & Answers

Copy a windows CVS file to the unix server as a svs file

I so desperately need a script to copy a windows csv file to my unix server and i know these should be at dummies but i have no bits. it is life & no job situation help please. thanks (1 Reply)
Discussion started by: zhegal
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
mwrite(1)						      General Commands Manual							 mwrite(1)

NAME
mwrite - mtools utility to perform a low level write (copy) of a UNIX file to DOS SYNOPSIS
mwrite [-mntv] unixfile msdosfile mwrite [-mntv] unixfile [unixfiles...] [msdosdirectory] OPTIONS
Preserves the file modification time. Specifies that a warning is not issued when an existing file is specified as the target file. If this option is not specified, the mwrite command verifies whether or not to overwrite an existing file. Specifies a text file transfer. Line terminators are converted to the appropriate format. Specifies verbose mode. Displays the new file name if the UNIX file name requires conversion. DESCRIPTION
The mwrite command copies the specified UNIX file to the named DOS file, or copies multiple UNIX files to the named DOS directory. The destination directory cannot be omitted. Reasonable care is taken to create a valid DOS file name. If an invalid name is specified, the mwrite command changes the name, then displays the new name if the -v option is specified. DOS subdirectory names that contain the '/' or '' separator are supported. If you use the '' separator or wildcards, you must enclose file names in quotes to protect them from the shell. The mcd command can be used to establish the device and the current working directory (relative to DOS), otherwise the default is A:. Not all UNIX file names are supported in the DOS world. The mwrite command may have to change UNIX names to fit the DOS file name conven- tions. The following table shows some examples of file name conversions: ----------------------------------------------- UNIX name DOS name Reason for the change ----------------------------------------------- thisisatest THISISAT file name too long file.stuff FILE.STU extension too long prn.txt XRN.TXT PRN is a device name .abc X.ABC null file name hot+cold HOTXCOLD illegal character ----------------------------------------------- EXIT STATUS
The following exit values are returned: Success. Failure. ENVIRONMENT VARIABLES
The following environment variables affect the execution of mwrite: If set, this variable names the file that contains the name of the cur- rent mtools working directory as established by the mcd command. If this variable is not set, the file $HOME/.mcwd is used. FILES
Contains the name of the current mtools working directory as established by the mcd command. If this file does not exist, the default mtools working directory is A:. Executable file SEE ALSO
Commands: dos2unix(1) mcd(1), mcopy(1), mdiskcopy(1), mkmanifest(1), mread(1), mtools(1), unix2dos(1) mwrite(1)
All times are GMT -4. The time now is 06:08 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy