In the last episode (Dec 04), [EMAIL PROTECTED] 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
        [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to