Topic: cant write to floppy properly
So I was trying to copy some conf files to a floppy on netbsd to take over to a openbsd box. So I did
"mount -t msdos /dev/fd0a /floppy" and then "cp * /floppy/" and I would get errors like
cat : stdout invalid argument, I forget since this was at home but yea it was like that and then sometimes it would copy the files but not with the same name, it would be pf.conf but when it gets written to the floppy its named as pf~1.con , so then i unmounted took disk to openbsd and looked at the floppy and nothing was on there...
any ideas?