Re: Needed: functionality of mkisofs command

2019-10-28 Thread Thomas Schmitt
Hi, Jude DaShiell wrote: > Have you tried growisofs yet? growisofs has no own ISO 9660 production software. It rather uses programs which offer an option interface compatible to mkisofs. mkisofs, enisoimage, and xorrisofs are suitable. In Debian, the choice of ISO 9660 backend is done

Re: Needed: functionality of mkisofs command

2019-10-27 Thread Jude DaShiell
On Sun, 27 Oct 2019, Richard Owlett wrote: > Date: Sun, 27 Oct 2019 15:39:50 > From: Richard Owlett > To: debian-user@lists.debian.org > Subject: Re: Needed: functionality of mkisofs command > Resent-Date: Sun, 27 Oct 2019 19:40:15 + (UTC) > Resent-From: debian-user@lists

Re: Needed: functionality of mkisofs command

2019-10-27 Thread Richard Owlett
On 10/27/2019 09:13 AM, Stefan Krusche wrote: Am Sonntag, 27. Oktober 2019 schrieb Richard Owlett: I wish to use ISO files as archives. Multiple references suggest command of form: $ mkisofs –o backup.iso /home/tin/Documents/backup Debian does not have "mkisofs". The manpages f

Re: Needed: functionality of mkisofs command

2019-10-27 Thread bcciv
I have used Debian for 16 + years, and I only have a couple of bones to pick. One is I use a BSD distro that has cdrtools already installed when I burn dual layer dvd's to avoid creating as many coasters as possible. This effects all aspects of the tools available. There is too much to say so

Re: Needed: functionality of mkisofs command

2019-10-27 Thread Stefan Krusche
Am Sonntag, 27. Oktober 2019 schrieb Richard Owlett: > I wish to use ISO files as archives. > > Multiple references suggest command of form: > > $ mkisofs –o backup.iso /home/tin/Documents/backup > > Debian does not have "mkisofs". > > The manpages for xorris

Re: Needed: functionality of mkisofs command

2019-10-27 Thread Thomas Schmitt
Hi, Richard Owlett wrote: > I wish to use ISO files as archives. > Multiple references suggest command of form: > $ mkisofs –o backup.iso /home/tin/Documents/backup This is the very minimum of an ISO production command. > Debian does not have "mkisofs". In 2006, Deb

Needed: functionality of mkisofs command

2019-10-27 Thread Richard Owlett
I wish to use ISO files as archives. Multiple references suggest command of form: $ mkisofs –o backup.iso /home/tin/Documents/backup Debian does not have "mkisofs". The manpages for xorriso and xorrisofs say they are suitable. BUT give no example. I got lost attempting to

Re: mkisofs

2018-04-21 Thread Thomas Schmitt
nd proposals around this. > Now I will search some documentation about mkisofs trying to understand > the options in the original command to reproduce with xorriso. You created about what a Debian 5 ISO had as boot equipment: https://wiki.debian.org/RepackBootableISO#amd64_release_5.0.4

Re: mkisofs (was: Installer image for installation via ssh)

2018-04-21 Thread Thomas Schmitt
Hi, Curt wrote: > > > > http://www.sgvulcan.com/2010/01/06/installing-debian-using-only-ssh/ Leandro Noferini wrote: > > > mkisofs -o ../custom_install.iso -r -J -no-emul-boot -boot-load-size 4 > > > -boot-info-table -b isolinux/isolinux.bin -c isolinux/boot.cat .

Re: mkisofs

2018-04-21 Thread Leandro Noferini
Steve McIntyre writes: [...] >>mkisofs -o ../custom_install.iso -r -J -no-emul-boot -boot-load-size 4 >>-boot-info-table -b isolinux/isolinux.bin -c isolinux/boot.cat ../isonew [...] > genisoimage should be an exact drop-in replacement for mkisofs, or you > can also use xor

Re: mkisofs

2018-04-21 Thread Leandro Noferini
Cindy-Sue Causey writes: [...] >> mkisofs -o ../custom_install.iso -r -J -no-emul-boot -boot-load-size 4 >> -boot-info-table -b isolinux/isolinux.bin -c isolinux/boot.cat ../isonew [...] > I've had some mostly bad luck in this topic (relative to messing > around with

Re: mkisofs (was: Installer image for installation via ssh)

2018-04-20 Thread Brian
On Thu 19 Apr 2018 at 22:14:05 +0200, Thomas Schmitt wrote: > Hi, > > i wrote: > > > But [genisoimage's] main problem is that nobody wants to do work in its > > > code, of which Joerg Schilling claims intellectual ownership. > > > The first is regrettable. The second does not seem unjustified. >

Re: mkisofs (was: Installer image for installation via ssh)

2018-04-19 Thread Thomas Schmitt
t; co-ordinate or drive essential changes. The best one can do is to alter > individual pages. Or write new ones. But from that it won't get better but only more fragmented. > > That's why i propose file /.disk/mkisofs in the ISO as source of inspiration > > about

Re: mkisofs (was: Installer image for installation via ssh)

2018-04-19 Thread Brian
them. Easily. > This would need a plan and afterwards active maintainance. Active maintenance? Plan? The wiki (AFAIK) has no structure in place to co-ordinate or drive essential changes. The best one can do is to alter individual pages. Or write new ones. > That's why i p

Re: mkisofs (was: Installer image for installation via ssh)

2018-04-19 Thread Thomas Schmitt
solidate the various wikis about that topic. There is e.g. https://wiki.debian.org/DebianInstaller/Modify/CD and chances are that one could find more of them. This would need a plan and afterwards active maintainance. That's why i propose file /.disk/mkisofs in the ISO as source of inspiration ab

Re: mkisofs (was: Installer image for installation via ssh)

2018-04-19 Thread Brian
On Thu 19 Apr 2018 at 19:32:13 +0200, Thomas Schmitt wrote: > Hi, > > Cindy-Sue Causey wrote: > > My memory this second is that the chatter went beyond just that > > genisoimage was not being maintained, > > At least the last maintainer of genisoimage did not reveil himself as > wearing that hat

Re: mkisofs (was: Installer image for installation via ssh)

2018-04-19 Thread Thomas Schmitt
hard disk. Mainly used for extracting files from ISO or for mounting older sessions of a multi-session ISO. - xorrisofs starts xorriso in a mode which prepends "-as mkisofs" to the program arguments. This command interpets its arguments similar to mkisofs until the emulation mode is en

Re: mkisofs (was: Installer image for installation via ssh)

2018-04-19 Thread Thomas Schmitt
Hi, Curt wrote: > > http://www.sgvulcan.com/2010/01/06/installing-debian-using-only-ssh/ Leandro Noferini wrote: > In the article there is this command > mkisofs -o ../custom_install.iso -r -J -no-emul-boot -boot-load-size 4 > -boot-info-table -b isolinux/isolinux.bin -c is

Re: mkisofs (was: Installer image for installation via ssh)

2018-04-19 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Apr 19, 2018 at 12:08:56PM -0400, Cindy-Sue Causey wrote: [...] > One question I'm left with now is that I'm getting zero response for > "apt-cache search xorrisofs". I must have hit up the Internet yet > again to find xorriso as an option. T

Re: mkisofs (was: Installer image for installation via ssh)

2018-04-19 Thread Brian
t; > In the comment area Wojciech Gomoła opines it "works pretty good > > with Debian 9.1.0." > > > > The solution does require the headless machine to be capable of booting from > > cd. > > [...] > > I tried this solution but I had to stop at la

Re: mkisofs (was: Installer image for installation via ssh)

2018-04-19 Thread Cindy-Sue Causey
. In the article there is this command >> >> mkisofs -o ../custom_install.iso -r -J -no-emul-boot -boot-load-size 4 >> -boot-info-table -b isolinux/isolinux.bin -c isolinux/boot.cat ../isonew >> >> But mkisofs does not exist in debian anymore. In its place (?) we hav

Re: mkisofs (was: Installer image for installation via ssh)

2018-04-19 Thread Curt
On 2018-04-19, Leandro Noferini wrote: > > I tried this solution but I had to stop at last passage, when we need to > recreate the new image. In the article there is this command > > mkisofs -o ../custom_install.iso -r -J -no-emul-boot -boot-load-size 4 >boot-info-table -b iso

Re: mkisofs (was: Installer image for installation via ssh)

2018-04-19 Thread Steve McIntyre
lnofe...@cybervalley.org wrote: > >I tried this solution but I had to stop at last passage, when we need to >recreate the new image. In the article there is this command > >mkisofs -o ../custom_install.iso -r -J -no-emul-boot -boot-load-size 4 >-boot-info-table -b isolinux/isolin

Re: mkisofs (was: Installer image for installation via ssh)

2018-04-19 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Apr 19, 2018 at 04:42:30PM +0200, Leandro Noferini wrote: [...] > I tried this solution but I had to stop at last passage, when we need to > recreate the new image. In the article there is this command > > mkisofs -o ../custom_in

Re: mkisofs (was: Installer image for installation via ssh)

2018-04-19 Thread Cindy-Sue Causey
ech Gomoła opines it "works pretty good >> with Debian 9.1.0." >> >> The solution does require the headless machine to be capable of booting >> from >> cd. > > [...] > > I tried this solution but I had to stop at last passage, when we need to > re

mkisofs (was: Installer image for installation via ssh)

2018-04-19 Thread Leandro Noferini
The solution does require the headless machine to be capable of booting from > cd. [...] I tried this solution but I had to stop at last passage, when we need to recreate the new image. In the article there is this command mkisofs -o ../custom_install.iso -r -J -no-emul-boot -boot-load

mkisofs question

2006-10-17 Thread Jude DaShiell
What's the real deal with the --split-output option? The man page says the subsequent files made will be under a gig but it would be far more useful to know if those files will be no larger than the first file made. I don't want to do a multi disc backup and find I can't burn subsequent discs

RE: mkisofs and mkzftree

2006-09-27 Thread Sven Arvidsson
t and not to me directly :) What fails? You're not trying to apply the patch to the binary package are you? You need to get the source code for mkisofs, apply the patch and rebuild the package. Alternatively you can try to downgrade mkisofs to an earlier version that still h

Re: mkisofs and mkzftree

2006-09-27 Thread Sven Arvidsson
On Wed, 2006-09-27 at 16:04 +0530, Deepak Kumar Tripathi wrote: > Which debian package contain mkzftree because i am uisng mkisofs > unstable and in source it is not avalable. Hi, See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=387927 -- Cheers, Sven Arvidsson http://www.whiz.se P

mkisofs and mkzftree

2006-09-27 Thread Deepak Kumar Tripathi
Title: mkisofs and mkzftree Which debian package contain mkzftree because i am uisng mkisofs unstable and in source it is not avalable. thanks in advance Deepak Tripathi .---. Open Source Developer  / \       [EMAIL PROTECTED

mkisofs : boot image size question

2006-08-20 Thread Stephane Durieux
Hello I would like to know if it s possible to make a boot cd with a boot image bigger than 1,44Mo or 2.88 Mo with no-emul-boot option of mkisofs for instance ?Cause I have two big initrd and bzImage in the boot imageCan someone precise me the following options:-no-emul-boot : not necessary to use

mkisofs: how to specify the volume name?

2006-08-06 Thread Yuwen Dai
Dear all,How to specify the volume name with mkisofs?  The manual says "-V" is the option.  But I can only see the volume name when I mount it in GNOME.  Users uses Windows can not see the volume name. Best regards,Dai Yuwen

mkisofs can't handle files > 2GB?

2005-10-30 Thread Bruno Buys
I run through this, while trying to burn a 4.2 GB file to a dvd media. K3b log has this line, which seems to be the culprit: /usr/bin/mkisofs: Value too large for defined data type. File /backup/hda2/movie-640x480-1800kbps-pal-m-30fps-deint_ci-00:12-24-10-2005.avi is too large - ignoring

Alternative to mkisofs graft points

2005-06-26 Thread David Berg
I am trying to hammer out some commands to backup my drive to DVD. I would like to place one or two partitons on each dvd as space allows. This is the command I tried first: growisofs -z /dev/dvd /home /usr This almost gave me what I wanted but I lost the home and usr directories and only got t

Re: mondoarchive - error in mkisofs

2005-01-05 Thread Robert S
Hugo Vanwoerkom wrote: > Yes. Download e.g. 1.67 from that site and just run the install.sh > script that he has included. Then run mondoarchive with the options you > want. Many thanks. It worked without a hitch - using the versions that you use. Couldn't get the latest version of mondo (2.1) t

Re: mondoarchive - error in mkisofs

2005-01-04 Thread Hugo Vanwoerkom
Robert S wrote: Was there such a file? Which file do you refer to? Anyway, this: http://www.sorcerer.mirrors.pair.com/sources/mindi/ and mondo has other levels. I use mondo 1.67 and mindo 0.87 with a mindi-kernel with great success. So I tend not to change levels until my system hardware changes

Re: mondoarchive - error in mkisofs

2005-01-03 Thread Robert S
> Was there such a file? Which file do you refer to? > Anyway, this: http://www.sorcerer.mirrors.pair.com/sources/mindi/ and > mondo has other levels. I use mondo 1.67 and mindo 0.87 with a > mindi-kernel with great success. So I tend not to change levels until my > system hardware changes and th

Re: mondoarchive - error in mkisofs

2005-01-03 Thread Hugo Vanwoerkom
table" packages - mondo_1.41.1-1_i386.deb and mindi_0.58.r5-1woody1_i386.deb. Everything is fine until it runs mkisofs to make the CD image. I see that others have problems with this, but haven't seen a fix. Is it something to do with the mindi-data/mindi-boot filenames being too long?? Can

mondoarchive - error in mkisofs

2005-01-03 Thread Robert S
do_1.41.1-1_i386.deb and mindi_0.58.r5-1woody1_i386.deb. Everything is fine until it runs mkisofs to make the CD image. I see that others have problems with this, but haven't seen a fix. Is it something to do with the mindi-data/mindi-boot filenames being too long?? Can anybody help?

Re: Preserving directory sort order in mkisofs

2004-12-16 Thread Nathanael Hasbrouck
On Thursday 16 December 2004 0726, somebody named Jean Hoderd inscribed this message: > Btw, the reason why I wanted to preserve the original > order is simple: I am burning a CD with MP3s for a > hardware player. I wanted the tracks to appear in > a certain order, which is not the same as the >

Re: Preserving directory sort order in mkisofs

2004-12-16 Thread Jean Hoderd
guess is what most programs > do. You may want > to use `ls -U' to list the files in the order they > appear in the > directory. Or look at the man page for ls for more > sorting options. Hi, I am very well aware of the 'ls -U' option. Actually, what I wanted was for mk

Re: Preserving directory sort order in mkisofs

2004-12-16 Thread Jean Hoderd
he info! I should have guessed that there must have been a *very* good reason for mkisofs to always sort the files alphabetically. Well, it seems that what I wanted is just not possible. As a workaround, I will have to add a number prefix to each file so they get sorted in the order that I want. Ugly

Re: Preserving directory sort order in mkisofs

2004-12-16 Thread Sam Watkins
On Thu, Dec 16, 2004 at 02:26:42AM -0800, Jean Hoderd wrote: > I am trying to create a CD where the file order > in the directory list is the same as it was under > the original ext3 partition. However, mkisofs > *always* sorts the entries alphabetically, alas! Possibly it is a re

Re: Preserving directory sort order in mkisofs

2004-12-16 Thread Maurits van Rees
On Thu, Dec 16, 2004 at 02:26:42AM -0800, Jean Hoderd wrote: > Hi everybody! > > I am trying to create a CD where the file order > in the directory list is the same as it was under > the original ext3 partition. However, mkisofs > *always* sorts the entries alphabetically, a

Preserving directory sort order in mkisofs

2004-12-16 Thread Jean Hoderd
Hi everybody! I am trying to create a CD where the file order in the directory list is the same as it was under the original ext3 partition. However, mkisofs *always* sorts the entries alphabetically, alas! Is there any way to achieve what I intend? (please note that the -sort option in mkisofs

mkisofs: how to handle MULTIPLE similar long files

2004-04-21 Thread Abdul Latip
I tried to google, but I could not get the specific solution. I tried several mkisofs options, and I currently using this option: "-L -r -J -T -U -max-iso9660-filenames" Unfortunately, apparently (I guess), the first 32 characters should be unique. Otherwise, they will be re

Re: K3b mkisofs failing under 2.6.4

2004-03-18 Thread Curt Howland
One last comment on this for now. I removed this file: /lib/modules/2.6.4-1-686/kernel/drivers/char/agp/agpgart.ko moving it to a safe place in case this didn't work. On boot, as should be obvious, the module was not loaded. During XF86 initialization, the internal nVidia agp driver started jus

Re: K3b mkisofs failing under 2.6.4

2004-03-17 Thread Curt Howland
No kidding redundant! About 3 times for the entire PCI bus one card at a time, and then 10 times for USB! I know about /etc/modules, and it has a total of three entries: snd-intel8x0 mousedev psmouse It may very well require deleting ide-scsi from the module library to stop it, but at the mome

Re: K3b mkisofs failing under 2.6.4

2004-03-17 Thread David Baron
Thanks for the --force-all! Just got it too install. Boy, did it force all :-) Modules get loaded from /etc./modules where I deleted ide-scsi and put in ide-cd. Here, you can delete anything you do not need. Does not mean that something else will not load it. The USB under latest versions of th

Re: K3b mkisofs failing under 2.6.4

2004-03-17 Thread Curt Howland
CW Harris <[EMAIL PROTECTED]> attested: > It also indicates this bug was fixed in k3b 0.11.1 I'm glad to say that getting the latest Sid .deb file from www.k3b.org, and installing with liberal use of dpkg -1 --force-all, cd's are now burning away happily. Next question will be how to turn off t

Re: K3b mkisofs failing under 2.6.4

2004-03-16 Thread Kevin Coyner
gt; > seemed to be everywhere. Could this be the same sort of thing? > > > > When writing a data cd now, it fails saying that mkisofs is > > reporting "resource temporarily unavailable". > > > > This is the output from the K3b debugging output: > > > &

Re: K3b mkisofs failing under 2.6.4

2004-03-16 Thread CW Harris
g a data cd now, it fails saying that mkisofs is reporting > "resource temporarily unavailable". > > This is the output from the K3b debugging output: > > ---start--- > System > --- > K3b Version: 0.10.3 A quick google indicates this

K3b mkisofs failing under 2.6.4

2004-03-16 Thread Curt Howland
Hi. I just finished upgrading to 2.6.4 in Sid. K3b and its tools worked under 2.4.24 in Sid once I corrected permissions errors that seemed to be everywhere. Could this be the same sort of thing? When writing a data cd now, it fails saying that mkisofs is reporting "resource tempor

mkisofs - unstable

2004-03-09 Thread Roy Pluschke
Hi, I am running unstable with a 2.62 kernel using the native ATAPI support in favour of the deprecated ide-scsi for my cd writer. All works fine using k3b to make music cd's but I get the following error when trying to burn a data cd: /usr/bin/mkisofs: Resource temporarily unavai

Re: Options for mkisofs

2003-06-01 Thread Thomas Weinbrenner
ndoze machine, the title shows up as just "CDROM". > I have also read the man page for mkisofs and have not been able to > find a more suitable commandline option. Can someone please point me > in the right direction? ,[ man mkisofs ]- | -V volid | Specifies the

Re: Options for mkisofs

2003-06-01 Thread Jan C. Nordholz
> I use the following commandline to make my .iso images: > > mkisofs -A Some\ title -JR /burndirectory /tmp/some_img.iso Try mkisofs -V label. HTH, Jan C. Nordholz pgp0.pgp Description: PGP signature

Options for mkisofs

2003-06-01 Thread Roberto Sanchez
I use the following commandline to make my .iso images: mkisofs -A Some\ title -JR /burndirectory /tmp/some_img.iso I was under the impression that the -A option (the application id) was basically the title of the CD. However, after I burn the CD and mount it under Gnome (by right clicking in

Re: mkisofs oddity

2003-04-06 Thread Burkhard Ritter
On Sat, 5 Apr 2003, Jason Pepas wrote: > hello, > > perhaps I am using it incorrectly, but it seems mkisofs behaves oddly with > respect to directories. > > lets say I have a filesystem: > [...] > > is there no way to simply make an image of a directory without r

mkisofs oddity

2003-04-05 Thread Jason Pepas
hello, perhaps I am using it incorrectly, but it seems mkisofs behaves oddly with respect to directories. lets say I have a filesystem: /foo /bar f1 f2 /bork that is, our filesystem is composed of /foo/bar/f1 /foo/bar/f2 /foo/bork/ Now, if I

[OT] mkisofs, autorun under Mac

2003-04-01 Thread David Purton
Does anyone have any experience creating hybrid ISO/HFS CDs, such that they will autorun on a Mac? If so, I'd love to know what the secret is to make them work :( This is the command I'm using for mkisofs: mkisofs -r -J -hfs -hide-hfs autorun.inf \ -hide-hfs *.exe -hide *

Re: mkisofs problem with woody

2003-03-20 Thread Rich Price
Rob Sims wrote: On Wednesday 19 March 2003 08:29 pm, Rich Price wrote: The command: mkisofs -r -graft-points \ -x /var/image\ -o /var/image/cdromimag1 \ primus/bin=/bin \ primus/boot=/boot\ primus/etc=/etc

Re: mkisofs problem with woody - huh ??

2003-03-20 Thread Rich Price
Alvin Oga wrote: On Thu, 20 Mar 2003, Rob Sims wrote: wild guess... isn't /dev missing from both of those examples below ?? Should[can] /dev be backed up? and i hope mkisofs is smart enough to ignore /var/image/cdromimag1 when its copying /var onto the cdimage to burn Why not be safe?

Re: mkisofs problem with woody - huh ??

2003-03-20 Thread Alvin Oga
On Thu, 20 Mar 2003, Rob Sims wrote: wild guess... isn't /dev missing from both of those examples below ?? and i hope mkisofs is smart enough to ignore /var/image/cdromimag1 when its copying /var onto the cdimage to burn other burn cd stuff ( and bootable cd stuff )

Re: mkisofs problem with woody

2003-03-20 Thread Rob Sims
On Wednesday 19 March 2003 08:29 pm, Rich Price wrote: > I am running Debian 3.0 and have installed this mkisofs package: > > Package: mkisofs > Priority: extra > Section: otherosfs > Installed-Size: 724 > Maintainer: Eduard Bloch <[EMAIL PROTECTED]> > Archite

mkisofs problem with woody

2003-03-19 Thread Rich Price
I am running Debian 3.0 and have installed this mkisofs package: Package: mkisofs Priority: extra Section: otherosfs Installed-Size: 724 Maintainer: Eduard Bloch <[EMAIL PROTECTED]> Architecture: i386 Source: cdrtools Version: 4:1.10-7 The command: mkisofs -r -graft-points \

Re: mkisofs truncates filenames -- alternative?

2002-12-25 Thread Mark Zimmerman
On Wed, Dec 25, 2002 at 10:54:35AM -0600, Nori Heikkinen wrote: > reading the man pages, mkisofs/mkhybrid truncates filenames to 8 > characters plus a 3-ch extension. this is really obnoxious ... is > there a way to make iso images to burn to cd that aren't truncated, or > is t

mkisofs truncates filenames -- alternative?

2002-12-25 Thread Nori Heikkinen
reading the man pages, mkisofs/mkhybrid truncates filenames to 8 characters plus a 3-ch extension. this is really obnoxious ... is there a way to make iso images to burn to cd that aren't truncated, or is there a better way to transfer many files to one CD? thanks, -- .~.

[SOLVED] Re: Bootable CD w/X-CD-Roast: mkisofs error

2002-12-15 Thread Kenneth Dombrowski
Donald R. Spoon wrote: I went through this a couple of weeks ago, and finally the light-bulb came on. ALL of the extra work needed to make a CD "bootable" is done during the creation of the ISO image. Once you have that, then the burining process is exactly the same for either "bootable" or

Re: Bootable CD w/X-CD-Roast: mkisofs error

2002-12-11 Thread Carlos Sousa
wont boot... > - or copy the boot.img and rest of the knoppix cd without > going thru the headache of mkisofs > > mkisofs -b boot.img -c boot.cat ... /bin /sbin /lib /dev /root /boot ... > directories to copy to cdrom > > more gory howtos > http://ww

Re: Bootable CD w/X-CD-Roast: mkisofs error

2002-12-11 Thread Alvin Oga
7;m doing wrong here? Where else should I be putting the > > 'boot.img'? use a properly created ( 1.44MB ) floppy image for creating boot.img else it wont boot... - or copy the boot.img and rest of the knoppix cd without going thru the headache of mkisofs mkisof

Re: Bootable CD w/X-CD-Roast: mkisofs error

2002-12-11 Thread Donald R. Spoon
Kenneth Dombrowski wrote: Hi, After several days of trying to create a bootable Knoppix CD from the downloaded .iso, I think with xcdroast I am finally almost there. All except for this error: Warning: creating filesystem that does not conform to ISO-9660. mkisofs 1.15a39 (i686-pc-linux-gnu

Re: Bootable CD w/X-CD-Roast: mkisofs error

2002-12-11 Thread Carlos Sousa
On Wed, 11 Dec 2002 17:55:50 -0500 Kenneth Dombrowski wrote: > > Hi, > > After several days of trying to create a bootable Knoppix CD from the (...snip tons of strange stuff...) > Any idea what I'm doing wrong here? Where else should I be putting the > 'boot.img'? All that is needed to create a

Bootable CD w/X-CD-Roast: mkisofs error

2002-12-11 Thread Kenneth Dombrowski
Hi, After several days of trying to create a bootable Knoppix CD from the downloaded .iso, I think with xcdroast I am finally almost there. All except for this error: Warning: creating filesystem that does not conform to ISO-9660. mkisofs 1.15a39 (i686-pc-linux-gnu) Writing: Initial Padbock

mkisofs - size limit exceeded?

2002-01-31 Thread Stephen Gran
Hello all, I've run into a strange thing that I know I've seen discussed before, but I can't find it in the archives right now. The following: mkisofs -o image.iso -R /cdrom fails with: 'File size limit exceeded' at exactly 10240 bytes every time. Now I know it's

Re: mkisofs USELESS #!@!#@*

2002-01-01 Thread Paul 'Baloo' Johnson
On Tue, 1 Jan 2002, Walter Hofmann wrote: > This is a boot disk image. He wants to make a bootable CD-ROM. I understand that. And xcdroast will still deal with that pretty simply. -- Baloo

Re: mkisofs USELESS #!@!#@*

2002-01-01 Thread csj
On Wednesday 02 January 2002 03:12, Walter Hofmann wrote: > On Mon, 31 Dec 2001, Paul 'Baloo' Johnson wrote: > > On Tue, 1 Jan 2002, Penguin wrote: > > > Anyone got an example command line for me to use mkisofs and > > > cdrecord to get an ElTorito boot image t

Re: mkisofs USELESS #!@!#@*

2002-01-01 Thread Walter Hofmann
On Mon, 31 Dec 2001, Paul 'Baloo' Johnson wrote: > On Tue, 1 Jan 2002, Penguin wrote: > > > Anyone got an example command line for me to use mkisofs and cdrecord to get > > an ElTorito boot image thingo on a CD-R? > > If you can't figure it out, go a

Re: mkisofs USELESS #!@!#@*

2001-12-31 Thread Paul 'Baloo' Johnson
On Tue, 1 Jan 2002, Penguin wrote: > Anyone got an example command line for me to use mkisofs and cdrecord to get > an ElTorito boot image thingo on a CD-R? If you can't figure it out, go apt-get install xcdroast and use the gui frontend. > - /root is the directory where my boot

Re: mkisofs USELESS #!@!#@*

2001-12-31 Thread Carl Fink
On Tue, Jan 01, 2002 at 10:43:51AM +1100, Penguin wrote: > Can't make the damn thing work. Manual is USELESS and only understandable by > PhDs in computer science, and perhaps the author. I found the CD-Writing HOWTO far more useful than any man pages. -- Carl Fink [EMAIL PROTECT

Re: mkisofs USELESS #!@!#@*

2001-12-31 Thread Ray
Have you tried "man cdrecord" . For your purposes I think it's better than the mkisofs man page. -- Ray

Re: mkisofs USELESS #!@!#@*

2001-12-31 Thread Rick Pasotto
On Tue, Jan 01, 2002 at 10:43:51AM +1100, Penguin wrote: > Can't make the damn thing work. Manual is USELESS and only > understandable by PhDs in computer science, and perhaps the author. > (As an example, one example command line I found with Google started > with `mkisofs 1.31&#

mkisofs USELESS #!@!#@*

2001-12-31 Thread Penguin
Can't make the damn thing work. Manual is USELESS and only understandable by PhDs in computer science, and perhaps the author. (As an example, one example command line I found with Google started with `mkisofs 1.31' and it complained that it couldn't find `1.31' - like HTF a

Re: mkisofs & debian woody

2001-11-22 Thread Josef Oswald
"Davi Leal" <[EMAIL PROTECTED]> writes: > 1. (*) text/plain ( ) text/html > > Why there is not 'mkisofs' command on the debian woody yet?. Any bug which > avoids the package be included?. > > How could I workaround it?. have y

Re: mkisofs & debian woody

2001-11-22 Thread Daniel Lönn
Have under consideration that Woody is still under a state of develope... /Daniel

mkisofs & debian woody

2001-11-22 Thread Davi Leal
Why there is not 'mkisofs' command on the debian woody yet?. Any bug which avoids the package be included?.   How could I workaround it?.     Regards, Davi

Re: mkisofs error: src/lib/FOO and oldsrc/lib.old/FOO have the same Rock Ridge name

2001-07-25 Thread Wayne Topa
Subject: mkisofs error: src/lib/FOO and oldsrc/lib.old/FOO have the same Rock Ridge name Date: Wed, Jul 25, 2001 at 02:44:10AM -0700 In reply to:Robert Cymbala Quoting Robert Cymbala([EMAIL PROTECTED]): > > Is the following true when it comes to using mkisofs? It come

mkisofs error: src/lib/FOO and oldsrc/lib.old/FOO have the same Rock Ridge name

2001-07-25 Thread Robert Cymbala
Is the following true when it comes to using mkisofs? It comes from U. of Rochester online help. If it is true, does it mean that burning a backup CD w/ Rock Ridge attributes that mirrors my hard-drive is not possible? I'd prefer to have a back-up CD that stores files just as they appe

Re: mkisofs -- not in dselect

2001-06-01 Thread Lukas Ruf
I found it myself: www.debian.org -> packages -> search -> download -> dpkg --install nonethelss, quite strange to me --lpr On Fri, 01 Jun 2001, Lukas Ruf wrote: > Dear all, > > I do not find mkisofs in my dselect. The system I am running: > woody/unstable. >

mkisofs -- not in dselect

2001-06-01 Thread Lukas Ruf
Dear all, I do not find mkisofs in my dselect. The system I am running: woody/unstable. my /etc/apt/sources.list: --- deb ftp://sunsite.cnlab-switch.ch/mirror/debian/ woody main non-free contrib deb ftp://ftp.us.debian.org/debian/ woody main non-free contrib deb http://www.realbodo.de

Re: Grafting directories with mkisofs?

2001-05-26 Thread Balbir Thomas
On Sat, May 26, 2001 at 06:52:33PM +0800, csj wrote: > On Thursday 24 May 2001 09:12, Balbir Thomas wrote: > > Hi, > > Could you please tell me what is wrong with the following script : > > > > #!/bin/sh > > mkisofs -AArchive-22-05-2001/AI-1 -P"B Thomas"

Re: Grafting directories with mkisofs?

2001-05-26 Thread csj
On Thursday 24 May 2001 09:12, Balbir Thomas wrote: > Hi, > Could you please tell me what is wrong with the following script : > > #!/bin/sh > mkisofs -AArchive-22-05-2001/AI-1 -P"B Thomas" -hide-rr-moved -J -R > -r \ -x ai/areas -x ai/lang -o ai1.iso \ > ai \ >

Grafting directories with mkisofs?

2001-05-23 Thread Balbir Thomas
Hi, Could you please tell me what is wrong with the following script : #!/bin/sh mkisofs -AArchive-22-05-2001/AI-1 -P"B Thomas" -hide-rr-moved -J -R -r \ -x ai/areas -x ai/lang -o ai1.iso \ ai \ areas/=ai/areas/0.doc \ areas/=ai/areas/file_ext.txt \ areas/=ai/areas/readme.txt \

Re: About burning multisession CDs with gcombust/mkisofs [OT]

2001-03-14 Thread Julien.Soula
[EMAIL PROTECTED] writes: > I've this odd problem where when I make a second iso and cdrecord > it on to a multisession cd with the -multi option on, the burner > will burn it, but I'm unable to read it. How did you genrate the iso ? You must use options '-C' and '-M' of mkisofs. -- Julien

Re: About burning multisession CDs with gcombust/mkisofs [OT]

2001-03-14 Thread Santiago Fernandez
I think the problem is that when you are going to burn a second session you have to give mkisofs the parameters obtained with cdrecord -msinfo. Thus, the new image created with mkisofs is suitable for being burned as a second session. On mar, 13 mar 2001, [EMAIL PROTECTED] wrote

About burning multisession CDs with gcombust/mkisofs [OT]

2001-03-13 Thread calyth
I've this odd problem where when I make a second iso and cdrecord it on to a multisession cd with the -multi option on, the burner will burn it, but I'm unable to read it. As far as I know, the CDRW and CDROM can read multisession disk, and the controller was recommended by the manufacturer them

Re: mkisofs

2001-01-24 Thread Martin Albert
On Tue, 23 Jan 2001, David B. Harris wrote: > To quote Benjamin Pharr <[EMAIL PROTECTED]>, > I'm trying to make an iso of a directory structure on my hard drive using > mkisofs. I have Rock Ridge and Joliet enabled (along with a few other > things), but it gives me an erro

Re: mkisofs

2001-01-23 Thread Osamu Aoki
Hi, let me comment with my vague memory I hope this may be helpful to you. On Tue, Jan 23, 2001 at 12:40:36AM -0600, Benjamin Pharr wrote: > OK, fair enough, I removed the Joliet flag, gave it a try, and I still have > the same errors. Anybody else? I had similar problem when making backup

Re: mkisofs

2001-01-23 Thread David B . Harris
To quote Benjamin Pharr <[EMAIL PROTECTED]>, # I'm trying to make an iso of a directory structure on my hard drive using # mkisofs. I have Rock Ridge and Joliet enabled (along with a few other # things), but it gives me an error saying the files with the same name, but # i

Re: mkisofs

2001-01-23 Thread Robert Waldner
>I'm trying to make an iso of a directory structure on my hard drive using >mkisofs. I have Rock Ridge and Joliet enabled (along with a few other >things), but it gives me an error saying the files with the same name, but >in different directories have the same Rock Ridge na

Re: mkisofs

2001-01-23 Thread Brian May
> "Benjamin" == Benjamin Pharr <[EMAIL PROTECTED]> writes: Benjamin> OK, fair enough, I removed the Joliet flag, gave it a Benjamin> try, and I still have the same errors. Anybody else? I assume you have enough disk space required for temporary files? 1. Try the verbose flag. 2. I

  1   2   >