I partitioned my hard drive at something less than optimal. Now I'd like to put /usr on a different partition. How do I do this?
I suppose I have to 1) copy the contents of /usr over to the new filesystem on the new partition, and 2) tell my filesystem to use that. So... maybe... # mount /dev/sda3 /mnt/newusr # cp /usr /mnt/newusr # umount /dev/sda3 # mount /dev/sda3 /usr -todd -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
