Gentoo Archives: gentoo-user

From: Uwe Thiem <uwix@××××.na>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] avidemux
Date: Fri, 28 Jul 2006 08:06:40
Message-Id: 200607280819.21644.uwix@iway.na
In Reply to: Re: [gentoo-user] avidemux by Willie Wong
1 On 27 July 2006 22:02, Willie Wong wrote:
2 > On Thu, Jul 27, 2006 at 09:47:09PM +0100, Penguin Lover Uwe Thiem squawked:
3 > > Hi folks,
4 > >
5 > > while saving an edited MPEG2 file, avidemux ate tens of GB under /home. I
6 > > can't find that/those temporary files. Anybody in the know where it
7 > > stores them? It definitely isn't under /tmp or /var/tmp. It's under /home
8 > > and presumebly under my home directory but "find . -size +1G -print" in
9 > > my home directory didn't reveal anything.
10 >
11 > Presumeably it could be a bunch of small files, rather than 1 file
12 > bigger than 1 gigabyte (as an aside, why is it for my version of find,
13 > +1G is not a valid size? The only units that it admits [according to
14 > the man page] are b[lock], c[haracter=byte], w[ord], and k[ilo]]),
15 > which might explain why your find command doesn't see it.
16
17 >From "man find":
18
19 -size n[cwbkMG]
20 File uses n units of space. The following suffixes can be used:
21
22 `b' for 512-byte blocks (this is the default if no suffix is
23 used)
24
25 `c' for bytes
26
27 `w' for two-byte words
28
29 `k' for Kilobytes (units of 1024 bytes)
30
31 `M' for Megabytes (units of 1048576 bytes)
32
33 `G' for Gigabytes (units of 1073741824 bytes)
34
35 Uwe
36
37 --
38 Mark Twain: I rather decline two drinks than a German adjective.
39 http://www.SysEx.com.na
40
41 --
42 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] avidemux Willie Wong <wwong@×××××××××.EDU>