Date: Tue, 3 Dec 2002 21:08:32 -0600 From: Dan Nelson <dnelson@allantgroup.com> To: bastill@adam.com.au Cc: freebsd-questions@FreeBSD.ORG Subject: Re: mkisofs "lost" Message-ID: <20021204030832.GA7933@dan.emsphone.com> In-Reply-To: <1038967792.3ded63f084197@webmail.adam.com.au> References: <1038967792.3ded63f084197@webmail.adam.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Dec 04), bastill@adam.com.au said: > I have tried to use mkiso fs as root. > Here is what happens: > root@BAPhD / mkisofs -U -R myfile.iso /usr/ports > Warning: creating filesystem that does not conform to ISO-9660. > mkisofs: No such file or directory. Invalid node - myfile.iso > What IS going on here? (Yes - I have trief /usr/local/bin/mkisofs. Same result) > More importantly, how can I fix it? mkisofs is complaining that one of its input files doesn't exist. You are missing the outputfile, which is specified with -o. SYNOPSIS mkisofs [ options ] [ -o filename ] pathspec [pathspec ...] -- Dan Nelson dnelson@allantgroup.com 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?20021204030832.GA7933>