LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 05-04-2008, 02:00 AM   #46
frenchn00b
Senior Member
 
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561

Original Poster
Rep: Reputation: 57

/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)
 
Old 05-04-2008, 04:59 AM   #47
frenchn00b
Senior Member
 
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561

Original Poster
Rep: Reputation: 57
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 :?:
 
Old 05-04-2008, 06:09 AM   #48
frenchn00b
Senior Member
 
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561

Original Poster
Rep: Reputation: 57
after will move to .offline, the jar benow-burni should say that it is doing a du ... or a please wait
 
Old 05-04-2008, 07:18 AM   #49
frenchn00b
Senior Member
 
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561

Original Poster
Rep: Reputation: 57
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
 
Old 05-04-2008, 04:37 PM   #50
benow
LQ Newbie
 
Registered: Dec 2007
Posts: 12

Rep: Reputation: 0
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.
 
Old 05-17-2008, 01:41 PM   #51
frenchn00b
Senior Member
 
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561

Original Poster
Rep: Reputation: 57
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.
 
Old 10-07-2008, 12:44 AM   #52
benow
LQ Newbie
 
Registered: Dec 2007
Posts: 12

Rep: Reputation: 0
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.
 
Old 10-07-2008, 12:54 AM   #53
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,410

Rep: Reputation: 141Reputation: 141
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?
 
Old 10-08-2008, 12:59 AM   #54
benow
LQ Newbie
 
Registered: Dec 2007
Posts: 12

Rep: Reputation: 0
Restore gets a bit awkward with multipart. You would maintain the permissions, however.
 
Old 10-08-2008, 12:12 PM   #55
frenchn00b
Senior Member
 
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561

Original Poster
Rep: Reputation: 57
Quote:
Originally Posted by Quakeboy02 View Post
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 ...
 
Old 10-08-2008, 12:12 PM   #56
frenchn00b
Senior Member
 
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561

Original Poster
Rep: Reputation: 57
Quote:
Originally Posted by benow View Post
Restore gets a bit awkward with multipart. You would maintain the permissions, however.
indeed, and very much !
thanks
 
Old 10-08-2008, 11:42 PM   #57
benow
LQ Newbie
 
Registered: Dec 2007
Posts: 12

Rep: Reputation: 0
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.
 
Old 11-02-2008, 04:33 PM   #58
frenchn00b
Senior Member
 
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561

Original Poster
Rep: Reputation: 57
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
 
Old 11-02-2008, 04:46 PM   #59
frenchn00b
Senior Member
 
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561

Original Poster
Rep: Reputation: 57
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
 
Old 11-03-2008, 01:55 PM   #60
frenchn00b
Senior Member
 
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561

Original Poster
Rep: Reputation: 57
an alternative with growisofs and X:
http://kornelix.squarespace.com/dkopp/
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
mount /dev/hdc /dev/cdrom doesn't work ShrikesHarvest Linux - Newbie 10 02-21-2009 07:05 AM
/dev/hdc no longer linked to /dev/cdrom - why? Ook Slackware 3 08-25-2007 12:00 AM
why has udev swapped /dev/hdc and /dev/hdd ? chaosbear Linux - Hardware 2 08-09-2006 03:23 AM
I cannot access EITHER CD drive! And there's no /dev/hdc or /dev/hdd or /dev/cdrom! Dmalic Linux - Hardware 13 11-18-2005 07:11 PM
ln: creating symbolic link `/dev/dvd' to `/dev/hdc': Permission denied qazwsx27 Fedora 3 06-14-2005 02:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:16 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration