linux mount報(bào)錯(cuò):you must specify the filesystem type的解決方法
最近工作中遇到一個(gè)問(wèn)題,在linux mount /dev/vdb
到 /home
分區(qū)時(shí)報(bào)錯(cuò):
# mount /dev/vdb /home mount: you must specify the filesystem type
先執(zhí)行:mkfs.ext3 /dev/vdb
# mkfs.ext3 /dev/vdb mke2fs 1.41.12 (17-May-2010) Filesystem label= OS type: Linux Block size=4096 (log=2) Fragment size=4096 (log=2) Stride=0 blocks, Stripe width=0 blocks 32768000 inodes, 131072000 blocks 6553600 blocks (5.00%) reserved for the super user First data block=0 Maximum filesystem blocks=4294967296 4000 block groups 32768 blocks per group, 32768 fragments per group 8192 inodes per group Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208, 4096000, 7962624, 11239424, 20480000, 23887872, 71663616, 78675968, 102400000 Writing inode tables: done Creating journal (32768 blocks): done Writing superblocks and filesystem accounting information: done This filesystem will be automatically checked every 25 mounts or 180 days, whichever comes first. Use tune2fs -c or -i to override.
再mount 即可:
#mount -t ext3 /dev/vdb /home
總結(jié)
以上就是這篇文章的全部?jī)?nèi)容了,希望本文的內(nèi)容對(duì)大家的學(xué)習(xí)或者工作能帶來(lái)一定的幫助,如果有疑問(wèn)大家可以留言交流,謝謝大家對(duì)腳本之家的支持。
相關(guān)文章
Linux環(huán)境下python2.7.6升級(jí)python3.5.2
本篇文章主要介紹了centos7下python2.7.5升級(jí)到3.5.2,小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,也給大家做個(gè)參考。一起跟隨小編過(guò)來(lái)看看吧2017-04-04菜鳥(niǎo)學(xué)Linux命令:ssh命令(遠(yuǎn)程登錄)
本篇文章主要介紹了菜鳥(niǎo)學(xué)Linux命令:ssh命令 遠(yuǎn)程登錄 ,小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,也給大家做個(gè)參考。一起跟隨小編過(guò)來(lái)看看吧2017-06-06linux定時(shí)任務(wù)的一些相關(guān)操作匯總
這篇文章主要給大家介紹了關(guān)于linux定時(shí)任務(wù)的一些相關(guān)操作,文中通過(guò)示例代碼介紹的非常詳細(xì),對(duì)大家學(xué)習(xí)或者使用linux系統(tǒng)組件具有一定的參考學(xué)習(xí)價(jià)值,需要的朋友們下面來(lái)一起學(xué)習(xí)學(xué)習(xí)吧2020-05-05Linux下大量SYN_SENT連接問(wèn)題的解決方法
這篇文章主要介紹了Linux下大量SYN_SENT連接問(wèn)題的解決方法,需要的朋友可以參考下2015-01-01Apache 本地服務(wù)器啟動(dòng)后又自動(dòng)停止解決辦法
setup_inherited_listeners(), WSASocket failed to open the inherited socket2010-04-04Apache ActiveMQ任意文件寫(xiě)入漏洞(CVE-2016-3088)復(fù)現(xiàn)
這篇文章主要介紹了Apache ActiveMQ任意文件寫(xiě)入漏洞(CVE-2016-3088)復(fù)現(xiàn),需要的朋友可以參考下2019-08-08centos中nginx按日期自動(dòng)分割訪問(wèn)日志的方法
本篇文章主要介紹了centos中nginx按日期自動(dòng)分割訪問(wèn)日志的方法,具有一定的參考價(jià)值,感興趣的小伙伴們可以參考一下。2017-03-03Apache mod_rewrite實(shí)現(xiàn)HTTP和HTTPS重定向跳轉(zhuǎn)
這篇文章主要介紹了Apache mod_rewrite實(shí)現(xiàn)HTTP和HTTPS重定向跳轉(zhuǎn),本文分別給出了HTTP重定向HTTPS和HTTPS重定向HTTP配置參考,需要的朋友可以參考下2015-06-06