Hi, I'm kind of new to partitioning and grub in Linux so I'm afraid I need some help.
I would like to move my Kubuntu installation from one partition to another (now it's on the last partition, for performance I thought it might be best to have it first ?)
I've understood that I could simply copy the whole drive over, then update the fcstab file, and later the grub file and finally reinstall/add the partition to the grub file, however I'm pretty nervous and would like it if someone could guide me
This is from fdisk -l
- I need to partition /dev/sda1 to a linux partition and the format it
- I would like to move the partition from /dev/sda4 to /dev/sda1
- I would like to then have /dev/sda4 mounted as a normal linux drive
- finally i need to update grub
I came across this post while googling http://ubuntuforums.org/showpost.php...83&postcount=3
It makes sense however I don't want to risk loosing my kubuntu install...
I hope someone can help
Cheers
I would like to move my Kubuntu installation from one partition to another (now it's on the last partition, for performance I thought it might be best to have it first ?)
I've understood that I could simply copy the whole drive over, then update the fcstab file, and later the grub file and finally reinstall/add the partition to the grub file, however I'm pretty nervous and would like it if someone could guide me
This is from fdisk -l
Code:
Device Boot Start End Blocks Id System /dev/sda1 * 1 4882 39210616 7 HPFS/NTFS /dev/sda2 4882 7065 17532928 7 HPFS/NTFS /dev/sda3 9089 9726 5116928 82 Linux swap / Solaris /dev/sda4 7066 9088 16249747+ 83 Linux
- I would like to move the partition from /dev/sda4 to /dev/sda1
- I would like to then have /dev/sda4 mounted as a normal linux drive
- finally i need to update grub
I came across this post while googling http://ubuntuforums.org/showpost.php...83&postcount=3
It makes sense however I don't want to risk loosing my kubuntu install...
I hope someone can help
Cheers
Comment