RE: disk usage for /usr/lib on bullseye

2023-05-19 Thread Bonno Bloksma
Hi David, Skipping to quote most of the mail you wrote, I read it a few more times. :-) [] > In the listing above, you have removed versions 7 through 16, and then purged > 7, as quoted above. The remaining 8 through 16 contain no modules, and the > evidence is shown in your listing > above

Re: disk usage for /usr/lib on bullseye

2023-05-08 Thread Lee
On 5/2/23, Greg Wooledge wrote: > On Tue, May 02, 2023 at 10:18:10AM +0100, Tixy wrote: >> On Tue, 2023-05-02 at 17:03 +0800, Bret Busby wrote: >> > man apt >> >> Which doesn't say what 'apt purge' does without a package name. It says >> 'Performs the requested action on one or more packages specif

Re: disk usage for /usr/lib on bullseye

2023-05-08 Thread David Wright
On Mon 08 May 2023 at 08:27:52 (+), Bonno Bloksma wrote: > > "apt autoremove" will remove (not purge) packages > [] > Thanks for the better explanation, that is what I understood as well. I doubt that. > > One imagines that if you simply purged all of the kernel packages that had > > be

RE: disk usage for /usr/lib on bullseye

2023-05-08 Thread Bonno Bloksma
Hi, As we have seen some modules directories are larger than others. I was just cleaning up some old stuff and this is what I noticed. --- xxx:/usr/lib/modules# du * -sh 4.7M5.10.0-16-amd64 309M5.10.0-18-amd64 309M5.10.0-19-amd64 309M5.10.0-20-amd64 30

RE: disk usage for /usr/lib on bullseye

2023-05-08 Thread Bonno Bloksma
Hi Greg, >> Just created a snapshot of my servers and then did: >> apt autoremove >> apt purge >> apt clean >> and I still have a working system so it will not just get rid of all >> installed packages. :-) But... I still also have all those folders in >> /usr/lib/modules > It seems like you're

Re: disk usage for /usr/lib on bullseye

2023-05-05 Thread David Wright
On Fri 05 May 2023 at 14:35:08 (+), Bonno Bloksma wrote: > As I was trying to find out what would work and if I was doing something > wrong getting rid of old kernels > > After upgrading a new kernel for a week I will do apt autoremove to get rid > of the old kernel(s). And this will pr

Re: disk usage for /usr/lib on bullseye

2023-05-05 Thread Greg Wooledge
On Fri, May 05, 2023 at 02:35:08PM +, Bonno Bloksma wrote: > Just created a snapshot of my servers and then did: > apt autoremove > apt purge > apt clean > and I still have a working system so it will not just get rid of all > installed packages. :-) > But... I still also have all those folder

Re: disk usage for /usr/lib on bullseye

2023-05-05 Thread zithro
On 03 May 2023 18:22, Curt wrote: You really don't have to tread dangerous waters (or rather wade into them, unless your Jesus) because you can simulate without root privileges. curty@einstein:~$ apt -s purge NOTE: This is only a simulation! Quick nitpicking. Even if "-s" is easily remembered

RE: disk usage for /usr/lib on bullseye

2023-05-05 Thread Bonno Bloksma
Hi, >> I expect that, by context, running >> apt purge >> without the restriction specifying particular package, will apply apt >> purge to all installed packages, according to what purge does, in >> relation to packages. > > But as "apt purge " remove this package and remove configuration for

Re: disk usage for /usr/lib on bullseye

2023-05-03 Thread tomas
On Wed, May 03, 2023 at 04:22:55PM -, Curt wrote: [...] > You really don't have to tread dangerous waters (or rather wade into > them, unless your Jesus) because you can simulate without root privileges. Yes, +1 for -s :-) > curty@einstein:~$ apt -s purge > NOTE: This is only a simulation!

Re: disk usage for /usr/lib on bullseye

2023-05-03 Thread Michel Verdier
Le 3 mai 2023 Curt a écrit : > You really don't have to tread dangerous waters (or rather wade into > them, unless your Jesus) because you can simulate without root privileges. > > curty@einstein:~$ apt -s purge > NOTE: This is only a simulation! Nice parameter, thanks !

Re: disk usage for /usr/lib on bullseye

2023-05-03 Thread Curt
On 2023-05-02, Greg Wooledge wrote: > > unicorn:~$ apt purge > E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: > Permission denied) > E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), > are you root? > > Rats! No luck here. Either "apt purge" is not

Re: disk usage for /usr/lib on bullseye

2023-05-02 Thread David Wright
On Tue 02 May 2023 at 13:03:48 (-0400), songbird wrote: > David Wright wrote: > ... > > It seems a bluff was called. Anyway, I got > > 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. > > as it seems bookworm's libfreetype6 was upgraded overnight. > > that was the only upgrade i

Re: disk usage for /usr/lib on bullseye

2023-05-02 Thread Charlie Gibbs
On Tue, 02 May 2023 18:10:01 +0200 David Wright wrote: > On Tue 02 May 2023 at 11:39:09 (-0400), The Wanderer wrote: > >> It's a pointless thing to discuss, in any case, since I have been >> unable to think of essentially any reason why anyone would ever want >> to do any such thing. > > It mak

Re: disk usage for /usr/lib on bullseye

2023-05-02 Thread songbird
David Wright wrote: ... > It seems a bluff was called. Anyway, I got > 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. > as it seems bookworm's libfreetype6 was upgraded overnight. that was the only upgrade i saw this morning for my testing partition. > And I'm not brave; the

Re: disk usage for /usr/lib on bullseye

2023-05-02 Thread David Wright
On Tue 02 May 2023 at 11:39:09 (-0400), The Wanderer wrote: > It's a pointless thing to discuss, in any case, since I have been unable > to think of essentially any reason why anyone would ever want to do any > such thing. It makes me think of that gruesome cartoon where a meat mincer's handle is

Re: disk usage for /usr/lib on bullseye

2023-05-02 Thread debian-user
Bret Busby wrote: > On 2/5/23 20:23, Michel Verdier wrote: > > Le 2 mai 2023 Bret Busby a écrit : > > > >> I expect that, by context, running > >> apt purge > >> without the restriction specifying particular package, will apply > >> apt purge > >> to all installed packages, according to what pu

Re: disk usage for /usr/lib on bullseye

2023-05-02 Thread The Wanderer
On 2023-05-02 at 10:28, Bret Busby wrote: > On 2/5/23 20:23, Michel Verdier wrote: > >> Le 2 mai 2023 Bret Busby a écrit : >> >>> I expect that, by context, running >>> apt purge >>> without the restriction specifying particular package, will apply >>> apt purge >>> to all installed packages, acc

Re: disk usage for /usr/lib on bullseye

2023-05-02 Thread Tixy
On Tue, 2023-05-02 at 22:28 +0800, Bret Busby wrote: > I think that, to remove all installed packages, a system administrator, > from the superuser level, needs to run something like > rm -r / Or apt remove '*' Man page for apt says it accepts regex and globs for package specifiers. Other too

Re: disk usage for /usr/lib on bullseye

2023-05-02 Thread David Wright
On Tue 02 May 2023 at 22:28:11 (+0800), Bret Busby wrote: > On 2/5/23 20:23, Michel Verdier wrote: > > Le 2 mai 2023 Bret Busby a écrit : > > > > > I expect that, by context, running > > > apt purge > > > without the restriction specifying particular package, will apply > > > apt purge > > > to al

Re: disk usage for /usr/lib on bullseye

2023-05-02 Thread David Wright
On Tue 02 May 2023 at 08:09:57 (-0400), Greg Wooledge wrote: > On Tue, May 02, 2023 at 10:18:10AM +0100, Tixy wrote: > > On Tue, 2023-05-02 at 17:03 +0800, Bret Busby wrote: > > > man apt > > > > Which doesn't say what 'apt purge' does without a package name. It says > > 'Performs the requested ac

Re: disk usage for /usr/lib on bullseye

2023-05-02 Thread Michel Verdier
Le 2 mai 2023 Bret Busby a écrit : > and, so, where a particular package is specified as an argument to the > command, all obsolete configuration files associated with the package, will be > removed, and, where no package is specified as an argument to the command, all > obsolete configuration fi

Re: disk usage for /usr/lib on bullseye

2023-05-02 Thread Bret Busby
On 2/5/23 20:23, Michel Verdier wrote: Le 2 mai 2023 Bret Busby a écrit : I expect that, by context, running apt purge without the restriction specifying particular package, will apply apt purge to all installed packages, according to what purge does, in relation to packages. But as "apt purg

Re: disk usage for /usr/lib on bullseye

2023-05-02 Thread Bret Busby
On 2/5/23 18:18, Bret Busby wrote: On 2/5/23 17:18, Tixy wrote: On Tue, 2023-05-02 at 17:03 +0800, Bret Busby wrote: On 2/5/23 16:58, Bret Busby wrote: On 2/5/23 11:42, David Wright wrote: Have you tried running also apt autoclean I thought that just cleared /var/cache/apt/archives/.

Re: disk usage for /usr/lib on bullseye

2023-05-02 Thread Michel Verdier
Le 2 mai 2023 Bret Busby a écrit : > I expect that, by context, running > apt purge > without the restriction specifying particular package, will apply > apt purge > to all installed packages, according to what purge does, in relation to > packages. But as "apt purge " remove this package and rem

Re: disk usage for /usr/lib on bullseye

2023-05-02 Thread Greg Wooledge
On Tue, May 02, 2023 at 10:18:10AM +0100, Tixy wrote: > On Tue, 2023-05-02 at 17:03 +0800, Bret Busby wrote: > > man apt > > Which doesn't say what 'apt purge' does without a package name. It says > 'Performs the requested action on one or more packages specified via > regex(7), glob(7) or exact m

Re: disk usage for /usr/lib on bullseye

2023-05-02 Thread Bret Busby
On 2/5/23 18:20, Bret Busby wrote: On 2/5/23 18:18, Bret Busby wrote: On 2/5/23 17:18, Tixy wrote: On Tue, 2023-05-02 at 17:03 +0800, Bret Busby wrote: On 2/5/23 16:58, Bret Busby wrote: On 2/5/23 11:42, David Wright wrote: Have you tried running also apt autoclean I thought that jus

Re: disk usage for /usr/lib on bullseye

2023-05-02 Thread Bret Busby
On 2/5/23 17:18, Tixy wrote: On Tue, 2023-05-02 at 17:03 +0800, Bret Busby wrote: On 2/5/23 16:58, Bret Busby wrote: On 2/5/23 11:42, David Wright wrote: Have you tried running also apt autoclean I thought that just cleared /var/cache/apt/archives/. and apt purge I've never tried t

Re: disk usage for /usr/lib on bullseye

2023-05-02 Thread Tixy
On Tue, 2023-05-02 at 17:03 +0800, Bret Busby wrote: > On 2/5/23 16:58, Bret Busby wrote: > > On 2/5/23 11:42, David Wright wrote: > > > > > > > > > > > > Have you tried running also > > > > > > apt autoclean > > > > > > I thought that just cleared /var/cache/apt/archives/. > > > > > > > > >

Re: disk usage for /usr/lib on bullseye

2023-05-02 Thread Bret Busby
On 2/5/23 16:58, Bret Busby wrote: On 2/5/23 11:42, David Wright wrote: Have you tried running also apt autoclean I thought that just cleared /var/cache/apt/archives/. and apt purge I've never tried that without a package name. What does it do? RTFM ? man apt ... .. Bret Busb

Re: disk usage for /usr/lib on bullseye

2023-05-02 Thread Bret Busby
On 2/5/23 11:42, David Wright wrote: On Mon 01 May 2023 at 23:24:56 (-0400), Timothy M Butterworth wrote: On Mon, May 1, 2023 at 10:45 PM Rick Thomas wrote: On Mon, May 1, 2023, at 11:14 AM, Bret Busby wrote: On 2/5/23 02:06, David Christensen wrote: On 5/1/23 06:51, Bonno Bloksma wrote: Th

Re: disk usage for /usr/lib on bullseye

2023-05-01 Thread David Wright
On Mon 01 May 2023 at 23:24:56 (-0400), Timothy M Butterworth wrote: > On Mon, May 1, 2023 at 10:45 PM Rick Thomas wrote: > > On Mon, May 1, 2023, at 11:14 AM, Bret Busby wrote: > > > On 2/5/23 02:06, David Christensen wrote: > > >> On 5/1/23 06:51, Bonno Bloksma wrote: > > >>> The cause seems to

Re: disk usage for /usr/lib on bullseye

2023-05-01 Thread Timothy M Butterworth
On Mon, May 1, 2023 at 10:45 PM Rick Thomas wrote: > On Mon, May 1, 2023, at 11:14 AM, Bret Busby wrote: > > On 2/5/23 02:06, David Christensen wrote: > >> On 5/1/23 06:51, Bonno Bloksma wrote: > >>> Hi, > >>> > >>> On my "new" Bullseye machines the root volume starts to fill up. The > >>> cause

Re: disk usage for /usr/lib on bullseye

2023-05-01 Thread Rick Thomas
On Mon, May 1, 2023, at 11:14 AM, Bret Busby wrote: > On 2/5/23 02:06, David Christensen wrote: >> On 5/1/23 06:51, Bonno Bloksma wrote: >>> Hi, >>> >>> On my "new" Bullseye machines the root volume starts to fill up. The >>> cause seems to be the /usr/lib folder. >>> On my older Buster (10.13) ma

Re: disk usage for /usr/lib on bullseye

2023-05-01 Thread Brad Rogers
On Mon, 1 May 2023 12:10:08 -0600 Charles Curley wrote: Hello Charles, >Ah. I don't recall that I've ever tried that. Maybe one should >experiment on a throw-away VM. :-) Go ahead: What's life without a little jeopardy? :-) -- Regards _ "Valid sig separator is {dash}{dash}{space}"

Re: disk usage for /usr/lib on bullseye

2023-05-01 Thread Brad Rogers
On Mon, 01 May 2023 14:09:56 -0400 Stefan Monnier wrote: Hello Stefan, >The main downside is usually that you won't be able to access Or reboot, into a working system, if it's the *only* kernel. But hey... :-) -- Regards _ "Valid sig separator is {dash}{dash}{space}" /

Re: disk usage for /usr/lib on bullseye

2023-05-01 Thread David Christensen
3 root@taz ~ # journalctl --disk-usage Archived and active journals take up 400.0M in the file system. 2023-05-01 12:25:46 root@taz ~ # journalctl --vacuum-size=100M 2023-05-01 12:28:05 root@taz ~ # journalctl --disk-usage Archived and active journals take up 104.0M in the file system. 2023-05-0

Re: disk usage for /usr/lib on bullseye

2023-05-01 Thread David Wright
On Mon 01 May 2023 at 11:06:25 (-0600), Charles Curley wrote: > On Mon, 1 May 2023 13:51:06 + > Bonno Bloksma wrote: > > > Guessing on what I see these are libraries for older kernel versions. > > I usually clean up older kernel versions by using # apt autoremove" > > All 3 servers have 1 olde

Re: disk usage for /usr/lib on bullseye

2023-05-01 Thread Bret Busby
On 2/5/23 02:06, David Christensen wrote: On 5/1/23 06:51, Bonno Bloksma wrote: Hi, On my "new" Bullseye machines the root volume starts to fill up. The cause seems to be the /usr/lib folder. On my older Buster (10.13) machine the total /usr directory is 701M, the /usr/lib folder is 260M In

Re: disk usage for /usr/lib on bullseye

2023-05-01 Thread Charles Curley
On Mon, 1 May 2023 18:52:09 +0100 Brad Rogers wrote: > If memory serves, should one try to do that, warnings are issued. > > Not quite HAL in "2001, A Space Odyssey", but near enough. :-) Ah. I don't recall that I've ever tried that. Maybe one should experiment on a throw-away VM. :-) Daisy,

Re: disk usage for /usr/lib on bullseye

2023-05-01 Thread Stefan Monnier
>>to not purge the two most recent kernel packages, and especially not >>the kernel you are currently running on. > If memory serves, should one try to do that, warnings are issued. > Not quite HAL in "2001, A Space Odyssey", but near enough. :-) Also, purging the current kernel is not nearly as

Re: disk usage for /usr/lib on bullseye

2023-05-01 Thread David Christensen
On 5/1/23 06:51, Bonno Bloksma wrote: Hi, On my "new" Bullseye machines the root volume starts to fill up. The cause seems to be the /usr/lib folder. On my older Buster (10.13) machine the total /usr directory is 701M, the /usr/lib folder is 260M In my /usr/lib folder on Buster is NO /usr/lib/

Re: disk usage for /usr/lib on bullseye

2023-05-01 Thread Brad Rogers
On Mon, 1 May 2023 11:06:25 -0600 Charles Curley wrote: Hello Charles, >to not purge the two most recent kernel packages, and especially not >the kernel you are currently running on. If memory serves, should one try to do that, warnings are issued. Not quite HAL in "2001, A Space Odyssey", but

Re: disk usage for /usr/lib on bullseye

2023-05-01 Thread Charles Curley
On Mon, 1 May 2023 13:51:06 + Bonno Bloksma wrote: > Guessing on what I see these are libraries for older kernel versions. > I usually clean up older kernel versions by using # apt autoremove" > All 3 servers have 1 older kernel version installed according to apt > autoremove. Autoremove rem

Re: disk usage for /usr/lib on bullseye

2023-05-01 Thread David Wright
On Mon 01 May 2023 at 13:51:06 (+), Bonno Bloksma wrote: Hmm, that took a long time to get posted. > On my "new" Bullseye machines the root volume starts to fill up. The cause > seems to be the /usr/lib folder. > On my older Buster (10.13) machine the total /usr directory is 701M, the > /us

Re: disk usage for /usr/lib on bullseye

2023-05-01 Thread Tixy
On Mon, 2023-05-01 at 13:51 +, Bonno Bloksma wrote: [...] > On my Bullseye machines the /usr/lib folder is 2+GB on the machines that have > been operating for a while and 1+G on a machine that has been operating for a > shorter while. > > The cause seems to be the folder /usr/lib/modules# >

disk usage for /usr/lib on bullseye

2023-05-01 Thread Bonno Bloksma
Hi, On my "new" Bullseye machines the root volume starts to fill up. The cause seems to be the /usr/lib folder. On my older Buster (10.13) machine the total /usr directory is 701M, the /usr/lib folder is 260M In my /usr/lib folder on Buster is NO /usr/lib/modules folder On my Bullseye machines

Re: Bypass Disk Usage Analyser

2015-10-06 Thread Sven Arvidsson
On Sun, 2015-10-04 at 18:07 +0530, Himanshu Shekhar wrote: > Whenever I want to open any file directly from search, or places, or > and > disk after mounting, it directs to Disk Usage Analyser, which I want > to be > Nautilus instead. > Is there any method to fix this? Sounds

Re: Bypass Disk Usage Analyser

2015-10-04 Thread Himanshu Shekhar
> > Am 04.10.2015 um 15:37 schrieb Himanshu Shekhar: > >> Whenever I want to open any file directly from search, or places, or and >> disk after mounting, it directs to Disk Usage Analyser, which I want to be >> Nautilus instead. >> Is there any method to fix this? >> &g

Re: Bypass Disk Usage Analyser

2015-10-04 Thread Karagkiaouris Diamantis
. Some details will help. Am 04.10.2015 um 15:37 schrieb Himanshu Shekhar: Whenever I want to open any file directly from search, or places, or and disk after mounting, it directs to Disk Usage Analyser, which I want to be Nautilus instead. Is there any method to fix this? -- Himanshu Shekhar IIIT-Allahabad IRM2015006

Bypass Disk Usage Analyser

2015-10-04 Thread Himanshu Shekhar
Whenever I want to open any file directly from search, or places, or and disk after mounting, it directs to Disk Usage Analyser, which I want to be Nautilus instead. Is there any method to fix this? -- Himanshu Shekhar IIIT-Allahabad IRM2015006

Re: Cheap way to track disk usage?

2015-04-11 Thread Bob Proulx
Frederic Marchal wrote: > > Have a look at agedu: > > http://www.chiark.greenend.org.uk/~sgtatham/agedu/ > > It computes disk usage like du. > > > > The produced HTML report can be viewed interactively like ncdu. That is pretty cool! I was previously unawa

Re: Cheap way to track disk usage?

2015-04-11 Thread Frederic Marchal
filesystem. > > > > If I could start again, I'd put LVM on the array and use multiple LVs > > to allow du to work at lower levels, but that's not really practical > > at this stage. > > > > Any tips? > > Have a look at agedu: > > http://w

Re: Cheap way to track disk usage?

2015-04-11 Thread Frederic Marchal
> can trigger on any writes to a particular filesystem. > > If I could start again, I'd put LVM on the array and use multiple LVs > to allow du to work at lower levels, but that's not really practical > at this stage. > > Any tips? Have a look at agedu: http://

Re: Cheap way to track disk usage?

2015-03-03 Thread Richard Hector
On 04/03/15 09:30, Don Armstrong wrote: On Tue, 03 Mar 2015, Jacek Politowski wrote: On Tue, Mar 03, 2015 at 08:29:53PM +1300, Richard Hector wrote: I can run du, but that takes ages, and has a performance impact. With "idle" I/O scheduler class (set with ionice) does it still have a big per

Re: Cheap way to track disk usage?

2015-03-03 Thread Don Armstrong
On Tue, 03 Mar 2015, Jacek Politowski wrote: > On Tue, Mar 03, 2015 at 08:29:53PM +1300, Richard Hector wrote: > > >I can run du, but that takes ages, and has a performance impact. > > With "idle" I/O scheduler class (set with ionice) does it still have > a big performance impact? This is basica

Re: Cheap way to track disk usage?

2015-03-03 Thread Hendrik Boom
On Tue, 03 Mar 2015 09:55:46 +, Darac Marjal wrote: > On Tue, Mar 03, 2015 at 10:09:41AM +0200, Johann Spies wrote: >>  >>  >> I can run du, but that takes ages, and has a performance impact. >> df only gives the total for the filesystem, of course. >> >>Try ncdu.  It al

Re: Cheap way to track disk usage?

2015-03-03 Thread Jacek Politowski
ful? Even without limits set, but used just to track disk usage by individual users? -- Jacek Politowski -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/201

Re: Cheap way to track disk usage?

2015-03-03 Thread Richard Hector
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/03/15 23:17, Richard Hector wrote: > On 03/03/15 22:55, Darac Marjal wrote: >> On Tue, Mar 03, 2015 at 10:09:41AM +0200, Johann Spies wrote: >>> >>> >>> I can run du, but that takes ages, and has a performance >>> impact. df only gives the tota

Re: Cheap way to track disk usage?

2015-03-03 Thread Richard Hector
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/03/15 22:55, Darac Marjal wrote: > On Tue, Mar 03, 2015 at 10:09:41AM +0200, Johann Spies wrote: >> >> >> I can run du, but that takes ages, and has a performance impact. >> df only gives the total for the filesystem, of course. >> >> Try ncdu

Re: Cheap way to track disk usage?

2015-03-03 Thread Richard Hector
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/03/15 23:01, Alex Mestiashvili wrote: > On 03/03/2015 09:22 AM, Richard Hector wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> >> In this case, however, we know there's lots of space used, and >> it's supposed to be - what we don'

Re: Cheap way to track disk usage?

2015-03-03 Thread Jacek Politowski
On Tue, Mar 03, 2015 at 08:29:53PM +1300, Richard Hector wrote: >I can run du, but that takes ages, and has a performance impact. With "idle" I/O scheduler class (set with ionice) does it still have a big performance impact? -- Jacek Politowski -- To UNSUBSCRIBE, email to debian-user-requ..

Re: Cheap way to track disk usage?

2015-03-03 Thread Alex Mestiashvili
On 03/03/2015 09:22 AM, Richard Hector wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 In this case, however, we know there's lots of space used, and it's supposed to be - what we don't know is where in the tree that usage is changing. That requires running du multiple times, and if done t

Re: Cheap way to track disk usage?

2015-03-03 Thread Darac Marjal
On Tue, Mar 03, 2015 at 10:09:41AM +0200, Johann Spies wrote: >  > > I can run du, but that takes ages, and has a performance impact. df > only gives the total for the filesystem, of course. > >Try ncdu.  It also takes some time to finish calculating, but the output >is easi

Re: Cheap way to track disk usage?

2015-03-03 Thread Richard Hector
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/03/15 21:09, Johann Spies wrote: > > > > I can run du, but that takes ages, and has a performance impact. > df only gives the total for the filesystem, of course. > > > Try ncdu. It also takes some time to finish calculating, but the > outp

Re: Cheap way to track disk usage?

2015-03-03 Thread Johann Spies
> I can run du, but that takes ages, and has a performance impact. df > only gives the total for the filesystem, of course. > > Try ncdu. It also takes some time to finish calculating, but the output is easier to handle and you can drill down to lower directories without losing the other data. Re

Cheap way to track disk usage?

2015-03-02 Thread Richard Hector
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I have an issue with a (client's) large (13T) filesystem, that fills up every now and then and nobody's quite sure what's doing it. I can run du, but that takes ages, and has a performance impact. df only gives the total for the filesystem, o

Re: disk usage utility

2014-06-26 Thread Tixy
On Wed, 2014-06-25 at 12:42 -0600, ChadDavis wrote: > I have a single partition mounted at '/'. When I run the disk usage > utility, it shows That I have 66 GB remaining. Which is correct. But when > I "scan home" it shows my home folder as 100% full. > > Why

Re: disk usage utility

2014-06-26 Thread Tixy
On Wed, 2014-06-25 at 20:55 +0200, B wrote: [...] > And if your $HOME is really 100% full, that means you can't > succeed making: touch ZZZ.ZZZ in it (as the right user). Is that true? Using touch on a non-existent filename creates a file of zero length, which I would assume for a lot of file

Re: disk usage utility

2014-06-25 Thread Bzzzz
On Wed, 25 Jun 2014 12:42:53 -0600 ChadDavis wrote: > I have a single partition mounted at '/'. When I run the disk > usage utility, it shows That I have 66 GB remaining. Which is > correct. But when I "scan home" it shows my home folder as 100% > full. What

disk usage utility

2014-06-25 Thread ChadDavis
I have a single partition mounted at '/'. When I run the disk usage utility, it shows That I have 66 GB remaining. Which is correct. But when I "scan home" it shows my home folder as 100% full. Why would my home folder be full, when my there is just one huge partition

Disk usage and quota inconsistency.

2010-02-15 Thread Miguel Da Silva - URI
Dear users, I'm facing a curious problem with our local homedir server and the clients (it's about exporting and importing NFS shares). The server (running kernel 2.6.18) exports a filesystem and the clients (running kernel 2.6.27) import it. So, the problem is that commands sh

Re: detailed disk usage package?

2009-05-05 Thread green
Jason Dunsmore wrote at 2009-05-04 08:26 -0600: > Zhengquan Zhang writes: > > I was doing du -ka . | sort -nr once in a while to do disk usage > > analysis. > > > > I was wondering if anybody here are using a package that can do detailed > > disk usage anal

[solved, Thanks]Re: detailed disk usage package?

2009-05-05 Thread Zhengquan Zhang
-- Zhengquan -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: detailed disk usage package?

2009-05-04 Thread Gilles Mocellin
Le Monday 04 May 2009 16:07:27 Zhengquan Zhang, vous avez écrit : > Dear debian community, > > I was doing du -ka . | sort -nr once in a while to do disk usage > analysis. > > I was wondering if anybody here are using a package that can do detailed > disk usage analysis. and

Re: detailed disk usage package?

2009-05-04 Thread Jason Dunsmore
Zhengquan Zhang writes: > Dear debian community, > > I was doing du -ka . | sort -nr once in a while to do disk usage > analysis. > > I was wondering if anybody here are using a package that can do detailed > disk usage analysis. and the program can email a detailed report t

Re: detailed disk usage package?

2009-05-04 Thread Claudio
on job: @hourly /path/to/df.pl I expect this help. Claudio. On Mon, May 4, 2009 at 11:07 AM, Zhengquan Zhang wrote: > Dear debian community, > > I was doing du -ka . | sort -nr once in a while to do disk usage > analysis. > > I was wondering if anybody here are using

Re: detailed disk usage package?

2009-05-04 Thread Javier Barroso
On Mon, May 4, 2009 at 4:07 PM, Zhengquan Zhang wrote: > Dear debian community, > > I was doing du -ka . | sort -nr once in a while to do disk usage > analysis. > > I was wondering if anybody here are using a package that can do detailed > disk usage analysis. and the program

detailed disk usage package?

2009-05-04 Thread Zhengquan Zhang
Dear debian community, I was doing du -ka . | sort -nr once in a while to do disk usage analysis. I was wondering if anybody here are using a package that can do detailed disk usage analysis. and the program can email a detailed report to me? Thanks for any pointers, -- Zhengquan -- To

Re: Disk usage

2007-09-15 Thread Osamu Aoki
Hi, I guess minor problem of mixing 1000 base and 1024 base units has been pointed but the difference is not about 3%. But 9.7GB vs 17GB used. I tried it myself :-) In my case, "du -hs /" is about 28G while "df -h" is about 18G for / and 11GB on /mnt. In your case "du..." is about 10G while

Re: Disk usage

2007-09-03 Thread Douglas A. Tutty
On Mon, Sep 03, 2007 at 02:07:01PM -0400, Daniel D Jones wrote: > [EMAIL PROTECTED]:/# du --max-depth=1 -h > 1.7G./var > 32K ./tmp > 4.0K./selinux > 16K ./lost+found > 16M ./boot > 852K./home > 0 ./sys > 4.0K./initrd > 22M ./etc > 81M ./lib > 515M./proc

Re: Disk usage

2007-09-03 Thread Justin Piszcz
On Mon, 3 Sep 2007, Jeff D wrote: On Mon, 3 Sep 2007, Daniel D Jones wrote: [EMAIL PROTECTED]:/# du --max-depth=1 -h 1.7G./var 32K ./tmp 4.0K./selinux 16K ./lost+found 16M ./boot 852K./home 0 ./sys 4.0K./initrd 22M ./etc 81M ./lib 515M./proc 6.3G

Re: Disk usage

2007-09-03 Thread Jeff D
On Mon, 3 Sep 2007, Daniel D Jones wrote: [EMAIL PROTECTED]:/# du --max-depth=1 -h 1.7G./var 32K ./tmp 4.0K./selinux 16K ./lost+found 16M ./boot 852K./home 0 ./sys 4.0K./initrd 22M ./etc 81M ./lib 515M./proc 6.3G./root 3.3M./sbin 3.7M./bi

Re: Disk usage

2007-09-03 Thread tabris
Daniel D Jones wrote: > [EMAIL PROTECTED]:/# du --max-depth=1 -h > 1.7G./var > 32K ./tmp > 4.0K./selinux > 16K ./lost+found > 16M ./boot > 852K./home > 0 ./sys > 4.0K./initrd > 22M ./etc > 81M ./lib > 515M./proc > 6.3G./root > 3.3M./sbin > 3.7M

Disk usage

2007-09-03 Thread Daniel D Jones
[EMAIL PROTECTED]:/# du --max-depth=1 -h 1.7G./var 32K ./tmp 4.0K./selinux 16K ./lost+found 16M ./boot 852K./home 0 ./sys 4.0K./initrd 22M ./etc 81M ./lib 515M./proc 6.3G./root 3.3M./sbin 3.7M./bin 8.0K./media 8.0K./mnt 208K./dev

Re: Disk usage

2006-09-10 Thread Matus UHLAR - fantomas
On 08.09.06 20:18, Christian Christmann wrote: > on my Debian system the RAID discs are partitioned like that: > > /dev/md1 9.2G 8.2G 593M 94% / > tmpfs 252M 16K 252M 1% /dev/shm > /dev/md3 37G 33G 2.5G 94% /usr > /dev/md0 92M

Re: Disk usage

2006-09-08 Thread Wayne Topa
Christian Christmann([EMAIL PROTECTED]) is reported to have said: > Hi, > > on my Debian system the RAID discs are partitioned like that: > > /dev/md1 9.2G 8.2G 593M 94% / > tmpfs 252M 16K 252M 1% /dev/shm > /dev/md3 37G 33G 2.5G 94% /usr > /

Re: Disk usage

2006-09-08 Thread Andrew Perrin
Try du -x / -- Andrew J Perrin - andrew_perrin (at) unc.edu - http://perrin.socsci.unc.edu Assistant Professor of Sociology; Book Review Editor, _Social Forces_ University of North Carolina - CB#3210, Chapel Hill, NC 27599-3210

Disk usage

2006-09-08 Thread Christian Christmann
Hi, on my Debian system the RAID discs are partitioned like that: /dev/md1 9.2G 8.2G 593M 94% / tmpfs 252M 16K 252M 1% /dev/shm /dev/md3 37G 33G 2.5G 94% /usr /dev/md0 92M 31M 57M 36% /boot ... How can I determine where th

Re: why do PPP connections die with heavy disk usage?

2006-02-08 Thread Daniel B.
Miquel van Smoorenburg wrote: On Thu, 2005-07-21 at 14:04 -0400, Daniel B. wrote: ... ... the reason I'm using PIO mode in the first place is because I get massive file system corruption when I use DMA mode with IDE controllers on my motherboard (Asus A7M266-D; AMD 762(?) chipset). ... I d

Monitoring memory,CPU and disk usage for debian servers using SNMP

2006-01-23 Thread david robert
Hi Guys,   I am planning to monitor debian server memory,cpu and disk usage.Currently we are monitoring other network resources using cacti.Now i am planning to monitor debian server through SNMP.Is there any othere easy solution to monitor memory,cpu and disk usage with graphs.   If i to

Re: hosed disk usage stats

2005-12-29 Thread Chris Howie
Marty Landman wrote: Worked like a charm, gotta read up on init - looks handy. Since df looked good before running fsck wonder if something I did recently messed up the display and just stopping my running processes fixed it? Yeah that is kinda weird. My best guess is that since the kernel tr

Re: hosed disk usage stats

2005-12-29 Thread Marty Landman
At 12:18 PM 12/29/2005, Chris Howie wrote: Try running fsck on the drive. It usually goes something like this: # init 1 lots of crap while apps shut down Including ssh. :) Console almost at arm's length though. # mount / -o remount,ro Went well; for the heck of it I did a df right afte

Re: hosed disk usage stats

2005-12-29 Thread Chris Howie
Marty: Try running fsck on the drive. It usually goes something like this: # init 1 lots of crap while apps shut down # mount / -o remount,ro if this fails at all, kill any processes that have files open for write on / then try again. DO NOT run fsck if / is mounted read-write! # fsck /de

hosed disk usage stats

2005-12-29 Thread Marty Landman
Newbie here. Have Woody running on a P166 w/ 48MB ram and 4GB hd. Major apps running ok - htdig, apache, samba. But when I look at disk usage get this: UNCLELEO:/home/marty# df Filesystem 1k-blocks Used Available Use% Mounted on /dev/hda1-566353887454 1

Re: disk usage of an umounted partition?

2005-08-11 Thread Emil Pedersen
I don't know if this is even possible but can I find out the disk usage of a partition with a unknown or damaged filesystem? Wouldn't it be possible to extract this quite simple using dumpe2fs? It seems you can get some usefull numbers from the output of $ dumpe2fs |hea

Re: disk usage of an umounted partition?

2005-08-11 Thread Emil Pedersen
I don't know if this is even possible but can I find out the disk usage of a partition with a unknown or damaged filesystem? Wouldn't it be possible to extract this quite simple using dumpe2fs? It seems you can get some usefull numbers from the output of $ dumpe2fs |hea

Re: disk usage of an umounted partition?

2005-08-09 Thread Colin Ingram
Chris Palmer wrote: If the filesystem is intact, you can also examine other fields (e.g. s_blocks_count, s_free_blocks_count, s_log_block_size, et c.) to figure out how much space is used. Hopefully the original poster won't have to perform filesystem surgery. :) Nope! No reconstruction h

Re: disk usage of an umounted partition?

2005-08-09 Thread Karl O. Pinc
On 08/09/2005 09:11:54 PM, Colin Ingram wrote: I don't know if this is even possible but can I find out the disk usage of a partition with a unknown or damaged filesystem? file -s /dev/fooa will often tell you what sort of filesystem it is and then you can try to mount or repair it

Re: disk usage of an umounted partition?

2005-08-09 Thread Chris Palmer
Roberto C. Sanchez writes: > That doesn't seem to make sense. If you want to know how much is used > up you need to at least be able to tell how many blocks are allocated > or occupied by files. That implies that the filesystem must be known > and readable. True, but sometimes wrecked filesyste

  1   2   >