#1 Le 20/11/2008, à 14:18
- nesbla69
Modification taille partition après "installation depuis windows"
Bonjour,
J'ai installé Intrepid depuis Windows (dans la partition ntfs de Windows) en spécifiant malheureusement une taille de partition un peu trop petite. Je cherche à savoir s'il est possible d'augmenter cette après coup ?
Merci,
Loïc
#2 Le 20/11/2008, à 14:30
- foox
Re : Modification taille partition après "installation depuis windows"
j'ai trouvé ça dans le wiki anglophone de wubi, mais verifies quand même..
How do I resize the virtual disks?
You can use LVPM, at http://lubi.sourceforge.net/lvpm.html
As an alternative, you can use the following script to move /home or /usr to a dedicated virtual disk.
Download wubi-add-virtual-disk, open a terminal and run:
sudo sh wubi-add-virtual-disk /home 15000
Where the first argument is the directory to move to a new dedicated disk, and the second argument is the size in MB.
The 2 directories you are most likely to migrate are /home (if you have a lot of user data) and /usr (if you installed a lot of software).
You should now reboot. If you are happy with the result, you can now remove /home.backup. To undo the changes remove /home, copy rename /home.backup to /home and remove the /home line in /etc/fstab.
source : https://wiki.ubuntu.com/WubiGuide
Dernière modification par foox (Le 20/11/2008, à 14:31)
Hors ligne
#3 Le 20/11/2008, à 15:04
- nesbla69
Re : Modification taille partition après "installation depuis windows"
j'ai trouvé ça dans le wiki anglophone de wubi, mais verifies quand même..
How do I resize the virtual disks?
You can use LVPM, at http://lubi.sourceforge.net/lvpm.html
As an alternative, you can use the following script to move /home or /usr to a dedicated virtual disk.
Download wubi-add-virtual-disk, open a terminal and run:
sudo sh wubi-add-virtual-disk /home 15000
Where the first argument is the directory to move to a new dedicated disk, and the second argument is the size in MB.
The 2 directories you are most likely to migrate are /home (if you have a lot of user data) and /usr (if you installed a lot of software).
You should now reboot. If you are happy with the result, you can now remove /home.backup. To undo the changes remove /home, copy rename /home.backup to /home and remove the /home line in /etc/fstab.
source : https://wiki.ubuntu.com/WubiGuide
Effectivement la solution consisterait à créer une nouvelle partition vituelle pour y stocker des repertoires particuliers (/home dans mon cas).
Merci pour lien ! Je vais tenter ça tout à l'heure.
#4 Le 28/04/2012, à 10:01
- Ldmpub
Re : Modification taille partition après "installation depuis windows"
J'ai rencontré un pb de place sur mon disk root Wubi lors de l'upgrade en Ubuntu 12.04 LTS et j'ai résolu mon pb grâce à ce script qui m'a permis de le passer de 5 à 10 Go : https://github.com/bcbc/Wubi-resize
Principe : le script créé un nouveau disk virtuel de plus grande taille (que vous indiquez) puis copie le contenu de la partition actuelle sur la nouvelle.
Procédure à suivre :
1. télécharger le script
2. Dans Ubuntu : l'exécuter dans un terminal en précisant la taille souhaitée pour la nouvelle partition
3. Ensuite il y a quelques messages d'info/erreur sans conséquence puis ... la copie s'effectue
4. Passez sous Windows puis renommer l'ancien disk root (afin de libérer le nom) puis renommé la copie en root
5. re-démarrer Ubuntu
6. si ok : vous pouvez supprimer l'ancien disk virtuel dans Windows
6. si pas ok : vous pouvez restaurer votre ancien disk virtuel dans Windows (simple renommage).
Hors ligne