mkisofs options question

Ariff Abdullah skywizard at time.net.my
Wed Dec 24 09:30:42 PST 2003



On Wed, 24 Dec 2003 10:30:35 -0600
Charles Howse <chowse at charter.net> wrote:
> [root at moe ~]# mkisofs -U -R -o /tmp/cdimg.iso /disk2/curly
> /disk2/larry Warning: creating filesystem that does not conform to
> ISO-9660. Using CUSTOM000 for  /CUSTOM (CUSTOM)
> mkisofs: Error: '/disk2/larry/CUSTOM' and '/disk2/curly/CUSTOM' have
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> the same Rock Ridge name 'CUSTOM'.
> mkisofs: Error: '/disk2/larry/CUSTOM' and '/disk2/curly/CUSTOM' have
> the same Rock Ridge name 'CUSTOM'.
> mkisofs: Unable to sort directory
>

It's obvious, you have two 'CUSTOM' files. mkisofs will pack all the
files in a single root directory, hence, causing that error. Probably
what you realy need is '-graft-points' to separate each directory into
it's own container directory.

mkisofs -U -R -o /tmp/cdimg.iso -graft-points \
  curly/=/disk2/curly larry/=/disk2/larry

--

Ariff Abdullah
MyBSD
http://www.MyBSD.org.my (IPv4)
http://staff.MyBSD.org.my (IPv6/IPv4)
http://tomoyo.MyBSD.org.my (IPv6/IPv4)


More information about the freebsd-questions mailing list