ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Узнать чем занят сектор в XFS
@ 2010-09-08 10:38 Gulay Boris
  2010-09-08 10:50 ` Andrey Rahmatullin
  0 siblings, 1 reply; 5+ messages in thread
From: Gulay Boris @ 2010-09-08 10:38 UTC (permalink / raw)
  To: community

Имеется раздел, отформатированный в XFS. Я хочу узнать, чем занят дисковый
кластер, находящийся в этом разделе: bitmap, журнал, файл (какой?).
Как это можно сделать?


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] Узнать чем занят сектор в XFS
  2010-09-08 10:38 [Comm] Узнать чем занят сектор в XFS Gulay Boris
@ 2010-09-08 10:50 ` Andrey Rahmatullin
  2010-09-08 10:51   ` Gulay Boris
  0 siblings, 1 reply; 5+ messages in thread
From: Andrey Rahmatullin @ 2010-09-08 10:50 UTC (permalink / raw)
  To: community

[-- Attachment #1: Type: text/plain, Size: 536 bytes --]

On Wed, Sep 08, 2010 at 02:38:58PM +0400, Gulay Boris wrote:
> Имеется раздел, отформатированный в XFS. Я хочу узнать, чем занят дисковый
> кластер, находящийся в этом разделе: bitmap, журнал, файл (какой?).
> Как это можно сделать?
xfs_db(8)

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(6):

<combr> "Additionally, customers in the United States should contact their
        local FBI office" - интересно, а у нас какой-нибудь производитель софта
        говорит "вы можете жаловаться в ФСБ напрямую?"

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] Узнать чем занят сектор в XFS
  2010-09-08 10:50 ` Andrey Rahmatullin
@ 2010-09-08 10:51   ` Gulay Boris
  2010-09-08 19:02     ` Boris Gulay
  0 siblings, 1 reply; 5+ messages in thread
From: Gulay Boris @ 2010-09-08 10:51 UTC (permalink / raw)
  To: ALT Linux Community general discussions

On Wed, 8 Sep 2010 16:50:35 +0600, Andrey Rahmatullin <wrar@altlinux.org>
wrote:
> On Wed, Sep 08, 2010 at 02:38:58PM +0400, Gulay Boris wrote:
>> Имеется раздел, отформатированный в XFS. Я хочу узнать, чем занят
>> дисковый
>> кластер, находящийся в этом разделе: bitmap, журнал, файл (какой?).
>> Как это можно сделать?
> xfs_db(8)
Да, это я видел, спасибо.
А можно подробнее?


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] Узнать чем занят сектор в XFS
  2010-09-08 10:51   ` Gulay Boris
@ 2010-09-08 19:02     ` Boris Gulay
  2010-09-08 19:07       ` Andrey Rahmatullin
  0 siblings, 1 reply; 5+ messages in thread
From: Boris Gulay @ 2010-09-08 19:02 UTC (permalink / raw)
  To: ALT Linux Community general discussions

[-- Attachment #1: Type: text/plain, Size: 1360 bytes --]

08.09.2010 14:51, Gulay Boris пишет:
> On Wed, 8 Sep 2010 16:50:35 +0600, Andrey Rahmatullin <wrar@altlinux.org>
> wrote:
>> On Wed, Sep 08, 2010 at 02:38:58PM +0400, Gulay Boris wrote:
>>> Имеется раздел, отформатированный в XFS. Я хочу узнать, чем занят
>>> дисковый
>>> кластер, находящийся в этом разделе: bitmap, журнал, файл (какой?).
>>> Как это можно сделать?
>> xfs_db(8)
Как я понял решение у проблемы следующее:
1. Найти номер блока файловой системы по LBA - convert bb <LBA> agbno
2. Прыгнуть в нужный блок - fsb <BNO>
3. Запросить информацию: blockget

Но, на третьем шаге возникает ошибка:
"ERROR: The filesystem has valuable metadata changes in a log which needs to
be replayed.  Mount the filesystem to replay the log, and unmount it before
re-running xfs_db.  If you are unable to mount the filesystem, then use
the xfs_repair -L option to destroy the log and attempt a repair.
Note that destroying the log may cause corruption -- please attempt a mount
of the filesystem before doing this."

Что это такое и как с этим бороться?


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] Узнать чем занят сектор в XFS
  2010-09-08 19:02     ` Boris Gulay
@ 2010-09-08 19:07       ` Andrey Rahmatullin
  0 siblings, 0 replies; 5+ messages in thread
From: Andrey Rahmatullin @ 2010-09-08 19:07 UTC (permalink / raw)
  To: community

[-- Attachment #1: Type: text/plain, Size: 1267 bytes --]

On Wed, Sep 08, 2010 at 11:02:33PM +0400, Boris Gulay wrote:
> >>> Имеется раздел, отформатированный в XFS. Я хочу узнать, чем занят
> >>> дисковый
> >>> кластер, находящийся в этом разделе: bitmap, журнал, файл (какой?).
> >>> Как это можно сделать?
> >> xfs_db(8)
> Как я понял решение у проблемы следующее:
> 1. Найти номер блока файловой системы по LBA - convert bb <LBA> agbno
> 2. Прыгнуть в нужный блок - fsb <BNO>
> 3. Запросить информацию: blockget
> 
> Но, на третьем шаге возникает ошибка:
> "ERROR: The filesystem has valuable metadata changes in a log which needs to
> be replayed.  Mount the filesystem to replay the log, and unmount it before
> re-running xfs_db.  If you are unable to mount the filesystem, then use
> the xfs_repair -L option to destroy the log and attempt a repair.
> Note that destroying the log may cause corruption -- please attempt a mount
> of the filesystem before doing this."
> 
> Что это такое
Там в общем-то всё написано. ФС не была корректно отмонтирована, видимо.

> и как с этим бороться?
Это тоже написано, даже разные варианты предложены.

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(6):

В этом тысячелетии реально интегрировать этот патч? ;)
		-- mithraen in #6288

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-09-08 19:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-08 10:38 [Comm] Узнать чем занят сектор в XFS Gulay Boris
2010-09-08 10:50 ` Andrey Rahmatullin
2010-09-08 10:51   ` Gulay Boris
2010-09-08 19:02     ` Boris Gulay
2010-09-08 19:07       ` Andrey Rahmatullin

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git