韩国菜包肉的做法:linux上的usr目录文件不够了!急!

来源:百度文库 编辑:中科新闻网 时间:2024/05/13 05:43:37
linux上的usr目录文件不够了!急!

请问 有什么 方法把usr的空间加大,而且不重装系统!

拜托!

1. add a new partition, format as /;
2. boot with a linux live cd, and move the contents(no the one on the live cd,you must mount it) to the now partition. left /usr empty on /;
3. modify /etc/fstab, add
/dev/*** /usr ~~~ (*** is the device the partition on);
4. reboot
i only tried it on my vmware( for experiment i alway uses it), not real pc, but you can take your risk. good luck.