From owner-freebsd-hackers Fri Jun 23 14:31:59 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA26505 for hackers-outgoing; Fri, 23 Jun 1995 14:31:59 -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 OAA26496 for ; Fri, 23 Jun 1995 14:31:58 -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 OAA02725 ; Fri, 23 Jun 1995 14:31:39 -0700 X-Authentication-Warning: westhill.cdrom.com: Host localhost.cdrom.com didn't use HELO protocol To: Amos Shapira cc: freebsd-hackers@freebsd.org (FreeBSD Hackers Mailing List) Subject: Re: Creating iso9660 filesystems In-reply-to: Your message of "Fri, 23 Jun 1995 21:46:17 +0300." <199506231846.AA06507@picton.cs.huji.ac.il> Date: Fri, 23 Jun 1995 14:31:38 -0700 Message-ID: <2723.803943098@westhill.cdrom.com> From: Gary Palmer Sender: hackers-owner@freebsd.org Precedence: bulk In message <199506231846.AA06507@picton.cs.huji.ac.il>, Amos Shapira writes: >Andrew Herdman wrote: >Linux has a "mkisofs" program which will dump a filesystem in iso9660 >format onto a file (the docs say you can dump that into a partition >and mount the partition in order to check the format, sounds neat :). >I just saw a report that mkisofs was ported to SGI IRIX so I'd expect >a port to FreeBSD should be easy (if it hasn't been done yet). gpalmer@westhill:~/tmp> which mkisofs /usr/bin/mkisofs gpalmer@westhill:~/tmp> It's part of the system :-) Gary