From owner-freebsd-questions@FreeBSD.ORG Wed Mar 23 18:50:01 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D6671065670 for ; Wed, 23 Mar 2011 18:50:01 +0000 (UTC) (envelope-from editor@d3photography.com) Received: from server.cwis.biz (70-89-202-5-invergrove-mn.hfc.comcastbusiness.net [70.89.202.5]) by mx1.freebsd.org (Postfix) with ESMTP id 5DBB88FC15 for ; Wed, 23 Mar 2011 18:50:01 +0000 (UTC) Received: from server.cwis.biz (localhost [127.0.0.1]) by server.cwis.biz (Postfix) with ESMTP id 4A3AC26399F1 for ; Wed, 23 Mar 2011 13:50:23 -0500 (CDT) X-Virus-Scanned: amavisd-new at cwis.biz Received: from server.cwis.biz ([127.0.0.1]) by server.cwis.biz (server.cwis.biz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ISnupzTHM6pf for ; Wed, 23 Mar 2011 13:50:10 -0500 (CDT) Received: from [192.168.46.85] (unknown [64.122.64.171]) by server.cwis.biz (Postfix) with ESMTPSA id 4DDFB26399F0 for ; Wed, 23 Mar 2011 13:50:10 -0500 (CDT) From: Ryan Coleman Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Wed, 23 Mar 2011 13:49:46 -0500 Message-Id: <21012F71-5038-45F1-98C6-72A0B1239009@d3photography.com> To: FreeBSD Mailing List Mime-Version: 1.0 (Apple Message framework v1082) X-Mailer: Apple Mail (2.1082) Subject: Automating mounting of ISO images X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Mar 2011 18:50:01 -0000 I have a folder full of ISOs that we're sharing on the network instead = of having the discs available (seems like a good idea, right?) But I want to automate the process on boot instead of having to write a = static script to do the work. Disc images are located in /mount/disc_images/ (all are ISOs) They need to mount into /mount/office_files/images/FILENAME [without the = .iso extension] How can I do this? I've always been given these types of scripts in the = past at an old job but I don't have access to those examples anymore.