Retourner au contenu associé (dépêche : Btrfs intègre le noyau Linux dès la prochaine version 2.6.29)
Posté par herodiade le 11 janvier 2009 à 18:41. En réponse à la dépêche Btrfs intègre le noyau Linux dès la prochaine version 2.6.29. Évalué à 5.
btrfsctl -r +2g /mnt
btrfsctl -r -4g /mnt
btrfsctl -r 20g /mnt
btrfsctl -r max /mnt
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: LVM Obsolète ?
Posté par herodiade . En réponse à la dépêche Btrfs intègre le noyau Linux dès la prochaine version 2.6.29. Évalué à 5.
Suppose your Mountpoint is /mnt:
add 2GB to the FS
btrfsctl -r +2g /mnt
shrink the FS by 4GB
btrfsctl -r -4g /mnt
Explicitly set the FS size
btrfsctl -r 20g /mnt
Use 'max' to grow the FS to the limit of the device
btrfsctl -r max /mnt
Citation de http://btrfs.wiki.kernel.org/index.php/Btrfsctl