Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 May 2004 07:49:46 +0200
From:      Arek Czereszewski <arek@wup-katowice.pl>
Cc:        questions@freebsd.org
Subject:   Re: USB not fashion
Message-ID:  <40A45DFA.8040506@wup-katowice.pl>
In-Reply-To: <40A37D0A.1050607@techfak.uni-bielefeld.de>
References:  <20040513132020.91906.qmail@web25005.mail.ukl.yahoo.com> <40A37D0A.1050607@techfak.uni-bielefeld.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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."



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40A45DFA.8040506>