linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Fajar A. Nugraha" <list@fajar.net>
To: Btrfs mailing list <linux-btrfs@vger.kernel.org>
Subject: Re: Announcing btrfs-gui
Date: Thu, 2 Jun 2011 15:31:16 +0700	[thread overview]
Message-ID: <BANLkTin_2u0VmmAJXVKnA_s3LuCkoKt29Q@mail.gmail.com> (raw)
In-Reply-To: <20110601232058.GA22619@carfax.org.uk>

On Thu, Jun 2, 2011 at 6:20 AM, Hugo Mills <hugo@carfax.org.uk> wrote:
> =A0 Over the last few weeks, I've been playing with a foolish idea,
> mostly triggered by a cluster of people being confused by btrfs's fre=
e
> space reporting (df vs btrfs fi df vs btrfs fi show). I also wanted a=
n
> excuse, and some code, to mess around in the depths of the FS data
> structures.
>
> =A0 Like all silly ideas, this one got a bit out of hand, and seems t=
o
> have turned into something vaguely useful. I'm therefore pleased to
> announce the first major public release of btrfs-gui[1]: a point-and-
> click tool for managing btrfs filesystems.
>
> =A0 The tool currently can scan for and list btrfs filesystems and th=
e
> volumes they live on. It can show the allocation and usage of data in
> a selected filesystem, categorised by use, replication, and device. I=
t
> can show and manipulate subvolumes and snapshots: creation, deletion,
> and setting the default.


Some comments:
(1) Currently it needs to be run from the directory where it's
downloaded, even after a "python3 setup.py install". When run from
other directory, it bails with

Traceback (most recent call last):
  File "/usr/local/bin/btrfs-gui", line 5, in <module>
    btrfsgui.main.main()
  File "/usr/local/lib/python3.2/dist-packages/btrfsgui/main.py", line
24, in main
    subproc =3D init_root_process(options)
  File "/usr/local/lib/python3.2/dist-packages/btrfsgui/sudo.py", line
31, in init_root_process
    stdin=3Dsubprocess.PIPE, stdout=3Dsubprocess.PIPE)
  File "/usr/lib/python3.2/subprocess.py", line 736, in __init__
    restore_signals, start_new_session)
  File "/usr/lib/python3.2/subprocess.py", line 1330, in _execute_child
    raise child_exception_type(errno_num, err_msg)
OSError: [Errno 2] No such file or directory: './btrfs-gui-helper'

Is this intentional?

(2) When showing space usage for a single-device FS, selecting "Show
unallocated space as raw space", why is the top and bottom graph
different? Shouldn't it be the same, since there's only one device?

(3) Not directly related to btrfs-gui, but I've been wondering what's
the correct way to SHOW the current default subvolume?

--=20
=46ajar
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" =
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-06-02  8:31 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-01 23:20 Announcing btrfs-gui Hugo Mills
2011-06-02  8:31 ` Fajar A. Nugraha [this message]
2011-06-02  8:41   ` Hugo Mills
2011-06-03 21:48     ` Hugo Mills
2011-06-06 15:40 ` Chris Mason
2011-11-12  0:24 ` Amedee Van Gasse
2011-11-23 12:33   ` Hugo Mills
2011-11-23 17:39     ` cwillu
2011-11-18 15:50 ` Phillip Susi
2011-11-23  1:12   ` [PATCH 0/3] Show Chunks by position Phillip Susi
2011-11-23 12:34     ` Hugo Mills
2011-11-23  1:12   ` [PATCH 1/3] Changed volume_df() to return all chunks with their offsets Phillip Susi
2011-11-23  1:12   ` [PATCH 2/3] Update UsageDisplay to be capable of displaying all chunks by position Phillip Susi
2011-11-23  1:13   ` [PATCH 3/3] Add radio knob to show space by position or combined Phillip Susi

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=BANLkTin_2u0VmmAJXVKnA_s3LuCkoKt29Q@mail.gmail.com \
    --to=list@fajar.net \
    --cc=linux-btrfs@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).