This is a discussion on How to copy files to floppy ? within the AIX Operating System forums, part of the Unix Operating Systems category; --> Hello I need to copy several files to floppy disk but i don't know if i can create a ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello I need to copy several files to floppy disk but i don't know if i can create a filesystem, mounting and then copy them on it. Thanks. -- -------------------------------------------------------------- Tu portal de Aix en Español http://aixpanish.com ------------------------------------------------------------- |
| |||
| jose <jperezme@jazzfree.com> wrote: j> Hello j> I need to copy several files to floppy disk but i don't know if i can create j> a filesystem, mounting and then copy them on it. You usually use dd(1) for this or one of the utilities for reading and writing to a DOS filesystem on a floppy disk. Regards, Nicholas -- "Why shouldn't I top-post?" http://www.aglami.com/tpfaq.html "Meanings are another story." http://www.ifas.org/wa/glossolalia.html |
| ||||
| In article <bg1od7$t4b$1@nsnmrro2-gest.nuria.telefonica-data.net>, jperezme@jazzfree.com says... > Hello > I need to copy several files to floppy disk but i don't know if i can create > a filesystem, mounting and then copy them on it. > > Thanks. > With the AIX on-board tools you have two choices: a) use the dosformat, dosread, doswrite et commands to write your files to a FAT formatted diskette - you can read the diskette in any DOS/Windows PC - only DOS (8+3) filenames are possible b) use tar to write to the diskette device - you can read the diskette only on a unix machine - your filenames are preserved Markus -- Markus Baertschi Phone: ++41 (21) 807 1677 Bas du Rossé 14b Fax : ++41 (21) 807 1678 CH-1163, Etoy Email: markus@markus.org Switzerland Homepage: www.markus.org |