On Thu, Aug 8, 2013 at 9:34 AM, william benton <weben...@hotmail.com> wrote:

> I am trying to mount a memory stick at the command line. I seem to be able
> to mount and unmount it but i can't copy files into the stick. please see
> the attached image for the commands I used and the results. If you have any
> suggestions on what the problem might be I would sure like to know what you
> think. I logged in as root on free BSD version 7.0 release 0.0.
>
>

You have a special character in your path.  You will need to escape it, eg
cp /usr/home/w\!/foo /mnt/ufs/

-- 
Adam Vande More
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to