Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
05-04-2008, 02:00 AM
|
#46
|
Senior Member
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561
Original Poster
Rep:
|
/usr/lib/jvm/java-6-sun/jre/bin/java -jar benow-burninate.jar
you program always calculate wrong, never match with du,
is it to much or too less.
Also the program, is it using cdrecord , can we use it for regular 700mb cdroms?
(code source)
|
|
|
05-04-2008, 04:59 AM
|
#47
|
Senior Member
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561
Original Poster
Rep:
|
explain me , on another machine I get this :
Code:
$ java -version
java full version "kaffe-1.4.2"
kaffe VM "1.1.7"
Copyright (c) 1996-2005 Kaffe.org project contributors (please see
the source code for a full list of contributors). All rights reserved.
Portions Copyright (c) 1996-2002 Transvirtual Technologies, Inc.
The Kaffe virtual machine is free software, licensed under the terms of
the GNU General Public License. Kaffe.org is a an independent, free software
community project, not directly affiliated with Transvirtual Technologies,
Inc. Kaffe is a Trademark of Transvirtual Technologies, Inc. Kaffe comes
with ABSOLUTELY NO WARRANTY.
Engine: Just-in-time v3 Version: 1.1.7 Java Version: 1.4
Heap defaults: minimum size: 5 MB, maximum size: unlimited
Stack default size: 256 KB
Code:
$ java -jar benow-burninate.jar
The Burninator. Andy Taylor <andy@benow.ca>, --help for help.
Aborted
no error message wkith that version of java, and not the sun 1.6.
this is both etch stable debian :?:
|
|
|
05-04-2008, 06:09 AM
|
#48
|
Senior Member
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561
Original Poster
Rep:
|
after will move to .offline, the jar benow-burni should say that it is doing a du ... or a please wait
|
|
|
05-04-2008, 07:18 AM
|
#49
|
Senior Member
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561
Original Poster
Rep:
|
well not a single backup program from a folder to several CD's or DVD's exist and work
 it's amaizng
it's like all of us have tapes to make backup
|
|
|
05-04-2008, 04:37 PM
|
#50
|
LQ Newbie
Registered: Dec 2007
Posts: 12
Rep:
|
It works from the current directory, so
Quote:
cd /some/dir/toburn
java -jar /path/to/benow-burninate.jar --nuke
|
Would burn the current directory recursively and delete once validated. Use
Quote:
java -jar /path/to/benow-burninate.jar --help
|
for full params.
|
|
|
05-17-2008, 01:41 PM
|
#51
|
Senior Member
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561
Original Poster
Rep:
|
The program is trashing cdrom. Has someone it working or any alternatives that are not using java ?
Code:
Program not working (lot of DVD have been trashed now :( )
# java-6-sun -Xms128m -Xmx512m -jar /home/trial/benow-burninate.jar --nuke -device /dev/hdb --size DVD --label hdfdsk
The Burninator. Andy Taylor <andy@benow.ca>, --help for help.
Using media size: 4695200000
Labelling as: hdfdskX and dumping hdfdsk.idx after run.
Will delete after successful burn.
To burn: 15.1G on to: 4 discs.
Watching for blank disc insert...
Insert detected.
|
|
|
10-07-2008, 12:44 AM
|
#52
|
LQ Newbie
Registered: Dec 2007
Posts: 12
Rep:
|
I've been making updates to the Burninator application, and am using it to backup across 34 dvds now. It should work fine for mass backup if anyone is interested.
|
|
|
10-07-2008, 12:54 AM
|
#53
|
Senior Member
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,410
Rep: 
|
What about using tar/gzip to create a compressed image, then use split to split that up into 4GB chunks and save those to DVD?
|
|
|
10-08-2008, 12:59 AM
|
#54
|
LQ Newbie
Registered: Dec 2007
Posts: 12
Rep:
|
Restore gets a bit awkward with multipart. You would maintain the permissions, however.
|
|
|
10-08-2008, 12:12 PM
|
#55
|
Senior Member
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561
Original Poster
Rep:
|
Quote:
Originally Posted by Quakeboy02
What about using tar/gzip to create a compressed image, then use split to split that up into 4GB chunks and save those to DVD?
|
I think it may be the best idea, in order to avoid java and so on
http://benow.ca/admin/project/index.page?op=view&key=13 is too complicated to use.
I heard that kdar http://kdar.sourceforge.net/ is a common way for linux ...
|
|
|
10-08-2008, 12:12 PM
|
#56
|
Senior Member
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561
Original Poster
Rep:
|
Quote:
Originally Posted by benow
Restore gets a bit awkward with multipart. You would maintain the permissions, however.
|
indeed, and very much  !
thanks
|
|
|
10-08-2008, 11:42 PM
|
#57
|
LQ Newbie
Registered: Dec 2007
Posts: 12
Rep:
|
What is too complex for you might not be for someone else. I've used the burninator to backup to over 75 dvds in the last few days.
|
|
|
11-02-2008, 04:33 PM
|
#58
|
Senior Member
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561
Original Poster
Rep:
|
so simply as that ,
is there a script that can burn the content of a folder (just hte files)
on several dvd's with using growiso or other standard programs, with a bash/sh code ?
for a simple backup use ... ?
without creating any temp files anywhere cuz rescue mode of the linux box ??
thanks for any codes !!!!
happy tux , e ven after hdd crash
|
|
|
11-02-2008, 04:46 PM
|
#59
|
Senior Member
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561
Original Poster
Rep:
|
we have to use growisofs and not mkisofs/cdrecord that are sources of problems
hence we can code something that would look like this for a bash/sh script, that is workign even when java/isnt installed ... for debugging too ...
Quote:
ave used (successfully) the following command for an initial data burn session:
Code:
growisofs -Z /dev/hda -J -R -V lngst_day_1 ~/Desktop/DSC_0267.JPG
2. I have then used (successfully) the following command (and variations thereof) to add additional files (.jpg and .nef (nikon proprietary format/label)) and folder structures to the same DVD-R:
Code:
growisofs -M /dev/hda -J -R ~/Desktop/june202008/*.*
3. When I try to view the contents of the DVD-R on a MacBook, the MacBook can see the DVD-R and read its label (created using growisofs), but it can't see any of the files or folders burned to the DVD-R.
4. On the other
|
|
|
|
11-03-2008, 01:55 PM
|
#60
|
Senior Member
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561
Original Poster
Rep:
|
|
|
|
All times are GMT -5. The time now is 05:16 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|