From owner-freebsd-questions@FreeBSD.ORG Thu Aug 8 14:42:19 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4D9D261D for ; Thu, 8 Aug 2013 14:42:19 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-pb0-x231.google.com (mail-pb0-x231.google.com [IPv6:2607:f8b0:400e:c01::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 275A527DC for ; Thu, 8 Aug 2013 14:42:19 +0000 (UTC) Received: by mail-pb0-f49.google.com with SMTP id xb4so3302938pbc.8 for ; Thu, 08 Aug 2013 07:42:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=gEFZOfJK/rlngctlHJ1D2/ZirLoO0TuGqpb5tYoYZD8=; b=Whhy67B1ahuvrXNq6s5XtXNSYP+gK0rDyDw9viKyomm7/GRPZAibuburpClaYUBvoA Las43DuwnUvd56kD9cQ9311egVAqzaEl2uN6IIzdfEpEXy3FUdimedEuqE5Rw/zSW7PR mspwfnH730nWjIDZJsiR0w8HRTQiPuOKz4gYKzwqnLtlXjuN6zCnctLGflDaHQ+5Dm0s MgrJq2zh/wxs+dGY/X8nGW/PrYlDb49YYx+faVxKk9IqGQH0FZ8BVrnqRrYUs7CAEyAf hZlHY2tpn2zCerg2E3cUjXaH06ryDWPIS55ags0Mda2k9ZGOXVn8h1V/VLJcph+jlVlH LmZw== MIME-Version: 1.0 X-Received: by 10.66.121.68 with SMTP id li4mr6477432pab.33.1375972938761; Thu, 08 Aug 2013 07:42:18 -0700 (PDT) Received: by 10.70.92.79 with HTTP; Thu, 8 Aug 2013 07:42:18 -0700 (PDT) In-Reply-To: References: Date: Thu, 8 Aug 2013 09:42:18 -0500 Message-ID: Subject: Re: memory stick From: Adam Vande More To: william benton Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Aug 2013 14:42:19 -0000 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