linux挂载硬盘180805
Posted morganchen
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux挂载硬盘180805相关的知识,希望对你有一定的参考价值。
linux系统有两种方式挂载硬盘:
1、mount /dev/sdb1(硬盘位置) /home/temp1(挂载位置)
2、ntfs-3g /dev/sdb1(硬盘位置) /home/temp1(挂载位置)
此时如无法判断硬盘位置,可用以下命令行查看磁盘分区情况:
1、cat /proc/partitions
2、盘加载时间等详细信息:ll /dev/disk/by-path
运用以下命令读取硬盘内容:
ll /home/temp1
以上是关于linux挂载硬盘180805的主要内容,如果未能解决你的问题,请参考以下文章