Re: modify crappy partitionning

2016-03-30 Thread Chris Murphy
On Wed, Mar 30, 2016, 4:06 AM thibaut noah wrote: > Swapped off in order to be able to use vgreduce. > So partitions are ok but i cannot boot, i thought this was a bad fstab, so > i mounted root partition with the live usb key to acces fstab to fix the > issue. > Fstab seems ok (i replaced /dev/m

Re: modify crappy partitionning

2016-03-30 Thread thibaut noah
Swapped off in order to be able to use vgreduce. So partitions are ok but i cannot boot, i thought this was a bad fstab, so i mounted root partition with the live usb key to acces fstab to fix the issue. Fstab seems ok (i replaced /dev/mapper/home-home by /dev/mapper/root-home same for swap). But w

Re: modify crappy partitionning

2016-03-30 Thread thibaut noah
Yup, that's what i did, didn't update because i was heads deep in this :D Currently finishing pvmove (forgot to move the swap though i will erase it soon) in order to get pvreduce to work. Should be working fine at reboot hopefully. 2016-03-30 11:17 GMT+02:00 Chris Murphy : > > > On Wed, Mar 30,

Re: modify crappy partitionning

2016-03-30 Thread Chris Murphy
On Wed, Mar 30, 2016, 2:44 AM thibaut noah wrote: > > 2016-03-28 9:30 GMT+02:00 Chris Murphy : > >> I suggest substituting e2fsresize and lvresize with fsadm. It combines >> the steps, and also does an fsck first. It takes the form: >> # fsadm -v -l -y resize /dev/VG/testext4 25g >> >> That's rea

Re: modify crappy partitionning

2016-03-30 Thread thibaut noah
2016-03-28 9:30 GMT+02:00 Chris Murphy : > I suggest substituting e2fsresize and lvresize with fsadm. It combines the > steps, and also does an fsck first. It takes the form: > # fsadm -v -l -y resize /dev/VG/testext4 25g > > That's really the only step you need the live boot for, the pvmove step

Re: modify crappy partitionning

2016-03-28 Thread Chris Murphy
On Sat, Mar 26, 2016 at 12:39 AM, Chris Murphy wrote: > > > On Fri, Mar 25, 2016, 4:46 PM thibaut noah wrote: >> >> That brings the question, how to shrink the VG containing home since it >> apparently needs to be unmount? >> >> H > > > *sigh* I can't help myself and point out how much easier thi

Re: modify crappy partitionning

2016-03-26 Thread thibaut noah
Thanks for the reply i'll have to create a bootable usb key (throw away my cd lector about 5years ago lol). Btrfs? Will remember that :) On Mar 26, 2016 7:39 AM, "Chris Murphy" wrote: > > > On Fri, Mar 25, 2016, 4:46 PM thibaut noah wrote: > >> That brings the question, how to shrink the VG cont

Re: modify crappy partitionning

2016-03-25 Thread Chris Murphy
On Fri, Mar 25, 2016, 4:46 PM thibaut noah wrote: > That brings the question, how to shrink the VG containing home since it > apparently needs to be unmount? > H *sigh* I can't help myself and point out how much easier this is on btrfs. 'Btrfs dev remove' and it moves your data to remaining dev

Re: modify crappy partitionning

2016-03-25 Thread thibaut noah
That brings the question, how to shrink the VG containing home since it apparently needs to be unmount? 2016-03-25 23:35 GMT+01:00 thibaut noah : > Ok so basically you're saying that i can downsize the vg on the hdd to > match the size i have left on my ssd and move everything there. > Didn't kno

Re: modify crappy partitionning

2016-03-25 Thread thibaut noah
Ok so basically you're saying that i can downsize the vg on the hdd to match the size i have left on my ssd and move everything there. Didn't know that, gonna try that asap thanks 2016-03-25 22:58 GMT+01:00 Chris Murphy : > On Fri, Mar 25, 2016 at 2:54 PM, thibaut noah > wrote: > > The fstab is

Re: modify crappy partitionning

2016-03-25 Thread Chris Murphy
On Fri, Mar 25, 2016 at 2:54 PM, thibaut noah wrote: > The fstab is correct. I commented out line 13 and uncomment line 10 because > i couldn't boot. > Uuid on line 13 is sdc3 thus my new home entry, doen't boot OK so comment out line 10, uncomment out line 13 and reboot. At the grub menu, at to

Re: modify crappy partitionning

2016-03-25 Thread thibaut noah
The fstab is correct. I commented out line 13 and uncomment line 10 because i couldn't boot. Uuid on line 13 is sdc3 thus my new home entry, doen't boot What do you mean by removing the ssd? I want to put everything on it to boost my system. On Mar 25, 2016 8:37 PM, "Chris Murphy" wrote: > On Fr

Re: modify crappy partitionning

2016-03-25 Thread Chris Murphy
On Fri, Mar 25, 2016 at 11:06 AM, thibaut noah wrote: > Hello, i currently have a performance issue (slow vm and system) due to a > crappy partitionning i did on my fedora install, wish i knew better at the > time. > So basically i have two disks, one ssd and one hard drive. > My ssd partitions :

Re: modify crappy partitionning

2016-03-25 Thread Chris Murphy
On Fri, Mar 25, 2016 at 11:06 AM, thibaut noah wrote: > Hello, i currently have a performance issue (slow vm and system) due to a > crappy partitionning i did on my fedora install, wish i knew better at the > time. > So basically i have two disks, one ssd and one hard drive. > My ssd partitions :

modify crappy partitionning

2016-03-25 Thread thibaut noah
Hello, i currently have a performance issue (slow vm and system) due to a crappy partitionning i did on my fedora install, wish i knew better at the time. So basically i have two disks, one ssd and one hard drive. My ssd partitions : /dev/sdc1 ext4 /boot /dev/sdc2 lvm2 pv root /dev/sdc3 ext4 /home