原文:linux中挂载硬盘报错(you must specify the filesystem type)

公司有台服务器做了raid ,由于容量小,需扩容,原先打算再添加两块硬盘进去做多一组raid ,组成两组raid 混合使用,但是公司抠门,买到服务器只能安装 块硬盘,无奈之下只能放多一块进去单独挂载分区使用。 开始的时候把新加的硬盘接入raid卡,服务器开机无法识别,解决方法是把新加的硬盘接入主板的SATA接口,服务器开机登录后顺利识别到。 先说说开始时候的操作方法: 首先用fdisk进行分区 f ...

2015-08-03 16:19 0 41187 推荐指数:

查看详情

linux挂载硬盘报错you must specify the filesystem type

今天自己的虚拟机磁盘用完成,于是想加一磁盘,当挂载时发现报错you must specify the filesystem type。(注:我的系统环境是lcentos6.3装在virtualbox的虚拟机)   原来是因为该磁盘没有格式分区导致的于是有了以下操作:   1)先查看一下当前 ...

Wed Jan 24 18:27:00 CST 2018 0 3330
linux 挂载光盘:mount: you must specify the filesystem type

尝试挂载光盘镜像时出现mount: you must specify the filesystem type 使用-t auto  -t iso9660 或不加参数都搞不定,最后在以下链接找到解决办法: http://blog.itpub.net/27015256 ...

Tue Apr 22 19:03:00 CST 2014 0 8996
mount报错you must specify the filesystem type

linux mount /dev/vdb 到 /home 分区时报错: # mount /dev/vdb /homemount: you must specify the filesystem type 先执行:mkfs.ext3 /dev/vdb # mkfs.ext3 /dev ...

Sun Sep 18 18:23:00 CST 2016 0 21128
linux挂载硬盘失败,报错

剛把我的一顆硬碟 ( NTFS ) 接到 Ubuntu 桌機上。 然後要 mount 的時候,出現了下面的訊息: DBus error org.gtk.Private.RemoteVolumeM ...

Sat Sep 21 22:03:00 CST 2013 0 8613
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM