On Wed, 20 Jun 2001, Don Waugaman wrote:
[Sorry for being so late. You have probably solved this one way or the
other already ...
Btw, did anyone else get lots of emails from [EMAIL PROTECTED] with old
messages from this list? My spambuster put them all in block.incoming,
and when looking at them I remembered I hadn't checked this list for a
while :) ]
> I've also tried a few other variants with a non-executable map file,
> something like:
>
> home -hard,intr,nodev,nosuid cslewis:/home
> usr -hard,intr,nodev,nosuid cslewis:/usr
> usr/local/bld -hard,intr,nodev,nosuid cslewis:/usr/local/bld
> usr/local/save -fstype=smbfs,username=dpw,password=<***> //cslewis/archive
If you move the smbfs mount to a local dir (/mnt/foo) instead of a nfs
dir, does that make any difference?
I have always used :// and not just //, not sure if that makes any
difference. Here is a sample entry from my /etc/auto.cali:
music -fstype=smbfs,username=puw,password=foo,workgroup=foof,uid=puw ://cali/music
And the corresponding entry in my /etc/auto.master is:
/import/cali /etc/auto.cali --timeout 60
And I get /import/cali/music automounted.
/Urban