reiserfs-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Edward Shishkin <edward.shishkin@gmail.com>
To: doiggl@velocitynet.com.au
Cc: reiserfs-devel@vger.kernel.org
Subject: Re: How do I  list  Reiser4 statistics on number of files on r4 partition and disk space used
Date: Wed, 19 Jan 2011 01:37:17 +0100	[thread overview]
Message-ID: <4D36323D.1090206@gmail.com> (raw)
In-Reply-To: <5ee8be91243c959b67cf2073736efe35@mail.velocitynet.com.au>

On 01/19/2011 12:32 AM, doiggl@velocitynet.com.au wrote:
> Hello

Hi

> How do I  list  Reiser4 Statistics on number of files on r4 partition and

ls mountpoint | wc -l

I don't know how to do it offline. Perhaps there are
proper tools (measurefs, or so) in reiser4progs.


> disk space used and space saved with compression ?

sync(1) + df(1) will show occupied space.

Also you can use du(1) utility. However,
you must fsck your partition with --fix option before
using du (i_blocks and i_bytes are unsupported online
because of performance issues).

Edward.


> I can list these items at this time [1]
> Thanks Glenn
>
> [1]
>
> # fsck.reiser4 --print-profile /dev/sdb
> Default profile:
> create:          "reg40"           (id:0x0 type:0x0)    [Regular file
> plugin for creat(2)]
> key:             "key_large"       (id:0x1 type:0xb)    [Key plugin]
> compress:        "lzo1"            (id:0x0 type:0xc)    [Compression
> plugin]
> compressMode:    "conv"            (id:0x4 type:0xd)    [Compression Mode
> plugin]
> cluster:         "64K"             (id:0x0 type:0x10)   [Cluster plugin]
> hash:            "r5_hash"         (id:0x1 type:0x3)    [Directory entry
> hash plugin]
> fibration:       "ext_1_fibre"     (id:0x2 type:0x4)    [Key fibration
> plugin]
> formatting:      "smart"           (id:0x2 type:0x5)    [File body
> formatting plugin]
>
> --
> To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


  reply	other threads:[~2011-01-19  0:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-18 23:32 How do I list Reiser4 statistics on number of files on r4 partition and disk space used doiggl
2011-01-19  0:37 ` Edward Shishkin [this message]
2011-01-19  1:10   ` Edward Shishkin

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=4D36323D.1090206@gmail.com \
    --to=edward.shishkin@gmail.com \
    --cc=doiggl@velocitynet.com.au \
    --cc=reiserfs-devel@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).