【Linux】bad geometry: block count 11796480 exceeds size of device
一、問題現象
今天在mount一個檔案系統時,報出了以下的錯誤:
mount /dev/mapper/mthvg-lvdata /data
EXT4-fs(dm-2): bad geometry: block count 11796480 exceeds size of device
二、解決方法
直接對該檔案系統進行擴容:
lvextend -L +2G /dev/mapper/mthvg-lvdata
resize2fs /dev/mapper/mthvg-lvdata
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/30776559/viewspace-2148169/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORA-27092: skgfofi: size of file exceeds file size limit of the processMIT
- raw device, first blockdevBloC
- Linux locate/print block device attributes ASMLibLinuxBloCdevASM
- Oracle Log Block SizeOracleBloC
- How to Choose Size of Datafile on Raw Devicedev
- DB_BLOCK_SIZE and DB_CACHE_SIZE in OracleBloCOracle
- ORA-27046: file size is not a multiple of logical block sizeBloC
- BAD Block 壞塊的處理BloC
- oracle的塊 db_block_sizeOracleBloC
- DB_BLOCK_SIZE Initialization Parameter (92)BloC
- 解決Heap size *K exceeds notification threshold(2048K)
- error:unable to get logical block size for spfileErrorBloC
- Initianization Parameter (1) : DB_BLOCK_SIZEBloC
- bad block表上壞塊的處理BloC
- ERROR 1206 (HY000): The total number of locks exceeds the lock table sizeError
- Oracle10g 五種不同的block sizeOracleBloC
- Linux resize2fs: Bad magic number in super-block錯誤的解決方法LinuxBloC
- cannot use '/dev/da1': must be a block device or regular filedevBloC
- Heap size 2498K exceeds notification threshold (2048K) 問題處理
- linux環境確定OCFS2檔案系統的BLOCK和cluster sizeLinuxBloC
- 【BBED】使用bbed解決 the amount of space used is not equal to block sizeBloC
- Meaning of Block size in tcode R3AC1BloC
- oracle block_size 為非標準塊的時候OracleBloC
- MySQL 5.7從庫報錯exceeds of slave_pending_jobs_size_max. Error_code: 1864MySqlError
- Memory Notification: Library Cache Object loaded into SGA Heap size 2098K exceeds notification thresObject
- Oracle OCP 1Z0-053 Q632(Standard Block Size )OracleBloC
- 翻譯:Linux and the Device TreeLinuxdev
- 9i建立非標準BLOCK_SIZE資料庫(二)BloC資料庫
- 9i建立非標準BLOCK_SIZE資料庫(一)BloC資料庫
- linux phpmailer 502 Bad GatewayLinuxPHPAIGateway
- iis 0x80070032 Cannot read configuration file because it exceeds the maximum file size
- SciTech-OS-Linux-Device Driver: 英文原版電子書“Linux Device Drivers, Third Edition”Linuxdev
- linux檔案系統問題:wrong fs type, bad option, bad superblockLinuxBloC
- MySQL的COUNT語句--count(*)、 count(常量)、 count(列名)MySql
- count(0),count(1),count(*)總結與count(column)
- oracle 10.2.0.3 dbca建庫報Failed to retrieve size of raw device 問題解決方法OracleAIdev
- Library Cache Object loaded into SGA Heap size 2226K exceeds notification threshold (2048K)Object
- 【優化】COUNT(1)、COUNT(*)、COUNT(常量)、COUNT(主鍵)、COUNT(ROWID)等優化