On Wednesday 06 June 2007 12:57, Oscar Chavarria wrote:
> I want to copy files to it. I introduced the key and was recognized as da0.
>
> I did ls dev/da0 ==> dev/da0
>
> Then
>
> mount /dev/da0 /home ==> incorrect super block.
>
> Thank you in advance for any help.

If it is a DOS-format device, you need to say
mount -t mdsos /dev/da0 /mnt
or maybe
mount -t msdos /dev/da0s1 /mnt


-- 
Mike Jeays
http://www.jeays.ca
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to