public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* xfs_growfs can expand capacity,then how to reduce xfs filesystem capacity?
@ 2015-12-03  2:33 zhao.mingyue
  2015-12-03  2:56 ` xfs_growfs can expand capacity, then " Iustin Pop
  2015-12-03  3:29 ` xfs_growfs can expand capacity, then " Eric Sandeen
  0 siblings, 2 replies; 5+ messages in thread
From: zhao.mingyue @ 2015-12-03  2:33 UTC (permalink / raw)
  To: xfs@oss.sgi.com; +Cc: xfs-request@oss.sgi.com

hi,
  I know that xfs_growfs can expand xfs capacity,now I want to reduce the capacity,but I don't know the command.can someone help me ?
-------------------------------------------------------------------------------------------------------------------------------------
本邮件及其附件含有杭州华三通信技术有限公司的保密信息,仅限于发送给上面地址中列出
的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制、
或散发)本邮件中的信息。如果您错收了本邮件,请您立即电话或邮件通知发件人并删除本
邮件!
This e-mail and its attachments contain confidential information from H3C, which is
intended only for the person or entity whose address is listed above. Any use of the
information contained herein in any way (including, but not limited to, total or partial
disclosure, reproduction, or dissemination) by persons other than the intended
recipient(s) is prohibited. If you receive this e-mail in error, please notify the sender
by phone or email immediately and delete it!
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

* Re: xfs_growfs can expand capacity, then how to reduce xfs filesystem capacity?
  2015-12-03  2:33 xfs_growfs can expand capacity,then how to reduce xfs filesystem capacity? zhao.mingyue
@ 2015-12-03  2:56 ` Iustin Pop
  2015-12-03  8:27   ` 答复: xfs_growfs can expand capacity,then " zhao.mingyue
  2015-12-03  3:29 ` xfs_growfs can expand capacity, then " Eric Sandeen
  1 sibling, 1 reply; 5+ messages in thread
From: Iustin Pop @ 2015-12-03  2:56 UTC (permalink / raw)
  To: zhao.mingyue@h3c.com; +Cc: xfs-request@oss.sgi.com, xfs@oss.sgi.com

On 2015-12-03 02:33:47, zhao.mingyue@h3c.com wrote:
> hi,
>   I know that xfs_growfs can expand xfs capacity,now I want to reduce the capacity,but I don't know the command.can someone help me ?

xfsdump + mkfs.xfs + xfsrestore.

Search the list archives for more information.

regards,
iustin

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

* Re: xfs_growfs can expand capacity, then how to reduce xfs filesystem capacity?
  2015-12-03  2:33 xfs_growfs can expand capacity,then how to reduce xfs filesystem capacity? zhao.mingyue
  2015-12-03  2:56 ` xfs_growfs can expand capacity, then " Iustin Pop
@ 2015-12-03  3:29 ` Eric Sandeen
  1 sibling, 0 replies; 5+ messages in thread
From: Eric Sandeen @ 2015-12-03  3:29 UTC (permalink / raw)
  To: xfs



On 12/2/15 8:33 PM, zhao.mingyue@h3c.com wrote:
> hi,
>   I know that xfs_growfs can expand xfs capacity,now I want to reduce the capacity,but I don't know the command.can someone help me ?

http://xfs.org/index.php/XFS_FAQ#Q:_Is_there_a_way_to_make_a_XFS_filesystem_larger_or_smaller.3F

-Eric

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

* 答复: xfs_growfs can expand capacity,then how to reduce xfs filesystem capacity?
  2015-12-03  2:56 ` xfs_growfs can expand capacity, then " Iustin Pop
@ 2015-12-03  8:27   ` zhao.mingyue
  2015-12-03 15:07     ` Eric Sandeen
  0 siblings, 1 reply; 5+ messages in thread
From: zhao.mingyue @ 2015-12-03  8:27 UTC (permalink / raw)
  To: Iustin Pop; +Cc: xfs-request@oss.sgi.com, xfs@oss.sgi.com

ubuntu  do not have xfsdump/xfsrestore, but it has xfs_metadump and xfs_mdrestore
if I want to use xfsdump, what packages do I need to install?


-----邮件原件-----
发件人: Iustin Pop [mailto:iustin@k1024.org]
发送时间: 2015年12月3日 10:56
收件人: zhaomingyue 09440 (RD)
抄送: xfs@oss.sgi.com; xfs-request@oss.sgi.com
主题: Re: xfs_growfs can expand capacity,then how to reduce xfs filesystem capacity?

On 2015-12-03 02:33:47, zhao.mingyue@h3c.com wrote:
> hi,
>   I know that xfs_growfs can expand xfs capacity,now I want to reduce the capacity,but I don't know the command.can someone help me ?

xfsdump + mkfs.xfs + xfsrestore.

Search the list archives for more information.

regards,
iustin
-------------------------------------------------------------------------------------------------------------------------------------
本邮件及其附件含有杭州华三通信技术有限公司的保密信息,仅限于发送给上面地址中列出
的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制、
或散发)本邮件中的信息。如果您错收了本邮件,请您立即电话或邮件通知发件人并删除本
邮件!
This e-mail and its attachments contain confidential information from H3C, which is
intended only for the person or entity whose address is listed above. Any use of the
information contained herein in any way (including, but not limited to, total or partial
disclosure, reproduction, or dissemination) by persons other than the intended
recipient(s) is prohibited. If you receive this e-mail in error, please notify the sender
by phone or email immediately and delete it!
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

* Re: 答复: xfs_growfs can expand capacity,then how to reduce xfs filesystem capacity?
  2015-12-03  8:27   ` 答复: xfs_growfs can expand capacity,then " zhao.mingyue
@ 2015-12-03 15:07     ` Eric Sandeen
  0 siblings, 0 replies; 5+ messages in thread
From: Eric Sandeen @ 2015-12-03 15:07 UTC (permalink / raw)
  To: xfs



On 12/3/15 2:27 AM, zhao.mingyue@h3c.com wrote:
> ubuntu  do not have xfsdump/xfsrestore, but it has xfs_metadump and xfs_mdrestore
> if I want to use xfsdump, what packages do I need to install?

if you want to use xfsdump, you need to install the xfsdump package:

https://launchpad.net/ubuntu/+source/xfsdump

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

end of thread, other threads:[~2015-12-03 15:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-03  2:33 xfs_growfs can expand capacity,then how to reduce xfs filesystem capacity? zhao.mingyue
2015-12-03  2:56 ` xfs_growfs can expand capacity, then " Iustin Pop
2015-12-03  8:27   ` 答复: xfs_growfs can expand capacity,then " zhao.mingyue
2015-12-03 15:07     ` Eric Sandeen
2015-12-03  3:29 ` xfs_growfs can expand capacity, then " Eric Sandeen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox