Re: Advice


Subject: Re: Advice
From: Cyril Niklaus (cynik@mac.com)
Date: Fri Feb 25 2000 - 14:36:44 MST


Arthur Karpas wrote:
> I don't know how to print a file or save it to the floppy disk.

To save a file to a floppy, you need to do this:
insert a floppy (duh)
$ mount /dev/fd0 (for this, check your /etc/fstab first, you might not
have the permission to mount when not root. /etc/fstab will also give
you information on where the mount point is, if you need the -t hfs flag
or not etc).
$ cp myfile /mnt/floppy/
$ umount /dev/fd0
$ eject /dev/fd0

hope this helped
cyril

ps: those are zeros.

-- 
tadyathA oM gate gate pAragathe pArasaMgate bodhi svAhA



This archive was generated by hypermail 2a24 : Wed Mar 01 2000 - 00:07:11 MST