From: Volker Armin Hemmann <volker.armin.hemmann@tu-clausthal.de>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] DVD and large files
Date: Sun, 6 Jul 2008 16:43:57 +0200 [thread overview]
Message-ID: <200807061644.02130.volker.armin.hemmann@tu-clausthal.de> (raw)
In-Reply-To: <4870D2CA.8060403@bellsouth.net>
On Sonntag, 6. Juli 2008, Dale wrote:
> Daniel Iliev wrote:
> > On Fri, 04 Jul 2008 14:43:01 -0500
> >
> > Dale <dalek1967@bellsouth.net> wrote:
> >> Hi again,
> >>
> >> After getting a LOT of help on this, I got it sorted out. This is
> >> what is installed:
> >>
> >> [ebuild U ] app-cdr/cdrkit-1.1.8 [1.1.6] USE="unicode -hfs" 0 kB
> >> [ebuild U ] app-cdr/k3b-1.0.5-r1 [1.0.4] USE="alsa arts dvdr
> >> dvdread encode hal mp3 vorbis -css -debug -emovix -ffmpeg -flac
> >> -musepack -musicbrainz -sndfile -vcd -xinerama" LINGUAS="-af -ar -bg
> >> -br -bs -ca -cs -cy -da -de -el -en_GB -es -et -eu -fa -fi -fr -ga
> >> -gl -he -hi -hu -is -it -ja -ka -lt -mk -ms -nb -nds -nl -nn -pa -pl
> >> -pt -pt_BR -ru -rw -se -sk -sr -sr@Latn -sv -ta -tr -uk -uz -zh_CN
> >> -zh_TW" 0 kB
> >
> > Actually if you don't care about the GUI and compatibility with other
> > systems, you can do DVD burning with growisofs only (without
> > mkisofs/genisoimage respectively from cdrtools or cdrkit).
> >
> >> I also noticed something else that was "funny". I added the line to
> >> fstab but sort of forgot something else. This is one of my blonde
> >> moments here, not blonde but anyway. I forgot to make the mount
> >> point, you know, the hdd directory in /media. < Dale slaps forehead >
> >
> > AFAIK this might cause problems if you use auto-mounting software and
> > forget to disable it before writing.
> >
> >> The proof is in the puddin tho:
> >>
> >> root@smoker / # ls -al /media/hdd/
> >> total 4194346
> >> dr-xr-xr-x 2 root root 112 2008-07-04 14:22 .
> >> drwxr-xr-x 5 root root 192 2008-07-04 14:21 ..
> >> -r--r--r-- 1 root root 4295007744 2008-07-04 12:32
> >> Test-_2008.07.04-10.06.53_1.tar
> >> root@smoker / #
> >>
> >> That's a BIG file. Now I want a blue ray thingy. o_O Then I can
> >> make HUGE files. lol
> >
> > The good part is that you don't need isofs for DVDs. Actually
> > you don't need any fs at all. You could write files like this:
> >
> > growisofs -Z /dev/dvd=Test-_2008.07.04-10.06.53_1.tar
> >
> > Unfortunately I have I/O errors (ruined media) often with this method,
> > so I use:
> >
> > tar cp path/to/files | \
> > pipebench -q -b 50000000 | \
> > growisofs -Z /dev/sr0=/dev/fd/0
> >
> > "pipebench" is in portage and provides two important advantages:
> > - you can check the speed and make adjustments it if necessary
> > - you can adjust the buffer (-b)
> >
> >
> > To restore the files from the above backup:
> >
> > tar xpf /dev/dvd
> >
> > It works perfectly for me.
> >
> > You can burn this way images with your preferred FS.
>
> Well, it seems tar can not handle 4.7Gb files any way. I'm not sure why
> but it seems happy with 2.2Gb files. Anybody know about the upper
> limits on tar?
>
emm. It should be handle to at least 8gb. And since I use tar to write to my
280gb tapelib ... and this guy used a 21gb tarball for his tests:
http://bulk.fefe.de/lk2006/bench.html
you are doing something wrong.
--
gentoo-user@lists.gentoo.org mailing list
next prev parent reply other threads:[~2008-07-06 14:44 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-04 3:24 [gentoo-user] DVD and large files Dale
2008-07-04 6:31 ` Sebastian Günther
2008-07-04 7:26 ` Dale
2008-07-04 7:37 ` Dale
2008-07-04 10:58 ` Joerg Schilling
2008-07-04 14:53 ` Dale
2008-07-04 14:55 ` Joerg Schilling
2008-07-04 15:03 ` Dale
2008-07-04 15:17 ` Dale
2008-07-04 15:27 ` Joerg Schilling
2008-07-04 15:56 ` Dale
2008-07-04 11:06 ` Uwe Thiem
2008-07-04 10:55 ` Joerg Schilling
2008-07-04 7:05 ` Daniel Iliev
2008-07-04 7:18 ` Daniel Iliev
2008-07-04 8:08 ` Neil Bothwick
2008-07-04 7:50 ` Dirk Heinrichs
2008-07-04 8:01 ` Dale
2008-07-04 8:10 ` Neil Bothwick
2008-07-04 8:43 ` Dale
2008-07-04 11:12 ` Joerg Schilling
2008-07-04 13:14 ` Neil Bothwick
2008-07-04 19:43 ` Dale
2008-07-06 10:50 ` Daniel Iliev
2008-07-06 14:12 ` Dale
2008-07-06 14:43 ` Volker Armin Hemmann [this message]
2008-07-06 15:19 ` Dale
2008-07-06 15:47 ` Neil Bothwick
2008-07-06 16:26 ` Dale
2008-07-06 17:57 ` Neil Bothwick
2008-07-06 19:42 ` Dale
2008-07-06 21:16 ` Neil Bothwick
2008-07-06 21:29 ` Dale
2008-07-06 22:42 ` Neil Bothwick
2008-07-06 23:41 ` Dale
2008-07-06 16:01 ` Volker Armin Hemmann
2008-07-06 16:17 ` Joerg Schilling
2008-07-06 16:28 ` Dale
2008-07-06 17:57 ` Alan McKinnon
2008-07-06 19:45 ` Dale
2008-07-06 18:06 ` Volker Armin Hemmann
2008-07-07 4:15 ` Dale
2008-07-07 4:39 ` Dale
2008-07-06 16:53 ` Sebastian Günther
2008-07-06 19:51 ` Dale
2008-07-06 20:50 ` Sebastian Günther
2008-07-07 10:37 ` Dale
2008-07-07 10:44 ` Joerg Schilling
2008-07-09 23:59 ` Dale
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200807061644.02130.volker.armin.hemmann@tu-clausthal.de \
--to=volker.armin.hemmann@tu-clausthal.de \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox