bonjour,
tout d'abord merci bcp pour ta réponse
j'ai regardé un peu la commande resize, et surtout essayer sur une vm moins sensible car plus en prod (cat etc/debian_version
7.6) sur le meme xenserver, l'espace virtuel alloué etait de 140 go, je l'ai passé a 150go via xencenter, du coup je me retrouve bon an mal an dans la meme situation que decrite ci-dessus , le resultat de df -h reste inchangé :
Code :
- /# df -h
- Filesystem Size Used Avail Use% Mounted on
- rootfs 136G 45G 85G 35% /
- udev 10M 0 10M 0% /dev
- tmpfs 201M 540K 200M 1% /run
- /dev/disk/by-uuid/cde0dcff-84aa-41c5-8c5c-9ec564ba012a 136G 45G 85G 35% /
- tmpfs 5.0M 0 5.0M 0% /run/lock
- tmpfs 810M 0 810M 0% /run/shm
|
même si le fdisk -l prend bien en considération la nouvelle taille du disque :
Code :
- /# fdisk -l
- WARNING: GPT (GUID Partition Table) detected on '/dev/xvdd'! The util fdisk doesn't support GPT. Use GNU Parted.
- Disk /dev/xvdd: 231 MB, 231735296 bytes
- 255 heads, 63 sectors/track, 28 cylinders, total 452608 sectors
- Units = sectors of 1 * 512 = 512 bytes
- Sector size (logical/physical): 512 bytes / 512 bytes
- I/O size (minimum/optimal): 512 bytes / 512 bytes
- Disk identifier: 0x006206b0
- Device Boot Start End Blocks Id System
- /dev/xvdd1 * 0 452607 226304 0 Empty
- /dev/xvdd2 134792 135687 448 ef EFI (FAT-12/16/32)
- WARNING: GPT (GUID Partition Table) detected on '/dev/xvdd1'! The util fdisk doesn't support GPT. Use GNU Parted.
- Disk /dev/xvdd1: 231 MB, 231735296 bytes
- 255 heads, 63 sectors/track, 28 cylinders, total 452608 sectors
- Units = sectors of 1 * 512 = 512 bytes
- Sector size (logical/physical): 512 bytes / 512 bytes
- I/O size (minimum/optimal): 512 bytes / 512 bytes
- Disk identifier: 0x006206b0
- Device Boot Start End Blocks Id System
- /dev/xvdd1p1 * 0 452607 226304 0 Empty
- /dev/xvdd1p2 134792 135687 448 ef EFI (FAT-12/16/32)
- Disk /dev/xvda: 161.1 GB, 161061273600 bytes
- 255 heads, 63 sectors/track, 19581 cylinders, total 314572800 sectors
- Units = sectors of 1 * 512 = 512 bytes
- Sector size (logical/physical): 512 bytes / 512 bytes
- I/O size (minimum/optimal): 512 bytes / 512 bytes
- Disk identifier: 0x00022e4d
- Device Boot Start End Blocks Id System
- /dev/xvda1 2048 289409023 144703488 83 Linux
- /dev/xvda2 289411070 293599231 2094081 5 Extended
- /dev/xvda5 289411072 293599231 2094080 82 Linux swap / Solaris
|
en utilisant resize2fs sur xvda1 j'ai :
Code :
- /# resize2fs /dev/xvda1
- resize2fs 1.42.5 (29-Jul-2012)
- The filesystem is already 36175872 blocks long. Nothing to do!
|
du coup je pense qu'il faut d'abord que je grandisse la partition xvda1 avant de faire le resize du file systeme ? pour changer la taille de la partition ca se fait via fdisk ? j'ai aussi vu que parted faisait ca , au passage j'ai fait un parted -l :
Code :
- /# parted -l
- Warning: /dev/xvdd contains GPT signatures, indicating that it has a GPT table.
- However, it does not have a valid fake msdos partition table, as it should.
- Perhaps it was corrupted -- possibly by a program that doesn't understand GPT
- partition tables. Or perhaps you deleted the GPT table, and are now using an
- msdos partition table. Is this a GPT partition table?
- Yes/No? no
- Model: Xen Virtual Block Device (xvd)
- Disk /dev/xvda: 161GB
- Sector size (logical/physical): 512B/512B
- Partition Table: msdos
- Number Start End Size Type File system Flags
- 1 1049kB 148GB 148GB primary ext4
- 2 148GB 150GB 2144MB extended
- 5 148GB 150GB 2144MB logical linux-swap(v1)
|
je m'apercois que je n'ai pas le meme resultat qu'avec le fdisk et que pour le coup la partition xvda1 a l'air d'avoir la taille voulu.. du coup je comprends pas pkoi le df -h l'affiche pas les 148gb
Merci d'avance pour ton aide. OK pour le topic , j'ai posté ici car j'ai vu que cet user avait a peu pret le meme probleme, sinon j'ai fait un post plus complet sur :
http://forum.hardware.fr/hfr/syste [...] tm#t135950
bonne nuit