blackleopard92
In the zone
Hi,
well, when i moved to linux, i only allocated 10 gb for ubuntu.. however, as the useage increased, the space concerns too.. and it wasn't before long that i had only 1 gb left on my hdd.
therefore, i decided to free another 15gb and use that partition as Home. here is the guide that shows how to do it.
*ubuntu.wordpress.com/2006/01/29/move-home-to-its-own-partition/
one thing, when copying the files, use this command. the one listed on the site has been formatted by wordpress causing lotta problems.
edit:
make sure u are root user before doing anything. become root by
Also, read the comments before starting out.
cheers,
adi
well, when i moved to linux, i only allocated 10 gb for ubuntu.. however, as the useage increased, the space concerns too.. and it wasn't before long that i had only 1 gb left on my hdd.
therefore, i decided to free another 15gb and use that partition as Home. here is the guide that shows how to do it.
*ubuntu.wordpress.com/2006/01/29/move-home-to-its-own-partition/
one thing, when copying the files, use this command. the one listed on the site has been formatted by wordpress causing lotta problems.
Code:
$find . -depth -print0 | cpio -–null -–sparse –-preserve-modification-time -pvd /mnt/newhome
edit:
make sure u are root user before doing anything. become root by
Code:
$sudo -i
cheers,
adi
Last edited: