原文: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