From owner-freebsd-questions Sun Jul 11 23: 1:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ucsu.Colorado.EDU (ucsu.Colorado.EDU [128.138.129.83]) by hub.freebsd.org (Postfix) with ESMTP id CC52E14A14 for ; Sun, 11 Jul 1999 23:01:49 -0700 (PDT) (envelope-from doranj@ucsu.Colorado.EDU) Received: (from doranj@localhost) by ucsu.Colorado.EDU (8.9.3/8.9.3/ITS-5.0/standard) id AAA21457; Mon, 12 Jul 1999 00:00:17 -0600 (MDT) From: Jonathon Doran Message-Id: <199907120600.AAA21457@ucsu.Colorado.EDU> Subject: Re: FTP from CD-ROM To: bambang@labkom.itenas.ac.id (Sukotjo Bambang) Date: Mon, 12 Jul 1999 00:00:17 -0600 (MDT) Cc: junkmale@xtra.co.nz, freebsd-questions@FreeBSD.ORG In-Reply-To: from "Sukotjo Bambang" at Jul 12, 99 11:03:24 am X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I already try that way and it didn't works. Please be more specific when describing your problem. What did you do, and how did it fail (error messages etc) Once the CD is mounted, ftpd shouldn't be able to distinguish it from any other read-only filesystem. I suggest that you create an FTP user, and make a symbolic link to the CD: cd ~ftp ln -s /cdrom 3.2-RELEASE (substituting the appropriate ftp user, cd-rom mount point, and release) I haven't tried this, and it would be inconvienient for me to do so right now, but I expect it would work. I would be interested in discussing any difficulties you ran into trying this. My best guess is that it would work fine. > There are any different FreeBSD source between FTP and CD-ROM? Most people ftp from writable filesystems, but this shouldn't be causing you troubles. I suspect the problem is pathnames: The installation expects the files to be in a directory named after the release you are installing. For example "3.2-RELEASE". $ ls 3.2-RELEASE XF86333 compat20 dict info tools bin compat21 doc manpages catpages compat22 floppies proflibs compat1x des games src The CDs don't have this organization, the root directory contains the contents of 3.2-RELEASE. Jon Doran To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message