Re: mount USB-Device SOLVED

2006-12-11 Thread Karl Sinn
Hi,

Am Dienstag, 12. Dezember 2006 00:43 schrieb Wood, Russell:
>
>   mount -t msdos /dev/da0 /mnt

It worked.

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


Re: mount USB-Device

2006-12-11 Thread Jona Joachim
On Tue, 12 Dec 2006 00:29:14 +0100 (MET)
Karl Sinn <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> I would like to use one of my USB-MP3-Players.
> 
> I plug it in and I can see with dmesg that the device is recognised
> by the kernel.
> 
> "mount /dev/da0 /mnt " gives an error message: incorrect superblock.
> "mount -t fat /dev/da0 /mnt" gives an error message that mount_fat is
> not found

try with msdosfs instead of fat.

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


RE: mount USB-Device

2006-12-11 Thread Wood, Russell
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Karl Sinn
> Sent: Tuesday, 12 December 2006 8:29 AM
> To: freebsd-questions@freebsd.org
> Subject: mount USB-Device
> 
> Hi,
> 
> I would like to use one of my USB-MP3-Players.
> 
> I plug it in and I can see with dmesg that the device is recognised by
the
> kernel.
> 
> "mount /dev/da0 /mnt " gives an error message: incorrect superblock.
> "mount -t fat /dev/da0 /mnt" gives an error message that mount_fat is
not
> found
> 
> in "/usr/sbin" I find only mout_* for nwfs, portalfs and smbfs.
> 
> 1) Where are the other filesystem mounts?
> 2) do I have to give another device name like da0s1?
> 3) Is there something like automount?
> 
> Thanks
> Karl

Try:

mount -t msdos /dev/da0 /mnt

Regards,
Russell Wood


DISCLAIMER:
Disclaimer.  This e-mail is private and confidential. If you are not the 
intended recipient, please advise us by return e-mail immediately, and delete 
the e-mail and any attachments without using or disclosing the contents in any 
way. The views expressed in this e-mail are those of the author, and do not 
represent those of this company unless this is clearly indicated. You should 
scan this e-mail and any attachments for viruses. This company accepts no 
liability for any direct or indirect damage or loss resulting from the use of 
any attachments to this e-mail.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"