linux 挂载硬盘
挂载硬盘
http://jingyan.baidu.com/article/f71d60377410781ab741d150.html
挂载中出错:
#mount–tntfs/dev/sdb1/mnt/
mount:unknownfilesystemtype‘ntfs’
解决办法:ntfs-3g_ntfsprogs-2014.2.15.tgz安装
mount-tntfs-3g/dev/sda5/mnt/windows
安装过程中出错
configureerrornoacceptableCcompilerfoundin$PATH问题解决
http://kingtigerhu.blog.163.com/blog/static/18494427520117951954296/
安装gcc
yum方式安装,方便快捷。
http://jingyan.baidu.com/article/f71d60377410781ab741d150.html