Subject: Re: I am so sorry...
To: David Aubril <david.aubril@ac-nantes.fr>
From: Pavel Cahyna <pavel.cahyna@st.mff.cuni.cz>
List: netbsd-help
Date: 02/27/2006 20:32:45
On Sat, Feb 25, 2006 at 09:04:26AM +0100, David Aubril wrote:
> # cp -r /mnt/extended/projets /mnt/usbkey
> cp: /mnt/usbkey/projets/ecritures/nt: No such file or directory
> 
>    It stops then. Half of the files are not copied.

I assume that you mounted the key as:

mount -t msdos /dev/sd0e /mnt/usbkey

Try instead:

mount -t msdos -o-l /dev/sd0e /mnt/usbkey

Pavel