From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KFVTE-0000Se-8C for garchives@archives.gentoo.org; Sun, 06 Jul 2008 14:44:08 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3664E04C2; Sun, 6 Jul 2008 14:44:06 +0000 (UTC) Received: from poseidon.rz.tu-clausthal.de (poseidon.rz.tu-clausthal.de [139.174.2.21]) by pigeon.gentoo.org (Postfix) with ESMTP id 9DCF9E04C7 for ; Sun, 6 Jul 2008 14:44:06 +0000 (UTC) Received: from poseidon.rz.tu-clausthal.de (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 125BC21137A for ; Sun, 6 Jul 2008 16:44:06 +0200 (CEST) Received: from tu-clausthal.de (poseidon [139.174.2.21]) by poseidon.rz.tu-clausthal.de (Postfix) with ESMTP id 001C221136D for ; Sun, 6 Jul 2008 16:44:05 +0200 (CEST) Received: from [139.174.197.94] (account wevah HELO energy.localnet) by tu-clausthal.de (CommuniGate Pro SMTP 5.2.4) with ESMTPSA id 35640320 for gentoo-user@lists.gentoo.org; Sun, 06 Jul 2008 16:44:05 +0200 From: Volker Armin Hemmann To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] DVD and large files Date: Sun, 6 Jul 2008 16:43:57 +0200 User-Agent: KMail/1.9.52 (Linux/2.6.26-rc8benchmark; KDE/4.0.83; x86_64; ; ) References: <486D97E4.3070305@bellsouth.net> <20080706135046.50dee9a8@ilievnet.com> <4870D2CA.8060403@bellsouth.net> In-Reply-To: <4870D2CA.8060403@bellsouth.net> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200807061644.02130.volker.armin.hemmann@tu-clausthal.de> X-Virus-Scanned: by PureMessage V5.4 at tu-clausthal.de X-Archives-Salt: ef199cdc-f095-46b9-8fc1-2db97b318cf2 X-Archives-Hash: 8b917e5a0e7d5e83f92e1887fa68e221 On Sonntag, 6. Juli 2008, Dale wrote: > Daniel Iliev wrote: > > On Fri, 04 Jul 2008 14:43:01 -0500 > > > > Dale 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