linux檔案系統問題:wrong fs type, bad option, bad superblock
報錯內容:
mount: wrong fs type, bad option, bad superblock on /dev/mapper/oraclevg-oraclelv,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
[@more@]
問題解決過程如下:
檢視檔案系統是否已掛載:
ebdbpro:/ # df -h
Filesystem Size Used Avail Use% Mounted on
/dev/cciss/c0d0p2 273G 8.2G 251G 4% /
devtmpfs 16G 156K 16G 1% /dev
tmpfs 16G 1.9M 16G 1% /dev/shm
/dev/dm-1 501G 198M 476G 1% /local_bkup
mount檔案系統報錯:
ebdbpro:/ # mount /dev/mapper/oraclevg-oraclelv /eb_db
mount: wrong fs type, bad option, bad superblock on /dev/mapper/oraclevg-oraclelv,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
檢視檔案系統分割槽表:
ebdbpro:/ # more /etc/fstab
/dev/disk/by-id/cciss-3600508b1001c791ddb08dc877ac0021e-part1 swap swap defaults 0 0
/dev/disk/by-id/cciss-3600508b1001c791ddb08dc877ac0021e-part2 / ext3 acl,user_xattr 1 1
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
/dev/disk/by-id/cciss-3600508b1001c7923bcc83ceb8f780b6b-part1 /local_bkup ext3 acl,user_xattr 1 2
#/dev/oraclevg/oraclelv /eb_db ext3 noauto,acl,user_xattr 0 0
修復檔案系統:
ebdbpro:/ # fsck -t ext3 /dev/mapper/oraclevg-oraclelv
fsck from util-linux-ng 2.16
e2fsck 1.41.9 (22-Aug-2009)
fsck.ext3: Group descriptors look bad... trying backup blocks...
/dev/mapper/oraclevg-oraclelv was not cleanly unmounted, check forced.
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
/dev/mapper/oraclevg-oraclelv: ***** FILE SYSTEM WAS MODIFIED *****
/dev/mapper/oraclevg-oraclelv: 11/52559872 files (0.0% non-contiguous), 3349081/210238464 blocks
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26006637/viewspace-1059946/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Ubuntu插入行動硬碟後提示Wrong fs type,bad option,bad superblock on /devUbuntu硬碟BloCdev
- 【ubuntu】解決行動硬碟掛載不上問題:wrong fs typeUbuntu硬碟
- linux phpmailer 502 Bad GatewayLinuxPHPAIGateway
- Spring Mvc Http 400 Bad Request問題排查SpringMVCHTTP
- linux nginx 網站訪問提示502 Bad GatewayLinuxNginx網站Gateway
- f2fs檔案系統
- [題解]ABC337E Bad JuiceUI
- 題解:AT_xmascon21_b Bad Mood
- NodeJs fs(檔案系統簡單操作)NodeJS
- nodeJs檔案系統(fs)與流(stream)NodeJS
- [mac Catalina 系統配置 adb] 配置 adb 環境後,執行 adb 報錯:zsh: bad CPU type in executable: adbMac
- win10系統出現藍屏Bad pool caller怎麼辦 win10系統藍屏,出現bad pool caller如何處理Win10
- 每天學點node系列-fs檔案系統
- node.js常用的fs檔案系統Node.js
- [BSidesCF 2020]Had a bad dayIDE
- Bad magic number for central directory
- HTTP Status 400 – Bad RequestHTTP
- Docker Nginx 502 Bad getwayDockerNginx
- Maven專案報錯invalid LOC header (bad signature)MavenHeader
- shell指令碼編碼格式問題,bin/sh^M: bad interpreter: No such file or directory指令碼
- 每天學點node系列-fs檔案系統(續)
- Who’s Afraid of Their Big Bad O?AI
- [MV] - You Give REST a Bad NameREST
- win10系統出現藍色畫面Bad pool caller怎麼辦 win10系統藍色畫面,出現bad pool caller如何處理Win10
- [Linux]檔案系統Linux
- Linux檔案系統Linux
- Linux系統篇-檔案系統&虛擬檔案系統Linux
- 400 Bad Request(錯誤請求)
- 解Bug之路-Nginx 502 Bad GatewayNginxGateway
- Linux系統檔案系統及檔案基礎篇Linux
- 論Linux檔案系統Linux
- Linux AUFS 檔案系統Linux
- linux的檔案系統Linux
- EXT4檔案系統學習(10)VFS之磁碟結構Group和superblockBloC
- Kotlin Type? vs Scala OptionKotlin
- Win10系統訪問Linux子系統檔案的方法Win10Linux
- win10系統安裝影子系統後出現bad system config info怎麼解決Win10
- PHP 介面呼叫報錯 502 Bad GatewayPHPGateway
- 分散式檔案系統(HDFS)與 linux系統檔案系統 對比分散式Linux