Re: mkisofs increasing iso size by 100 MB

2012-01-12 Thread Amitabh Kant
the iso file using mkisofs utility, the size of the final iso increases by 100 MB if -J (joliet) mode is used. If I remove the joliet mode, it still increases by around 97 MB. Even if no changes are made to any of the files, the result is same. The process I have followed is as follows

Re: mkisofs increasing iso size by 100 MB

2012-01-12 Thread Amitabh Kant
) and change the shell script as per my requirement. Once I try to re-create the iso file using mkisofs utility, the size of the final iso increases by 100 MB if -J (joliet) mode is used. If I remove the joliet mode, it still increases by around 97 MB. Even if no changes are made to any

mkisofs increasing iso size by 100 MB

2012-01-11 Thread Amitabh Kant
I am trying to customise the bsdinstall auto script. I can mount the iso (amd64 arch / 9.0 RELEASE) and change the shell script as per my requirement. Once I try to re-create the iso file using mkisofs utility, the size of the final iso increases by 100 MB if -J (joliet) mode is used. If I remove

Re: mkisofs increasing iso size by 100 MB

2012-01-11 Thread Jan Henrik Sylvester
On 01/-10/-28163 20:59, Amitabh Kant wrote: I am trying to customise the bsdinstall auto script. I can mount the iso (amd64 arch / 9.0 RELEASE) and change the shell script as per my requirement. Once I try to re-create the iso file using mkisofs utility, the size of the final iso increases

mkisofs man page... HUH?

2011-11-05 Thread Ronald F. Guilmette
Looking at the man page for mkisofs I see the following: -r ... If any of the special mode bits are set, clear them, because file locks are not useful on a read-only file system, ... Just curious: What the bleep have file mode

Wrong (000) UDF directory permissions with mkisofs

2011-03-01 Thread Jan Henrik Sylvester
I have created a DVD image (on 8.2-RELEASE/amd64 using cdrtools-3.00_1) with mkisofs -R -J -udf -iso-level 3 -V NAME -o FILE.iso DIR/ (as described in the handbook), all files in DIR/ have 644 permission, all directories 755 permissions and all are owned by $USER:wheel. When I mount the ISO

Re: Wrong (000) UDF directory permissions with mkisofs

2011-03-01 Thread Jan Henrik Sylvester
On 03/01/2011 15:01, Jan Henrik Sylvester wrote: mkisofs -R -J -udf -iso-level 3 -V NAME -o FILE.iso DIR/ [...] Mounting the UDF layout (mount_udf), all files have 444 permissions, most (2795) directories have 555 permissions, but some (167) directories have 000 permissions and cannot

Where is mkisofs

2010-03-13 Thread Aiza
http://www.freebsd.org/cgi/ports.cgi?query=mkisofsstype=allsektion=all This just shows gui frontends for mkisofs. Need to create iso. How to do it? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: Where is mkisofs

2010-03-13 Thread Amitabh Kant
On Sat, Mar 13, 2010 at 3:50 PM, Aiza aiz...@comclark.com wrote: http://www.freebsd.org/cgi/ports.cgi?query=mkisofsstype=allsektion=all This just shows gui frontends for mkisofs. Need to create iso. How to do it? Installing the port /usr/ports/sysutils/cdrtools/ installs mkisofs

Re: Where is mkisofs

2010-03-13 Thread Polytropon
On Sat, 13 Mar 2010 18:20:40 +0800, Aiza aiz...@comclark.com wrote: http://www.freebsd.org/cgi/ports.cgi?query=mkisofsstype=allsektion=all This just shows gui frontends for mkisofs. Need to create iso. How to do it? The mkisofs program is part of the cdrtools port / package. After

mkisofs strangeness

2010-02-02 Thread Alexander Best
hi there. i'm using mkisofs 2.01.01a72 (from the ports dir) with the following switches to produce an iso image: mkisofs -iso-level 3 -r -J -input-charset ISO-8859-15 -joliet-long -V XYZ -o ~/image.iso filename i've been using mkisofs this way for years. however suddenly instead of creating

Re: mkisofs error

2009-10-15 Thread Joerg Schilling
year old version of mkisofs with additional bugs added that never have been in the original software. Mkisofs has no known bugs and is well maintained. I see no reason why mkisofs should be the cause for your problem... Well you did not describe the problem in a way that could allow to analyse

mkisofs error

2009-10-14 Thread Warren Block
My data backups to DVD use mkisofs to build ISO9660 DVDs like so: mkisofs -J -joliet-long -r -hide-rr-moved -graft-points dir1 dir2 dir3 and then piped into cdrecord. However, I found a problem with one file that casts some doubt on the whole process. The file is named img_0185-6x4crop.jpg

Re: mkisofs error

2009-10-14 Thread Warren Block
On Wed, 14 Oct 2009, Warren Block wrote: My data backups to DVD use mkisofs to build ISO9660 DVDs like so: mkisofs -J -joliet-long -r -hide-rr-moved -graft-points dir1 dir2 dir3 and then piped into cdrecord. However, I found a problem with one file that casts some doubt on the whole process

Re: mkisofs error

2009-10-14 Thread Al Plant
Warren Block wrote: On Wed, 14 Oct 2009, Warren Block wrote: My data backups to DVD use mkisofs to build ISO9660 DVDs like so: mkisofs -J -joliet-long -r -hide-rr-moved -graft-points dir1 dir2 dir3 and then piped into cdrecord. However, I found a problem with one file that casts some doubt

mkisofs in FreeBSD

2009-06-25 Thread Daniel Underwood
Looked for mkisofs in the online FreeBSD man pages, but couldn't find it. What is modern equivalent? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd

Re: mkisofs in FreeBSD

2009-06-25 Thread Bruce Cran
On Thu, 25 Jun 2009 18:34:22 -0400 Daniel Underwood djuatde...@gmail.com wrote: Looked for mkisofs in the online FreeBSD man pages, but couldn't find it. What is modern equivalent? It's in the sysutils/cdrtools port. -- Bruce Cran ___ freebsd

Re: mkisofs in FreeBSD

2009-06-25 Thread Polytropon
On Thu, 25 Jun 2009 18:34:22 -0400, Daniel Underwood djuatde...@gmail.com wrote: Looked for mkisofs in the online FreeBSD man pages, but couldn't find it. What is modern equivalent? Ther is no modern equivalent - mkisofs is the tool of choice, and it's very modern because it does the job well

Re: mkisofs in FreeBSD

2009-06-25 Thread Daniel Underwood
Ahh, so searching the manpages at FreeBSD.org (http://www.freebsd.org/cgi/man.cgi) will provide only those entries pertaining to the base OS? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: mkisofs in FreeBSD

2009-06-25 Thread Manolis Kiagias
Daniel Underwood wrote: Ahh, so searching the manpages at FreeBSD.org (http://www.freebsd.org/cgi/man.cgi) will provide only those entries pertaining to the base OS? Not if you select FreeBSD 7.2-RELEASE and Ports Here is the man page you were looking for:

Re: mkisofs in FreeBSD

2009-06-25 Thread Daniel Underwood
Got it. Thanks! ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: mkisofs and directories

2009-04-15 Thread Peter Ulrich Kruppa
Am Dienstag, den 14.04.2009, 23:22 -0600 schrieb Tim Judd: On Tue, Apr 14, 2009 at 4:18 PM, Alexander Best alexbes...@math.uni-muenster.de 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

Re: mkisofs and directories

2009-04-15 Thread Walt Pawley
At 4:48 PM +0200 4/15/09, Peter Ulrich Kruppa wrote: 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 That was what I thought it should do - but it

Re: mkisofs and directories

2009-04-15 Thread Warren Block
On Wed, 15 Apr 2009, Peter Ulrich Kruppa wrote: Am Dienstag, den 14.04.2009, 23:22 -0600 schrieb Tim Judd: On Tue, Apr 14, 2009 at 4:18 PM, Alexander Best alexbes...@math.uni-muenster.de wrote: this is a question that's always been bugging me: when i give mkisofs a directory as argument

mkisofs and directories

2009-04-14 Thread Alexander Best
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

Re: mkisofs and directories

2009-04-14 Thread Peter Ulrich Kruppa
Am Mittwoch, den 15.04.2009, 00:18 +0200 schrieb Alexander Best: 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

Re: mkisofs and directories

2009-04-14 Thread Tim Judd
On Tue, Apr 14, 2009 at 4:18 PM, Alexander Best alexbes...@math.uni-muenster.de 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

Re: mkisofs and timestamps in ISO-9660 filesystems

2008-01-25 Thread Steve
/times on a FreeBSD 6.2-R box. Gentoo PC: Linux gentoobox 2.4.26 #5 SMP Sun Feb 18 11:12:34 EST 2007 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz GenuineIntel GNU/Linux mkisofs 2.01.01a34 (i686-pc-linux-gnu) Copyright (C) 1993-1997 Eric Youngdale (C) 1997-2007 Jörg Schilling FreeBSD PC: FreeBSD freebsdbox

Re: mkisofs and timestamps in ISO-9660 filesystems

2008-01-25 Thread Lowell Gilbert
GMT timestamp is Jan 24 02:28. I specify a TZ variable directly when I care about mkisofs getting the right times. Even so, I can get confused, so when the dates *really* matter, I write a tar file on the 9660 filesystem, and then everything works the way my hindbrain expects. -- Lowell Gilbert

mkisofs and timestamps in ISO-9660 filesystems

2008-01-23 Thread Bob Johnson
/sys/GENERIC amd64 # mkisofs -version mkisofs 2.01.01a37 (amd64-unknown-freebsd7.0) Copyright (C) 1993-1997 Eric Youngdale (C) 1997-2007 Jörg Schilling # pkg_info | grep cdrtools cdrtools-devel-2.01.01a37,1 CD/DVD and ISO-9660 image creation and extraction tools 2) My system is set to US Eastern

Re: Wrong times written by mkisofs?

2008-01-20 Thread Joerg Schilling
Bob Johnson [EMAIL PROTECTED] wrote: Let me asume you use a _recent_ mkisofs and set up a correct timezone... [...] What do you get from mkisofs -version? mkisofs 2.01 (i386-unknown-freebsd6.2) This is nearly 4 years old, why don't you use a recent version? recent is 2.01.01a37

Re: Wrong times written by mkisofs?

2008-01-20 Thread Giorgos Keramidas
On 2008-01-20 11:16, Joerg Schilling [EMAIL PROTECTED] wrote: Bob Johnson [EMAIL PROTECTED] wrote: Let me asume you use a _recent_ mkisofs and set up a correct timezone... [...] What do you get from mkisofs -version? mkisofs 2.01 (i386-unknown-freebsd6.2) This is nearly 4 years old, why

Re: Wrong times written by mkisofs?

2008-01-20 Thread Joerg Schilling
Giorgos Keramidas [EMAIL PROTECTED] wrote: mkisofs 2.01 (i386-unknown-freebsd6.2) This is nearly 4 years old, why don't you use a recent version? recent is 2.01.01a37 FWIW, 2.01 is the version available in the Ports tree as `sysutils/cdrtools'. The 2.01.01a37 version is available

Wrong times written by mkisofs?

2008-01-19 Thread Bob Johnson
something incorrectly, or is this a bug in mkisofs? It appears to me that mkisofs decided to correct for GMT offset when it shouldn't have. The sequence of operations I followed is below. - Bob # ls -l ToJoe total 62544 -rw--- 1 bobo bobo 2246671 Jan 19 12:22 IMG_0660_080115_2348.JPG -rw

Re: Wrong times written by mkisofs?

2008-01-19 Thread Joerg Schilling
. Did I do something incorrectly, or is this a bug in mkisofs? It appears to me that mkisofs decided to correct for GMT offset when it shouldn't have. The sequence of operations I followed is below. Let me asume you use a _recent_ mkisofs and set up a correct timezone... Then you found

Re: Wrong times written by mkisofs?

2008-01-19 Thread Bob Johnson
The date command returns the correct local time. Did I do something incorrectly, or is this a bug in mkisofs? It appears to me that mkisofs decided to correct for GMT offset when it shouldn't have. Let me asume you use a _recent_ mkisofs and set up a correct timezone... [...] What

Re: Problem with mkisofs -dvd-video

2007-12-04 Thread Jeremy Gransden
On Dec 3, 2007 12:01 AM, Girish Venkatachalam [EMAIL PROTECTED] wrote: On 21:42:47 Dec 02, Jeremy Gransden wrote: HI List, What is the correct procedure to create a dvd-video iso. I have tried the following and receive an error: [EMAIL PROTECTED] ~]$ mkisofs -dvd-video -o

Re: Problem with mkisofs -dvd-video

2007-12-04 Thread Girish Venkatachalam
On 22:23:50 Dec 04, Jeremy Gransden wrote: I say almost because the dvd will not play in my standalone dvd player, but will play on both my macbook, and freebsd machine. I will look into the dvdauthor, and mencoder docs to see if i can figure out why. If you have a problem with standalone

Problem with mkisofs -dvd-video

2007-12-02 Thread Jeremy Gransden
HI List, What is the correct procedure to create a dvd-video iso. I have tried the following and receive an error: [EMAIL PROTECTED] ~]$ mkisofs -dvd-video -o ~/develip.iso -R ~/develop_spin/ Using PSA07000.VOB;1 for /PSA074781-2.VOB (PSA074781-1.VOB) mkisofs: Unable to make a DVD-Video image

Re: Problem with mkisofs -dvd-video

2007-12-02 Thread Girish Venkatachalam
On 21:42:47 Dec 02, Jeremy Gransden wrote: HI List, What is the correct procedure to create a dvd-video iso. I have tried the following and receive an error: [EMAIL PROTECTED] ~]$ mkisofs -dvd-video -o ~/develip.iso -R ~/develop_spin/ Using PSA07000.VOB;1 for /PSA074781-2.VOB (PSA074781

SOS failure on mkisofs on FreeBSD-6.1-R amd64

2007-10-18 Thread luizbcampos
Trying to make a bootable CD, I did the following according to FreeBSD doc: #mkisofs -R -no-emul-boot -b /boot/cdboot -o /home/user/0S to be burned /home/user/cdboot And I got the message: uh, oh I can't find the boot image /boot/cdboot Suggestions

Re: SOS failure on mkisofs on FreeBSD-6.1-R amd64

2007-10-18 Thread Fabian Keil
[EMAIL PROTECTED] wrote: Trying to make a bootable CD, I did the following according to FreeBSD doc: Where does one find this FreeBSD doc? #mkisofs -R -no-emul-boot -b /boot/cdboot -o /home/user/0S to be burned /home/user/cdboot And I got the message: uh, oh I

mkisofs and file size

2007-05-07 Thread jhall
I am in the process of creating a bootable CD for the offices I maintain to hopefully make upgrades easier in the future. At this point in time /dev/ad0s1a (where the root partition is located) has 13% of 512 MB. When I create the ISO image, it is twice the size it was under FBSD 6.1. Comparing

Re: mkisofs and file size

2007-05-07 Thread Josh Paetzel
[EMAIL PROTECTED] wrote: I am in the process of creating a bootable CD for the offices I maintain to hopefully make upgrades easier in the future. At this point in time /dev/ad0s1a (where the root partition is located) has 13% of 512 MB. When I create the ISO image, it is twice the size

mkisofs,cd9660 and hard links

2007-03-24 Thread Wojciech Puchar
i did copy of small server (taking about 3GB space) to DVD with growisofs -R and using --exclude to not copy /dev etc.. worked fine. and recovered fine, but taking much more space, because all hardlinks are now separate files. it looks like cd9660 filesystem doesn't see hardlinked files as

Re: mkisofs,cd9660 and hard links

2007-03-24 Thread Vince
Wojciech Puchar wrote: i did copy of small server (taking about 3GB space) to DVD with growisofs -R and using --exclude to not copy /dev etc.. worked fine. and recovered fine, but taking much more space, because all hardlinks are now separate files. it looks like cd9660 filesystem doesn't

Re: mkisofs,cd9660 and hard links

2007-03-24 Thread Sergio Lenzi
I notice too the hard link problem.. For me the problem happens when I try to read the CD or DVD into the hard disk In the CD the hard links exists, but when I copy into the hard disk, the hard links vanishes... I think that the problem relies in the iso9660 logic.. because the same CD works

Re: mkisofs,cd9660 and hard links

2007-03-24 Thread James Long
Date: Sat, 24 Mar 2007 20:15:50 +0100 (CET) From: Wojciech Puchar [EMAIL PROTECTED] Subject: mkisofs,cd9660 and hard links To: freebsd-questions@freebsd.org Message-ID: [EMAIL PROTECTED] Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed i did copy of small server (taking about 3GB

Re: mkisofs: out of memory

2006-09-01 Thread Lowell Gilbert
[EMAIL PROTECTED] writes: Hi all, I'm trying to write a DVD-RW with a directory created with rsnapshot, but there are some problem with mkisofs: Not enough memory # mkisofs -R -J -o /data/rsnap.iso /data/.snapshots mkisofs: Cannot allocate memory. Not enough memory

mkisofs: out of memory

2006-08-30 Thread scuba
Hi all, I'm trying to write a DVD-RW with a directory created with rsnapshot, but there are some problem with mkisofs: Not enough memory # mkisofs -R -J -o /data/rsnap.iso /data/.snapshots mkisofs: Cannot allocate memory. Not enough memory The machine has more then 350MB of free memory

Re: mkisofs on 5.4

2005-12-04 Thread Fabian Keil
Jonathan Wallace [EMAIL PROTECTED] wrote: Do you see the problem if you only use mkisofs? Yes. I just tried it and got the same problem with an iso image using mkisofs. This is starting to look like a timezone issue. The date/time difference between the date displayed via ISO

Re: mkisofs on 5.4

2005-12-03 Thread Fabian Keil
, but I just tried to reproduce your problem with mkisofs directly and failed: [EMAIL PROTECTED] ~ $ls -l test/cdrtools-2.01.01a03.tar -rw-r--r-- 1 fk wheel 8290816 Oct 24 10:18 test/cdrtools-2.01.01a03.tar [EMAIL PROTECTED] ~ $ls -l /mnt/md0/cdrtools.tar -r-xr-xr-x 1 root wheel 8290816

Re: mkisofs on 5.4

2005-12-03 Thread Jonathan Wallace
Thanks for responding. Do you see the problem if you only use mkisofs? Yes. I just tried it and got the same problem with an iso image using mkisofs. This is starting to look like a timezone issue. The date/time difference between the date displayed via ISO and the date displayed via FFS

mkisofs on 5.4

2005-12-02 Thread Incoming Mail List
I'm running FBSD 5.4 and notice that the date/time stamps on files burned to DVD using growisofs() are being reported incorrectly after mounting the DVD and using ls() or stat(). On Dec 2, 2005 at about 10:30am, I used growisofs() to burn a DVD (took less than a minute to finish). When I mount

mkisofs

2005-08-29 Thread scuba
Hi all, How can I create a iso from multiples partitions without crossing the file system boundary? I.e, how to include / in the mkisofs but not /usr? Thank you, - Marcelo ___ freebsd-questions@freebsd.org mailing list http

Re: mkisofs

2005-08-29 Thread Roland Smith
On Mon, Aug 29, 2005 at 02:50:07PM -0300, [EMAIL PROTECTED] wrote: Hi all, How can I create a iso from multiples partitions without crossing the file system boundary? I.e, how to include / in the mkisofs but not /usr? Use the -x option. See the mkisofs manual page. Roland

Re: mkisofs

2005-08-29 Thread Marcelo Souza
crossing | the file system boundary? | I.e, how to include / in the mkisofs but not /usr? | |Use the -x option. See the mkisofs manual page. | |Roland |-- |R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. |public key: http://www.xs4all.nl/~rsmith/pubkey.txt

DVD image making utility, equivalent to mkisofs

2005-08-23 Thread Sherman, Michael \(GE Energy\)
Good day all! I've been trying to get mkisofs to create a DVD image for me on my FreeBSD (5.3) machine, in order to be able to burn it on Nero (Windows 2000). The utility does create an ISO image rather quickly, however when I open it with Nero, the program refuses to recognize it as a DVD

DVD image making utility, equivalent to mkisofs

2005-08-23 Thread Sherman, Michael \(GE Energy\)
The port sysutils/dvd+rw-tools provides growisofs, which should do the trick. HTH, Mario As far as I could derive from growisofs' man page, it only writes data out to a DVD, not to an image. ___ freebsd-questions@freebsd.org mailing list

DVD image making utility, equivalent to mkisofs

2005-08-23 Thread Sherman, Michael \(GE Energy\)
mkisofs -dvd-video % man mkisofs ... -dvd-video Generate DVD-Video compliant UDF file system. This is done by sorting the order of the content of the appropriate files and by adding padding between the files if needed. Note that the sort

Re: DVD image making utility, equivalent to mkisofs

2005-08-23 Thread David Kelly
On Tue, Aug 23, 2005 at 10:28:13AM -0400, Sherman, Michael (GE Energy) wrote: Does anyone know whether there is a way to force mkisofs to create a DVD image or a different utility. Any input would be appreciated. mkisofs -dvd-video % man mkisofs ... -dvd-video

Re: DVD image making utility, equivalent to mkisofs

2005-08-23 Thread Mario Hoerich
# Sherman, Michael (GE Energy): Does anyone know whether there is a way to force mkisofs to create a DVD image or a different utility. Any input would be appreciated. The port sysutils/dvd+rw-tools provides growisofs, which should do the trick. HTH, Mario

Re: DVD image making utility, equivalent to mkisofs

2005-08-23 Thread David Kelly
On Aug 23, 2005, at 12:04 PM, Sherman, Michael (GE Energy) wrote: mkisofs -dvd-video I am aware of this option, however I am burning data, not video. You originally said mkisofs finished quickly. It shouldn't run any faster than your disk drive(s) can copy the data. My single PATA

Re: growisofs: no mkisofs options are permitted with =, aborting

2005-08-03 Thread Hanspeter Roth
On Aug 01 at 22:31, Hanspeter Roth spoke: Hello, I'm trying to burn an iso image onto a DVD+RW. I'm trying: growisofs -Z /dev/cd0=image.iso This yields: growisofs: no mkisofs options are permitted with =, aborting... I must have been drunk! I had also an additional option `-v

Re: growisofs: no mkisofs options are permitted with =, aborting

2005-08-03 Thread Carl Delsey
On Thu, Aug 04, 2005 at 12:06:15AM +0200, Hanspeter Roth wrote: On Aug 01 at 22:31, Hanspeter Roth spoke: Hello, I'm trying to burn an iso image onto a DVD+RW. I'm trying: growisofs -Z /dev/cd0=image.iso This yields: growisofs: no mkisofs options are permitted

Re: growisofs: no mkisofs options are permitted with =, aborting

2005-08-02 Thread Chuck Swiger
Carl Delsey wrote: [ ... ] You're right. My mistake. That's what I get for using my eyes to search a document instead of using the search feature. :-) No worry: growisofs' manpage and the way it uses command line arguments is not entirely consistent :-) To some extent, Andy doesn't want

Re: growisofs: no mkisofs options are permitted with =, aborting

2005-08-02 Thread Marc Fonvieille
On Tue, Aug 02, 2005 at 10:50:01AM -0400, Chuck Swiger wrote: Carl Delsey wrote: [ ... ] You're right. My mistake. That's what I get for using my eyes to search a document instead of using the search feature. :-) No worry: growisofs' manpage and the way it uses command line arguments is

Re: growisofs: no mkisofs options are permitted with =, aborting

2005-08-02 Thread Chuck Swiger
Marc Fonvieille wrote: On Tue, Aug 02, 2005 at 10:50:01AM -0400, Chuck Swiger wrote: [ ... ] To some extent, Andy doesn't want to fully document everything to encourage people to either use the source, luke, or to create more user-friendly (but seperate) frontends like k3b. I don't fully

Re: growisofs: no mkisofs options are permitted with =, aborting

2005-08-02 Thread Marc Fonvieille
On Tue, Aug 02, 2005 at 12:31:17PM -0400, Chuck Swiger wrote: The Handbook has good documentation on using dvd+rw-tools as well as other software, and I would second the recomendation that people take a look at it if they want to burn CD's or DVD's. You are welcome to hold the opinion

Re: growisofs: no mkisofs options are permitted with =, aborting

2005-08-02 Thread Hanspeter Roth
: no mkisofs options are permitted with =, aborting... When I tried on Linux it worked. Also on FreeBSD it works with `burncd' (with it's own syntax). -Hanspeter ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

growisofs: no mkisofs options are permitted with =, aborting

2005-08-01 Thread Hanspeter Roth
Hello, I'm trying to burn an iso image onto a DVD+RW. I'm trying: growisofs -Z /dev/cd0=image.iso This yields: growisofs: no mkisofs options are permitted with =, aborting... `dmesg | grep cd0` is: acd0: CDRW HL-DT-ST DVD+RW GCA-4040N/1.15 at ata1-master PIO4 cd0 at ata1 bus 0 target 0

Re: growisofs: no mkisofs options are permitted with =, aborting

2005-08-01 Thread Greg 'groggy' Lehey
: growisofs: no mkisofs options are permitted with =, aborting... `dmesg | grep cd0` is: acd0: CDRW HL-DT-ST DVD+RW GCA-4040N/1.15 at ata1-master PIO4 cd0 at ata1 bus 0 target 0 lun 0 cd0: HL-DT-ST DVD+RW GCA-4040N 1.15 Removable CD-ROM SCSI-0 device cd0: 16.000MB/s transfers cd0: Attempt

Re: growisofs: no mkisofs options are permitted with =, aborting

2005-08-01 Thread Carl Delsey
. Is this your intention? If so, it seems that you're not sticking to the syntax. It's valid syntax ... just not documented in the man page. You have to go out to the website to find out about it. This yields: growisofs: no mkisofs options are permitted with =, aborting... Looking through the code

Re: growisofs: no mkisofs options are permitted with =, aborting

2005-08-01 Thread Chuck Swiger
Carl Delsey wrote: On Tue, Aug 02, 2005 at 09:50:03AM +0930, Greg 'groggy' Lehey wrote: [ ... ] growisofs -Z /dev/cd0=image.iso The version of growisofs that I use doesn't have a -Z option. From a system that does: -Z /dev/dvd Burn an initial session to the selected

Re: growisofs: no mkisofs options are permitted with =, aborting

2005-08-01 Thread Carl Delsey
On Tue, Aug 02, 2005 at 01:25:22AM -0400, Chuck Swiger wrote: Carl Delsey wrote: It's valid syntax ... just not documented in the man page. You have to go out to the website to find out about it. Look just before the NOTES section of the manpage: To use growisofs to write a

mkisofs/growisofs directory structure

2005-02-08 Thread Incoming Mail List
Is there a switch for mkisofs/growisofs that will preserve a directory structure when supplying full or partial path names? i.e. growisofs -Z /dev/cd0 -R /dir1/dir2/dir3/file1 /dir1/dir2/dir3/file2 The above example results in file1 and file2 at the root of the mount point when the DVD

mkisofs and growisofs

2005-01-09 Thread Mike Jeays
Where are they? They don't seem to exist on my 5.3 system, and I can't find any trace of them in /usr/ports. pkg_add -r doesn't find them either. ___ freebsd-questions@freebsd.org mailing list

Re: mkisofs and growisofs

2005-01-09 Thread The FAQchest
Make ISO file system Generates a file matching with ISO9660 specification and with various extensions, such as rock-ridge extensions to go beyond 9660 limitations (file names and folder nesting). I use mkisofs to create backups. Such files can be mounted using the loop device. See this script

Re: mkisofs and growisofs

2005-01-09 Thread The FAQchest
Oops, forgot ... along the time, command line switches have changed from one version of mkisofs to another. And you can burn the ISO image onto a CD, provided it doesn't get bigger than the capacity of your CD-R media. The mount command is: # mount myisoimagefile.iso /mnt/test -t iso9660 -o

Re: mkisofs and growisofs

2005-01-09 Thread Fabian Keil
On Sunday 09 January 2005 14:46, Mike Jeays wrote: Where are they? They don't seem to exist on my 5.3 system, and I can't find any trace of them in /usr/ports. pkg_add -r doesn't find them either. /usr/ports/sysutils/dvd+rw-tools/ contains growisofs, mkisofs is part of /usr/ports/sysutils

Re: mkisofs and growisofs

2005-01-09 Thread Mike Jeays
/ contains growisofs, mkisofs is part of /usr/ports/sysutils/cdrtools. Regards Fabian ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED] Thanks very

Re: mkisofs and growisofs

2005-01-09 Thread Tom Vilot
Mike Jeays wrote: Thanks very much. They both installed fine once I was told where they are! My avenue of last resort is this: cd /usr/ports find . -type f -name pkg-descr | xargs grep -i name where name is what I remember the program name to be (cdrecord, etc) Also kinda handy if you have no

Re: mkisofs and growisofs

2005-01-09 Thread Mike Jeays
@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED] I tried 'find /usr/ports -name mkiso*' before submitting my question. It yielded nothing because mkisofs is 'hidden' inside cdrtools. I guess I ought to have known

Re: mkisofs and growisofs

2005-01-09 Thread John Conover
Mike Jeays writes: Where are they? They don't seem to exist on my 5.3 system, and I can't find any trace of them in /usr/ports. pkg_add -r doesn't find them either. They are in cdrtools: pkg_add -r cdrtools or on the third or forth disk of the bsdmall set. John -- John

Re: mkisofs and growisofs

2005-01-09 Thread Louis LeBlanc
. It yielded nothing because mkisofs is 'hidden' inside cdrtools. I guess I ought to have known this, as I have used if for a couple of years, but I had forgotten. A more typical search is: cd /usr/ports make search key=mkiso This may or may not yield anything useful. I tend to use the Jeffrey Friedl

Re: mkisofs and growisofs

2005-01-09 Thread Danny MacMillan
On Sun, Jan 09, 2005 at 01:52:16PM -0500, Louis LeBlanc wrote: [Jeffrey Friedl Search Tool] I'll put my copy at the following URL for a while in case anyone wants it: http://ww2.keyslapper.org/search It appears that that should read: http://www.keyslapper.org/search or

Re: mkisofs and growisofs

2005-01-09 Thread Louis LeBlanc
On 01/09/05 05:02 PM, Danny MacMillan sat at the `puter and typed: On Sun, Jan 09, 2005 at 01:52:16PM -0500, Louis LeBlanc wrote: [Jeffrey Friedl Search Tool] I'll put my copy at the following URL for a while in case anyone wants it: http://ww2.keyslapper.org/search It appears that

Re: mkisofs and large files

2004-12-08 Thread Dev Tugnait
Create the iso via mkisofs use burncd or growisofs to burn the dvd. * RW ([EMAIL PROTECTED]) wrote: I've been trying to burn a single large file (a 4.2 GB encrypted gbde filesystem within a file) to a DVD, but mkisofs tells me the file is too large. I looked on Google and found

Re: mkisofs and large files

2004-12-08 Thread Vulpes Velox
On Wed, 8 Dec 2004 04:08:12 + RW [EMAIL PROTECTED] wrote: I've been trying to burn a single large file (a 4.2 GB encrypted gbde filesystem within a file) to a DVD, but mkisofs tells me the file is too large. I looked on Google and found that mkisofs had a filesize limit of 2 GB

Re: mkisofs and large files

2004-12-08 Thread Paul Mather
On Wed, 8 Dec 2004 04:08:12 +, RW [EMAIL PROTECTED] wrote: I've been trying to burn a single large file (a 4.2 GB encrypted gbde filesystem within a file) to a DVD, but mkisofs tells me the file is too large. I looked on Google and found that mkisofs had a filesize limit of 2 GB

Re: mkisofs and large files

2004-12-08 Thread RW
On Wednesday 08 December 2004 15:16, Vulpes Velox wrote: On Wed, 8 Dec 2004 04:08:12 + RW [EMAIL PROTECTED] wrote: I've been trying to burn a single large file (a 4.2 GB encrypted gbde filesystem within a file) to a DVD, but mkisofs tells me the file is too large. I looked

Re: mkisofs and large files

2004-12-08 Thread RW
On Wednesday 08 December 2004 17:42, Paul Mather wrote: On Wed, 8 Dec 2004 04:08:12 +, RW [EMAIL PROTECTED] wrote: I've been trying to burn a single large file (a 4.2 GB encrypted gbde filesystem within a file) to a DVD, but mkisofs tells me the file is too large. I looked

Re: mkisofs and large files

2004-12-08 Thread Randy Grafton
growisofs is your solution. It is in the dvd+r-tools port in /usr/pots/sysutils. This was supposed to be a front end to mkisofs and therefore handles most of the options that mkisofs has. It also allows you to burn directly to disc! (I use this one a lot, great for backups). -Randy RW wrote

Re: mkisofs and large files

2004-12-08 Thread RW
On Wednesday 08 December 2004 18:54, Randy Grafton wrote: growisofs is your solution. No, it isn't. I originally hit the problem using growisofs, although the error comes from mkisofs. Installing the development version of mkisofs solves the burning problem, but FreeBSD can't use the file

mkisofs and large files

2004-12-07 Thread RW
I've been trying to burn a single large file (a 4.2 GB encrypted gbde filesystem within a file) to a DVD, but mkisofs tells me the file is too large. I looked on Google and found that mkisofs had a filesize limit of 2 GB, but this was increased to 4 GB, so I dropped the filesize to 4095 MB

Re: mkisofs not found

2004-07-16 Thread Miguel Mendez
On Fri, 16 Jul 2004 11:24:25 +0800 kinux [EMAIL PROTECTED] wrote: Hi, i have a 4.10 box, today i try to install mkisofs, i cvsup first, then got a problem i have never seen before.. with following.. # uname -r 4.10-STABLE # make search name='mkisofs' | grep Path Path: /usr/ports

mkisofs not found

2004-07-15 Thread kinux
hi, i have a 4.10 box, today i try to install mkisofs, i cvsup first, then got a problem i have never seen before.. with following.. # uname -r 4.10-STABLE # make search name='mkisofs' | grep Path Path: /usr/ports/chinese/mkisofs Path: /usr/ports/korean/mkisofs Path: /usr/ports/sysutils

Re: mkisofs not found

2004-07-15 Thread Jonathan Chen
On Fri, Jul 16, 2004 at 11:24:25AM +0800, kinux wrote: hi, i have a 4.10 box, today i try to install mkisofs, i cvsup first, then got a problem i have never seen before.. with following.. [...] # cvsup -g -L 2 /usr/local/etc/cvsup/sup/ports-supfile # cd /usr/ports # make search name

Re: mkisofs vs large files

2004-02-20 Thread Chris Meyers
and mkisofs version 2.0.3_1 and I'm having some problems with mkisofs and files larger than 2GB. Basically what I am trying to do is backup some database dumps to a dvd. Everything was working fine until the dumps got larger than 2 Gigs. Now I get this message when I try to use growisofs: % growisofs

mkisofs vs large files

2004-02-18 Thread Chris Meyers
I am running 5.1-RELEASE-p2 with dvd+rw-tools version 5.17.4.8.6 and mkisofs version 2.0.3_1 and I'm having some problems with mkisofs and files larger than 2GB. Basically what I am trying to do is backup some database dumps to a dvd. Everything was working fine until the dumps got larger than 2

  1   2   >