Re: mkisofs options question

2003-12-24 Thread Lowell Gilbert
Charles Howse <[EMAIL PROTECTED]> writes: > -rw-r--r-- 1 root wheel -9839 Dec 24 02:09 CUSTOM Oh. I thought those "CUSTOM" entries were directories. Never mind my confusion. Try to picture what's happening: It's creating a root directory for the CD-ROM, and you're telling it to put i

Re: mkisofs options question

2003-12-24 Thread Charles Howse
On Wednesday 24 December 2003 10:10 am, Dan Nelson wrote: > In the last episode (Dec 24), Charles Howse said: > > I have some directories that I need to include in a .iso file. I've > > followed the online Handbook section 12.5.2, and read man mkisofs. > > > > The directories each have the file CUS

Re: mkisofs options question

2003-12-24 Thread Ariff Abdullah
On Wed, 24 Dec 2003 10:30:35 -0600 Charles Howse <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] ~]# 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/C

Re: mkisofs options question

2003-12-24 Thread Charles Howse
On Wednesday 24 December 2003 10:13 am, Lowell Gilbert wrote: > Charles Howse <[EMAIL PROTECTED]> writes: > > I have some directories that I need to include in a .iso file. > > I've followed the online Handbook section 12.5.2, and read man mkisofs. > > > > The directories each have the file CUSTOM

Re: mkisofs options question

2003-12-24 Thread Lowell Gilbert
Charles Howse <[EMAIL PROTECTED]> writes: > I have some directories that I need to include in a .iso file. > I've followed the online Handbook section 12.5.2, and read man mkisofs. > > The directories each have the file CUSTOM in them. > That causes mkisofs to error: > > [EMAIL PROTECTED] ~]# mk

Re: mkisofs options question

2003-12-24 Thread Dan Nelson
In the last episode (Dec 24), Charles Howse said: > I have some directories that I need to include in a .iso file. I've > followed the online Handbook section 12.5.2, and read man mkisofs. > > The directories each have the file CUSTOM in them. > That causes mkisofs to error: > > [EMAIL PROTECTED]