Displaying 1 result from an estimated 1 matches for "aamc".
Did you mean:
aac
2006 Jan 30
0
Problem doing a simple automount via Samba...
...your imagination
#linux -ro,soft,intr ftp.example.org:/pub/linux
#boot -fstype=ext2 :/dev/hda1
#floppy -fstype=auto :/dev/fd0
#floppy -fstype=ext2 :/dev/fd0
#e2floppy -fstype=ext2 :/dev/fd0
#jaz -fstype=ext2 :/dev/sdc1
#removable -fstype=ext2 :/dev/hdd
rh -ro,soft,intr inet640.aamc.org:/mirror/rh
ks -ro,soft,intr inet640.aamc.org:/kickstart
sharedcache -fstype=smbfs,ro,port=445,credentials=/etc/devback.creds
://devback/shared
The directory I'm concerned about is sharedcache. Here's the
/etc/samba/smb.conf from devback:
# This is the main Samba configuration file. Y...