Re: [sysadmin-discuss] Automount + CIFS giving wierd permissions issue.

2009-07-20 Thread Justin Ellison
Sorry, I was typing. Here's copy/paste: # cat /etc/auto_direct /export/home/justine/lt-justine/c -fstype=smbfs //lt-justine/c-drive All that's in dmesg is this (I see it all the time): Jul 20 14:32:00 jentoo smbd[7672]: [ID 766186 daemon.error] NbtDatagramDecode[11]: too small packet Jul 2

[sysadmin-discuss] Automount + CIFS giving wierd permissions issue.

2009-07-09 Thread Justin Ellison
Hi everyone, Following the OpenSolaris Bible, I want to be able to mount a CIFS share on my osol box to my Windows XP laptop. The laptop is a member of an AD domain, but the osol box is not. Straight-out mounting as root is fine: # mount -F smbfs //mydomain\;just...@lt-justine/c-drive /mnt Pa