[haiku-bugs] [Haiku] #13444: Phrase's logic of checkfs

  • From: "Giova84" <trac@xxxxxxxxxxxx>
  • Date: Mon, 24 Apr 2017 17:41:13 -0000

#13444: Phrase's logic of checkfs
---------------------------------------------+-----------------------------
 Reporter:  Giova84                          |        Owner:  nobody
     Type:  enhancement                      |       Status:  new
 Priority:  normal                           |    Milestone:  Unscheduled
Component:  Applications/Command Line Tools  |      Version:
                                             |  R1/Development
 Keywords:  checkfs                          |   Blocked By:
 Blocking:                                   |  Has a Patch:  0
 Platform:  x86                              |
---------------------------------------------+-----------------------------
 Well, I always seen this on Haiku, but since is a very minor issue (in
 facts i set this ticket as enhancement) I report this only now.

 Ok: when I run a {{{checkfs -c /boot}}} (so to perform only a check of the
 filesystem), if there are some blocks that could be freed, in facts,
 checkfs will says, for example: "{{{5986 blocks could be freed}}}".

 So when I run checkfs without the {{{-c}}} flag ({{{checkfs /boot}}}), to
 really fix the issues, it will say again "{{{5986 blocks could be
 freed}}}": but these block, after such command, has been freed: is not a
 conditional; in facts if I run again {{{checkfs /boot}}}, it will says
 "{{{0 blocks could be freed}}}".

 So, {{{checkfs /boot}}} should affirm that blocks has been freed, if there
 are block to freed.

--
Ticket URL: <https://dev.haiku-os.org/ticket/13444>
Haiku <https://dev.haiku-os.org>
The Haiku operating system.

Other related posts:

  • » [haiku-bugs] [Haiku] #13444: Phrase's logic of checkfs - Giova84