Software :: Using Growisofs To Only Create An Image?

Mar 4, 2010

Can I use 'growisofs -dvd-compat -Z /dev/null' to create only the image to burn a dvd-video dvd from the VIDEO_TS, AUDIO_TS directory tree?

View 1 Replies


ADVERTISEMENT

General :: Growisofs & Iso File 4gb Boundary?

Jun 7, 2010

To backup files residing on my system, I've been using mkisofs to create an empty iso file, and then populating it using growisofs: (in an empty directory)

Code:
> mkisofs -graft-points -iso-level 2 -joliet -joliet-long -udf -full-iso9660-filenames -R -o myiso.iso .
> growisofs -M myiso.iso -r -J -use-the-force-luke=4gms <filetoadd>

This was working well for isos to be written to a single-layer DVD, but when I tried to add more data meant to be written to a dual-layer disc, I get this:

":-( next session would cross 4GB boundary, aborting..." I've done some searching and it seems that -use-the-force-luke should have helped, but doesn't. I assume the problems lies with mkisofs in creating an empty iso, but not sure how to get around it. I've only started dabbling with these tools in the past few days. Is it possible to create an empty iso with growisofs, or is there another way of creating an iso file that can contain enough data for a dual-layer disc? I really would like to be able to populate an empty iso as there are scripts involved & the availability of data being backed up might not be available immediately (data being sent for backup from other teams, for example).

View 4 Replies View Related

Ubuntu :: When Try To Burn Recording To DVD / It Fails On Growisofs

Sep 13, 2010

I'm running hauppauge 2250 tuners (2 of them, 4 tuners total).I have the tuners set up and working although when booting up they worked intermitantly until I went through backend setup and restarted the frontend.I solved this by adding a 30 second sleep before backend startup and this seems to have fixed this.I'm still having trouble with burning and ripping dvds.I can play dvds in vlc and mythtv (mythtv since adding the sleep line). but when I try to burn a recording to dvd it fails on growisofs.I get an error 1.I've set the correct region with regionset and I have the dvd codecs.

View 1 Replies View Related

General :: How To Make Growisofs Working With Cron

Aug 9, 2010

I make a script to automate burning backup files on dvd. It works fine if I start it from root user, but if I start it. From cronjob do noting. I try on growisofs the option -use-the-force-luke=force but nothing happens. I check the env of cron:

HOME=/root
LOGNAME=root
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
PWD=/root
SHELL=/bin/bash
SHLVL=1
XDG_SESSION_COOKIE=3e0d70f7b71074a0b1fff4bb4aa97d13-1281297181.926502-724038309
_=/usr/bin/env
and it seems ok i've got my script in /usr/local/bin and growisofs in /usr/bin

Code of my script below:
#!/bin/bash
bkup_path='/bkrepo/';
prefix='PAR*';
totdimfile=0
for FILE in $(/bin/ls -r $bkup_path$prefix)

do
dimfile=`/bin/ls -l $FILE | /usr/bin/awk -F " " '{print $5}' `
let "totdimfile += dimfile";
if [ "$totdimfile" -lt "4700000000" ]
then
NAMEFILE=`/bin/ls -l $FILE | /usr/bin/awk -F " " '{print $8}' `
ALLNAMEFILE="$ALLNAMEFILE $NAMEFILE";
fi
done

/usr/bin/growisofs -use-the-force-luke=force -Z /dev/scd0 -R -J $ALLNAMEFILE
/usr/bin/growisofs -M /dev/scd0=/dev/zero
/usr/bin/eject
end code of my script

View 1 Replies View Related

Software :: Back End Of Growisofs (burning) Using Debian 5.0.4

May 7, 2010

I use growisofs to burn image or data files into DVDs. In its manpage it refered that it's a combined genisoimage frontend/DVD recording program. while in genisoimage's manpage

Note that genisoimage is not designed to communicate with the writer directly. Most writers have proprietary command sets which vary from one manufacturer to another, and you need a specialized tool to actually burn the disc. wodim is one such tool. The latest version of wodim is available from [URL]

So,genisoimage still is a front end program. so when my using growisfo to burn something, which bin was used to actually do the burning job? wodim? I am using debian 5.0.4

View 2 Replies View Related

Ubuntu Multimedia :: Input - Output Error With Growisofs

Mar 10, 2010

I use the growisofs command from the terminal to do most of my burning. Mostly because i burn almost the exact same type of file every time so its pretty easy to set up. I've done this dozens of times and never once had a problem before. I loved it because it was so much simpler than doing this in windows where i would need to install a few extra programs and codecs. That was up until today where it started failing every single time i tried to burn something.

For some reason every time i try to burn a disc it gives me this error message:

Code:

I'm really at a loss as to why this is happening. Every thread i found that discussed this problem was mostly focused on k3b or brasero and never really answered the question. As far as i know nothing has been updated since the last time i burned a disc a few days ago. Everything is exactly the same as it was when it worked. The only thing i could think of that might have caused this sudden failure is that i flashed the firmware of another cd drive using the same sata port that this drive is currently plugged into, but that was in windows so i dont see how it could have affected this drive.

View 1 Replies View Related

Red Hat / Fedora :: Read From Standard Input In 'growisofs' Command?

Jul 12, 2010

I need to create backup of internal drive and write it on DVD. I want to do this in single command...like below: ntfsclone -f --save-image --overwrite - /dev/sda1 | growisofs -Z /dev/sr1=/dev/stdin

in above command, i tried to to create backup of first partition of internal drive and need to write this backup on DVD. But above command has some probolem due to which it could not write backup on DVD....and how to read from standard input in 'growisofs' command?

View 2 Replies View Related

Fedora :: Possible To Create ONE Iso Image On 2 CDs ?

Apr 8, 2010

Is it possible to create ONE iso image on 2 CDs ?I have a very old version Windows XP which installer is on 2 disc. I need to create an ISO image on them. If possible, please advise which command shall I run, dd ?

View 2 Replies View Related

Ubuntu :: Create An Iso Image In 10.04?

May 27, 2010

I want to create an ISO file in brasero but it only lets me create a cue. What should I do

View 8 Replies View Related

Ubuntu :: Create An Image Of A PC To Use On Another?

Apr 7, 2011

I do not know if this is possible, but I have a laptop in another country that I visit quite frequently. I wish to re build it in Ubuntu from the image of a mcahine I have here such that when I set it up I need not go on line for updates and installed apps.

A couple of reasons for this.

Internet in this other country is by land line and VERY expensive and slow

It would be useful if it were an image as I am happy with the install on the laptop I have here,, and do not want to spend an age on my hols configuring and installing and playing about... Just install Ubuntu from my CD and then the image to create the same machine.....

View 6 Replies View Related

General :: Use An USB Instead Of A DVD To Create ISO Image?

May 21, 2011

I just downloaded the FEDORA iso image file. Naturally, the next step is to create a DVD. The problem is I'm using a mininetbook hith no DVD unit and I have not an external one, so I think I can use the USB as an alternative, but I just don't find how to in the documentation, and the applications to burn DVD's dont have the option... how can I do this?

View 14 Replies View Related

Software :: Create An Iso Image

May 3, 2011

I have an HP C7000 chasis with 5 blades. We have a known good, secure version of RHEL 5.6 on one of the blades. My question is, can I make a "golden iso image" from that running o.s. to install on 2 of the other blades? If so, how can I do that?

View 7 Replies View Related

Debian :: Create ISO Image From .bin And .cue Files?

Sep 2, 2010

Debian 504 64-bit

How to create ISO image from .bin and .cue files?

View 3 Replies View Related

Fedora :: How To Create Bootable DOS CD Iso Image Under F8 Or F10?

Jun 21, 2009

I have downloaded a bootable DOS iso CD image that I have burnt to CD and can boot from.I need to add more disk checking utilities to the CD iso image.The DOS disk checking utilities are designed to be run from a floppy disk, but my laptop does not have a floppy drive, so CD-ROM is an alternative, if I can remaster the existing iso image file?Can I mount the DOS iso file and then add other programs to it, and then remaster the updated iso, and make a new CD-ROM to boot from with the added tools?

View 3 Replies View Related

Ubuntu :: Create An Image For OS Partition?

Oct 30, 2010

Ok, have a system with 10.10 with the things I need, I installed this OS on a laptop which has a 40gb drive. 32-bit version. Before installing ubuntu i had Windows7 and had split the drive in 2 partitions (20/20) and currently have an image of the Windows7 OS in the 2nd partition.

Anyway, when installing ubuntu i used the 1st partition that has Windows7 OS and made 3 partitions out of it:

-12gb partition for /root
- 3gb partition for /swap
- 5gb partition for /home

In the Windows world i use Ghost utility(DOS version) to image my single Windows7 partition completely. This works fine.

Since in ubuntu we usually create multiple partitions,

1-what utility can be used to create an image of the partition ?

2-do you JUST create the image of /root ?

I really want to create an image now that i can then restore if something happens to the OS and be back in business quickly without reinstalling ubuntu from scratch.

View 3 Replies View Related

Ubuntu :: Create A Image Of A Partition Using Dd?

Mar 25, 2011

I want to create a image of a partition using dd. The partition is 80GB but only 15 GB are used. I booted from a live CD and run this command to backup 20 GB

Code:

dd if=/dev/sda1 of=/mnt/backup/OLD_HDD/sda1.img bs=1M count=20480

The command finishes without problems but when I mount the image I'm cannot read the content :

Code:

# mount -o loop /mnt/backup/OLD_HDD/sda1.img /mnt/sda1/
# ll /mnt/sda1/
ls: cannot access /mnt/sda1/proc: Input/output error
ls: cannot access /mnt/sda1/usr: Input/output error

[code]....

View 4 Replies View Related

SUSE :: Create A Disk Image?

Dec 23, 2010

Ok, so I have installed openSUSE 11.3 on my Lenovo Thinkpad T61p, setup the wireless adapter (why is this so difficult?) and installed a few applications. I do like the look of openSUSE but would like to check out a few other flavours. With my Windows 7 (can I say that here?) machines I can create a system image and a system restore CD with a fair amount of ease. Is there a similar process available for Linux?

View 5 Replies View Related

Fedora :: How To Create Disk Image For 14

Dec 14, 2010

I have fedora on a parition. the root / folder, and a swap. I wanna try other linux, but i dont want to delete my Fedora. So I want to back up my Fedora whole disk data, can I create a disk image for Fedora so that later I can Restore it?

View 2 Replies View Related

Networking :: Create Swap For PXE Image?

Jul 29, 2011

I try to prepare Linux-based image for remote network boot via PXE. Do I need to create Swap for this PXE image? BTW the boot image will have about 300MB or less and we have P4/2GHz workstations with 1GB RAM.

View 3 Replies View Related

General :: How Create Bootstick From ISO Image?

Jan 15, 2011

(I tried to post this earlier and it got lost.) I have a Ubuntu ISO image that I downloaded with Slackware, the only system I have. Ubuntu does not tell how to make a bootstick using anything but Windows,Mac, and Ubuntu. I tried "dd if=...ubuntu... of=/dev/sdb bs=512" and it did not put anything on the stick. Is there a procedure for making such a thing?

View 8 Replies View Related

General :: Create FS Image And Mount?

Jul 13, 2011

How to create the FS image and mount the same ..?

I need to store some data in the image which I'll be creating ..?

View 8 Replies View Related

Debian :: Create Backup Iso Image Of Protected DVD

Dec 22, 2010

Is it possible to create a backup iso image of protected DVD using dd command?

View 6 Replies View Related

Fedora Installation :: Create Boot CD And USB Image?

Jul 8, 2011

I already download Fedora 15 from website As ISO Image , How I can create Bootable CD Image? and it possible but it in USB as bootable

View 3 Replies View Related

Ubuntu Installation :: Create Image Of Installed Os?

Aug 10, 2010

is it possible to make an image of my current installed os and settings ,and burn it to a dvd so that i can just install it on other machines without installing all my programs again?this can be done with windows xp discs. you can intregate drivers and software onto the installation cd. is it possible with ubuntu? and how do you do it?

View 4 Replies View Related

Ubuntu :: Use O Create A Win7 Systems Image?

Jul 4, 2011

I have been trying to create a windows 7 system image, for days, using standard win7 tools. I am officially giving up, in frustration. FWIW: I have gained an even deeper respect for Ubuntu, and even more contempt for Microsoft. My tools and setup:

Desktop:
AMD II Quad-core 64-bit, 3ghz, 4gb ram
1TB of disk space, less than 100GB used
Ubuntu 10.10 64-bit (I didn't like 11.04)

Laptop:
HP G62
Intel i3, dual-core, 3ghz, 4gb ram
500GB of disk space, less than 100GB used
Windows 7 Premier 64-bit

I have a few external HDDs: 640GB, 120GB, and an old 80GB. Also several thumb drives. The desktop, and laptop, are on the same network. Please just point me in the right direction. Do I use NTFSClone, or something else? Also, I would like to dual-boot the laptop with unbuntu, but if that's too difficult, never mind.

View 2 Replies View Related

Debian :: Create An Image With /etc/X11/xorg.conf Or Without?

May 2, 2011

I'm creating a squeeze image, it should be installed on about 20 workstations, the same PC's, but different monitors. create /etc/X11/xorg.conf, or is it better to prepare without?

View 2 Replies View Related

General :: Create New Initrd Image In Sles10.2?

Aug 13, 2010

i need to create new initrd image in sles10.2

View 1 Replies View Related

General :: Create An Image Of Hard Drive?

Jun 14, 2011

I've performed a clean install of Linux on my system, and would like to create a snapshot of my whole disk so that I can go back to a fresh state immediately.

I used to use DriveImage XML and it was a FANTASTIC program, but unfortunately the boot CD containing it can only be created by having Windows installed. So it might be time to explore a new program that is equally simple and effective as that one.

I'd like your recommendations of imaging programs that are free, and that work off a boot CD/DVD (because the live backup thing generally takes much longer for imaging an entire disk).

One thing I liked about DriveImage XML was that it stored the backup in a fairly readable format, so if one day DriveImage XML were no longer available you wouldn't lose your backed up data. Any such programs?

Also, would these programs work for a drive that contains an encrypted root partition (i.e. enabling the encryption checkbox in the CentOS installation)?

View 8 Replies View Related

General :: How To Create / Boot RAM Image From Disk

Apr 6, 2010

How do I create/boot a ram image from a disk? I'd like to create a linux installation that is booted from a USB or CF drive and after boot does not access the disk.

View 4 Replies View Related

Software :: App To Create An ISO Image From A Bootable USB Pendrive?

Sep 2, 2009

I created a bootable usb pendrive with ubuntu netbook remix, and now want to download it to an ISO image to be able to use the pendrive for other purposes, but having possibility to create it again from ISO. What is the right application to do it?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved