Mailinglist Archive: opensuse (2778 mails)
| < Previous | Next > |
Re: [opensuse] dvd and filenames
- From: jdd <jdd@xxxxxxxxx>
- Date: Wed, 21 May 2008 16:35:08 +0200
- Message-id: <4834331C.9040408@xxxxxxxxx>
Carlos E. R. wrote:
I did find this on google, but I don't know if it's good, just now my first writing of the image with k3b failed (couldn't close the dvd :-?)
right
this is the main part :-)
growisofs complained with my file size (too big, my info was wrong), but did it intelligently, giving the free space :-), so I could fix the size:
dd if=/dev/zero of=image.iso bs=2048 count=2287888
--
http://www.dodin.net
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
bs=1024k count=4489 ?
I did find this on google, but I don't know if it's good, just now my first writing of the image with k3b failed (couldn't close the dvd :-?)
Could be. I'll have to note this.
Ah, beetween your 2. and 3., add "umount empty_file". Do not forget, or
when you try to mount the dvd it will say that it is dirty or already
mounted. And it can not be fscked.
right
time growisofs -Z /dev/dvd=$1 -dvd-compat
this is the main part :-)
growisofs complained with my file size (too big, my info was wrong), but did it intelligently, giving the free space :-), so I could fix the size:
dd if=/dev/zero of=image.iso bs=2048 count=2287888
--
http://www.dodin.net
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |