CD-ROM を samba 共有する。

/etc/samba/smb.conf に、下記を追加
[CD-ROM]
comment = CD-ROM
path = /misc/cd
guest ok = Yes
read only = Yes

・automountを有効にする。
/etc/auto.master

# $Id: auto.master,v 1.2 1997/10/06 21:52:03 hpa Exp $
# Sample auto.master file
# Format of this file:
# mountpoint map options
# For details of the format look at autofs(8).
/misc /etc/auto.misc –timeout=60

・自動起動設定
chkconfig autofs on