Re: mkisofs and directories



On Tue, Apr 14, 2009 at 4:18 PM, Alexander Best <
alexbestms@xxxxxxxxxxxxxxxxxxxx> wrote:

hi there,

this is a question that's always been bugging me:

when i give mkisofs a directory as argument it always ads the contents of
that
directory to the iso. how can i tell mkisofs that i want the actual
directory
(including all it's contents) to be added to the iso?

cheers.
alex


unix naming convention normally dictates the following:
cp -r /cdrom/dir /mnt/
# will create /mnt/dir and everything under it
cp -r /cdrom/dir/ /mnt/
# will copy contents of dir into /mnt


Try excluding the slash (which is the only difference).
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Help with cdrecord
    ... I'm trying to teach myself how to use mkisofs and cdrecord. ... though that is like saying my verbals skills are ... The size of the iso file is 747200512 bytes. ... The CDR is supposed to hold 700 MB, ...
    (Fedora)
  • Re: Any users of mondoarchive on debian boxes?
    ... Its error message says mkisofs is broken, ... bare-bones woody system _without_ LVM to ISO images. ... Also install reiserfsprogs if using ReiserFS. ...
    (Debian-User)
  • Re: Directories on CD - Help
    ... On 2004-10-08, Olix wrote: ... mkisofs does just fine at preserving ... the image of that directory the root of the ISO. ...
    (comp.os.linux.misc)
  • Re: mkisofs and directories
    ... Am Dienstag, den 14.04.2009, 23:22 -0600 schrieb Tim Judd: ... this is a question that's always been bugging me: ... directory to the iso. ... how can i tell mkisofs that i want the actual ...
    (freebsd-questions)
  • Re: How to create .iso file image of cdrom (atapi)?
    ... > can mount it he may be able to use mkisofs to make an ISO of the data. ... A very intelligent turtle ...
    (freebsd-questions)