From owner-freebsd-hackers Sat Jun 24 23:39:37 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA12230 for hackers-outgoing; Sat, 24 Jun 1995 23:39:37 -0700 Received: from westhill.cdrom.com (westhill.cdrom.com [192.216.223.147]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id XAA12224 for ; Sat, 24 Jun 1995 23:39:36 -0700 Received: from localhost.cdrom.com (localhost.cdrom.com [127.0.0.1]) by westhill.cdrom.com (8.6.11/8.6.11) with SMTP id XAA11883 ; Sat, 24 Jun 1995 23:39:26 -0700 X-Authentication-Warning: westhill.cdrom.com: Host localhost.cdrom.com didn't use HELO protocol To: Warner Losh cc: freebsd-hackers@FreeBSD.org (FreeBSD Hackers Mailing List) Subject: Re: Creating iso9660 filesystems In-reply-to: Your message of "Sun, 25 Jun 1995 00:04:34 MDT." <199506250604.AAA02205@rover.village.org> Date: Sat, 24 Jun 1995 23:39:26 -0700 Message-ID: <11881.804062366@westhill.cdrom.com> From: Gary Palmer Sender: hackers-owner@FreeBSD.org Precedence: bulk In message <199506250604.AAA02205@rover.village.org>, Warner Losh writes: >So can it be used on media that is smaller than a cdrom in size? Say, >an IOMEGA 100M floppy? mkisofs will just generate the ISO 9660 compliant image. It will create an image as large as is needed to hold the requested data. So, yes, it will work, but I'm not sure how you'd write it out. We have to ftp the images across to a DOS box and burn them with a program called `mastercd' which writes them to the device. Gary