Subject: Re: I am so sorry...
To: None <pavel.cahyna@st.mff.cuni.cz,>
From: David Aubril <david.aubril@ac-nantes.fr>
List: netbsd-help
Date: 02/28/2006 07:43:22
    That works wonderfully. I solved the problem by making a zip 
archive: there was no problem to copy one big file to the key. But your 
proposal makes things a lot easier. Even though copying is pretty slow.
    Thank you very much.
    Best Regards,
    David.

Pavel Cahyna wrote:
> 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
>
>