Re: Missing devs...

2006-05-29 Thread Micah
Aren Olvalde Tyr wrote: Hi On Sunday 28 May 2006 21:42, Anders Troback wrote: In my usbd.conf I have: device "Sony Ericsson W810i" devname "umass[0-9]+" vendor 0x0fce product 0xe042 attach "sleep 5 ; /sbin/mount -t msdos /dev/da1 /mnt ; /etc/rc.d/devfs restart" As I said, this w

Re: Missing devs...

2006-05-29 Thread Aren Olvalde Tyr
Hi On Sunday 28 May 2006 21:42, Anders Troback wrote: > In my usbd.conf I have: > > device "Sony Ericsson W810i" >devname "umass[0-9]+" >vendor 0x0fce >product 0xe042 >attach "sleep 5 ; /sbin/mount -t msdos /dev/da1 /mnt ; /etc/rc.d/devfs > restart" > > As I said, this works for

Re: Missing devs...

2006-05-28 Thread Anders Troback
On Sun, 28 May 2006 16:25:58 +0100 Aren Olvalde Tyr <[EMAIL PROTECTED]> wrote: > Hi > > So now to my question! How do I avoid this dual mounting? > > I have the same problem with my memory card reader. > > The necessary da1s1 device node slice for my SD memory card is not > created until after

Re: Missing devs...

2006-05-28 Thread Aren Olvalde Tyr
Hi > So now to my question! How do I avoid this dual mounting? I have the same problem with my memory card reader. The necessary da1s1 device node slice for my SD memory card is not created until after it has been probed during the attempt to mount it. The only exception to this is if the card

Missing devs...

2006-05-22 Thread Anders Troback
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