sudo fdisk -l
查看硬盘情况
1:新建一个目录,例:old
2:mount /dev/sdb1 old
3:cd old
4:ls (就可以看到新硬盘的内容了)
取消挂载:umount old
挂载虚拟卷的方法
1:sudo vgchange -ay /dev/ubuntu
2:sudo mount /dev/ubuntu/root old
Ubuntu 14.04 LTS设备挂载:http://www.linuxdiyf.com/linux/13900.html
CentOS6.5挂载windows共享文件夹:http://www.linuxdiyf.com/linux/13764.html
在Linux下访问Windows共享目录的配置方法:http://www.linuxdiyf.com/linux/10562.html
Ubuntu虚拟机如何共享Win7下的默认共享目录:http://www.linuxdiyf.com/linux/8096.html
Ubuntu开机自动挂载windows和Linux盘符:http://www.linuxdiyf.com/linux/6867.html