Date: Tue, 12 Dec 2006 08:43:18 +0900 From: "Wood, Russell" <Russell.Wood@rac.com.au> To: "Karl Sinn" <news@budostore.de>, <freebsd-questions@freebsd.org> Subject: RE: mount USB-Device Message-ID: <D6B5375CBC761B4BAD78E414B4BB55724A234D@mercury.rac.com.au>
next in thread | raw e-mail | index | archive | help
> -----Original Message----- > From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd- > questions@freebsd.org] On Behalf Of Karl Sinn > Sent: Tuesday, 12 December 2006 8:29 AM > To: freebsd-questions@freebsd.org > Subject: mount USB-Device >=20 > Hi, >=20 > I would like to use one of my USB-MP3-Players. >=20 > I plug it in and I can see with dmesg that the device is recognised by the > kernel. >=20 > "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 >=20 > in "/usr/sbin" I find only mout_* for nwfs, portalfs and smbfs. >=20 > 1) Where are the other filesystem mounts? > 2) do I have to give another device name like da0s1? > 3) Is there something like automount? >=20 > 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?D6B5375CBC761B4BAD78E414B4BB55724A234D>