Re: USB not fashion

2004-05-14 Thread Hendrik Hasenbein
Arek Czereszewski wrote:
Hendrik Hasenbein wrote:

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

Wrong,
# mount -t msdos /dev/da0s1 /removable
It hasnt to be on partition one of the key. Most times it is.

Hendrik



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


Re: USB not fashion

2004-05-13 Thread Hendrik Hasenbein
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'.

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


Re: USB not fashion

2004-05-13 Thread Arek Czereszewski
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]