误删启动盘又想加载之前的信息。
基本命令:
```shell
# 查看磁盘使用
df
# 磁盘管理
fdisk --help
# 磁盘挂载
mount /dev/sda2 old
# mount: /home/shixiaohua/old: mount(2) system call failed: Cannot allocate memory.
# 追踪错误信息
strace mount /dev/sda2 old
```