Date: Mon, 22 May 2006 23:07:55 +0200 From: Anders Troback <freebsd@troback.com> To: FreeBSD <freebsd-questions@freebsd.org> Subject: Missing devs... Message-ID: <20060522230755.3ec1b02e@devil.troback.com>
next in thread | raw e-mail | index | archive | help
Hi, I'm new to this list so bare with me! I have some problems with a USB device with a built in memory card. The problem is that when I attach the device new devs are created under /dev; da0 and da1. There are a FAT file system on the card so I want da1s1 but there are no dev with that name. So if I do: mount -t msdos /dev/da1s1 /mnt I get: mount_msdosfs: /dev/da1s1: No such file or directory But if I do: mount -t msdos /dev/da1 /mnt I get: mount_msdosfs: /dev/da1: Invalid argument And now I do a: mount -t msdos /dev/da1s1 /mnt Now it's working! The dev da1s1 are there and I'm happy:-) So now to my question! How do I avoid this dual mounting? Thanks for listening!!! Anders Trob=E4ck Sweden --=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D How many Microsoft employees does it take to screw in a light bulb? None, they declare darkness a new standard. ---------------------------------------------------------------- Anders Trob=E4ck http://www.troback.com/ -
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060522230755.3ec1b02e>