Re: Automount pcmcia flash reader?

2004-02-29 Thread Sara Trice
Thanks. I had seen this before and didn't get it to work; I tried again 
from step 1 and it works now. Must have missed something.

At 06:58 PM 2/29/2004, Dan Pelleg wrote:
Sara Trice <[EMAIL PROTECTED]> writes:

> Running freeBSD 4.9.  I have a 4-in-1 pcmcia flash memory reader from
> CompUSA, and managed to get it to work with my laptop. I have been playing
> around with it and found this page:
>
> http://www.daemonnews.org/200202/automounting.html
>
That article has been extended to CF cards. See:

http://www.daemonnews.org/200305/cfmount.html

--

  Dan Pelleg


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


Re: Automount pcmcia flash reader?

2004-02-29 Thread Dan Pelleg
Sara Trice <[EMAIL PROTECTED]> writes:

> Running freeBSD 4.9.  I have a 4-in-1 pcmcia flash memory reader from
> CompUSA, and managed to get it to work with my laptop. I have been playing
> around with it and found this page:
>
> http://www.daemonnews.org/200202/automounting.html
>

That article has been extended to CF cards. See:

http://www.daemonnews.org/200305/cfmount.html

-- 

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


Automount pcmcia flash reader?

2004-02-29 Thread Sara Trice
Running freeBSD 4.9.  I have a 4-in-1 pcmcia flash memory reader from 
CompUSA, and managed to get it to work with my laptop. I have been playing 
around with it and found this page:

http://www.daemonnews.org/200202/automounting.html

Automounting is new to me, so I tried following the steps; I got all the 
way through step 2, 'configuring mount', so I can now just type:

mount /camera

and it will mount the card. (Called it camera for my own personal 
reference.) So this is in my /etc/fstab:

/dev/ad8s1   /camera msdos   rw,noauto   0   0

Now, trying to get through step 3, configuring automount. I followed the 
instructions to add these to my rc.conf:

portmap_enable=YES
amd_enable=YES
amd_flags="-a /.amd_mnt -l syslog /host /etc/amd.map"
Created the /.amd_mnt directory, and added this to my amd.map:

localhost/cameratype:=program;fs:=/camera;\
mount:="/sbin/mount mount /camera";\
unmount:="/sbin/umount umount /camera"
But according to the page, it seems it should work after this; it does, 
however, not. I have a symlink that I can't remove that is:
/host/localhost/camera --> /camera

But accessing either directory does not result in the card being automounted.

I don't have an amd.conf. Should I, and if so, what should be in it?

~Sara~

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