Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jul 1999 00:00:17 -0600 (MDT)
From:      Jonathon Doran <doranj@Colorado.EDU>
To:        bambang@labkom.itenas.ac.id (Sukotjo Bambang)
Cc:        junkmale@xtra.co.nz, freebsd-questions@FreeBSD.ORG
Subject:   Re: FTP from CD-ROM
Message-ID:  <199907120600.AAA21457@ucsu.Colorado.EDU>
In-Reply-To: <Pine.BSF.4.05.9907121056250.11243-100000@labkom.itenas.ac.id> from "Sukotjo Bambang" at Jul 12, 99 11:03:24 am

next in thread | previous in thread | raw e-mail | index | archive | help
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907120600.AAA21457>