Hendrik Hasenbein wrote:
xavier collot wrote:

Hi!!
I can't use my USB key!!
How can I do this?
When I write mount /dev/da0 /removable (/removable has been created by me) I have a warning : incorrect super block
Thanks for your answer..
Xav le geek OUF


Try 'mount -t msdos /dev/da0 /removable'.


Wrong, # mount -t msdos /dev/da0s1 /removable

Better is put info about device in /etc/fstab
i.e.
/dev/da0s1  /removable     msdos  rw,noauto       0       0
and kldload /boot/kernel/umass.ko
and do just:
# mount /removable

Arek
--
Arek Czereszewski       | jid: aro(at)chrome.pl
arek(at)wup-katowice.pl |  gg: 1349941
"*nix is like a wigwam:
no windows, no gates, apache inside."

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

Reply via email to