恢复 gnome 中默认的启动项
解决secureCRT和vim乱码

改变/home的挂载

scturtle posted @ 2011年7月22日 09:46 in linux , 2440 阅读

问题:由于在virtualbox里装archlinux时非常懒的选择了自动分区,导致/home只有300多MB,这日子可没法过了,于是想改变分区大小或者把/home挂载回/,显然后者简单安全些

步骤:

进入单用户模式:
init 1
查看/home挂载的分区:
df -h
保存/home的数据:
cp -r -p /home /root/
umount掉/home:
umount /dev/sda4
现在的/home就是在/所在的分区下了,拷回来:
cp -r -p /root/home/* /home
编辑开机自动挂载的文件,去掉原来/home的挂载的那一行:
vim /etc/fstab
退出单用户模式:
exit

NCERT Evs Question P 说:
2022年9月20日 13:51

Every Class 1 student may access the NCERT EVS Sample Paper 2023, which was created by NCERT Experts for schools that offer instruction in Hindi, English, or Urdu and are located throughout the nation. NCERT Evs Question Paper Class 1 Every year for each student in Grade 1, a massive number of examinations called SA-1, SA-2, FA-1, FA-2, FA-3, FA-4, and Assignment exams are administered.


登录 *


loading captcha image...
(输入验证码)
or Ctrl+Enter