From owner-freebsd-questions Wed Nov 12 00:13:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA01371 for questions-outgoing; Wed, 12 Nov 1997 00:13:03 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from cumulus.upthb.bppt.go.id (cumulus.upthb.bppt.go.id [202.46.7.5]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA01357 for ; Wed, 12 Nov 1997 00:12:54 -0800 (PST) (envelope-from mahally@cumulus.upthb.bppt.go.id) Received: (from mahally@localhost) by cumulus.upthb.bppt.go.id (8.8.5/8.8.5) id PAA01127; Wed, 12 Nov 1997 15:00:26 +0700 (JAVT) Date: Wed, 12 Nov 1997 15:00:26 +0700 (JAVT) From: Mahally Kudsy Message-Id: <199711120800.PAA01127@cumulus.upthb.bppt.go.id> To: craig@tuna.progroup.com, questions@FreeBSD.ORG Subject: Re: setting up /usr/ports/distfiles to fetch from cdrom Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk You have to mount the CDROM at one directory, say /cdrom then make a link directory of distfiles directory of cdrom to /usr/ports/distfiles. Such as: mount -t cd9660 /dev/wcd0 /cdrom ln /cdrom/.../distfiles /usr/ports/distfiles That's all Mahally