Re: memory stick

2013-08-08 Thread Teske, Devin
(sorry for top post)

Heh, looks like the Alton Brown style of debugging ;D (for anyone that follows 
his twitter feed)
-- 
Devin


On Aug 8, 2013, at 7:34 AM, william benton 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.   
>  
> <20130808091209582.pdf>___
> 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"

_
The information contained in this message is proprietary and/or confidential. 
If you are not the intended recipient, please: (i) delete the message and all 
copies; (ii) do not disclose, distribute or use the message in any manner; and 
(iii) notify the sender immediately. In addition, please be aware that any 
message addressed to our domain is subject to archiving and review by persons 
other than the intended recipient. Thank you.
___
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"


Re: memory stick

2013-08-08 Thread Adam Vande More
On Thu, Aug 8, 2013 at 9:34 AM, william benton  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"