리눅스 파일시스템 check 및 수정/복구 관련 명령어
1. dumpe2fs : 파일시스템의 슈퍼블럭과 블럭그룹정보를 출력
2. tune2fs : 파일시스템의 정보 확인 및 tunning
3. fsck : 파일 시스템 점검 및 복구
Maximum mount count / Check interval 항목이 유용하게 쓰임
tune2fs -c -1 /dev/xvdb1 : Maximum mount count 수를 -1 수정하여 자동으로 filesystem check가 되지 않도록 수정
tune2fs -i 0 /dev/xvdb1 : Check interval 기간을 0 으로 설정하여 마찬가지로 자동으로 filesystem check가 되지 않도록 수정
[root@localhost]$dumpe2fs /dev/xvdb1
dumpe2fs 1.41.12 (17-May-2010)
Filesystem volume name: <none>
Last mounted on: <not available>
Filesystem UUID: 09519598-5f70-4f75-9a1a-606ac27a9406
Filesystem magic number: 0xEF53
Filesystem revision #: 1 (dynamic)
Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery sparse_super large_file
Filesystem flags: signed_directory_hash
Default mount options: (none)
Filesystem state: clean
Errors behavior: Continue
Filesystem OS type: Linux
Inode count: 66384
Block count: 265064
Reserved block count: 13253
Free blocks: 252360
Free inodes: 66372
First block: 0
Block size: 4096
Fragment size: 4096
Reserved GDT blocks: 64
Blocks per group: 32768
Fragments per group: 32768
Inodes per group: 7376
Inode blocks per group: 461
Filesystem created: Thu Feb 27 09:36:48 2014
Last mount time: Thu Feb 27 09:38:59 2014
Last write time: Thu Feb 27 09:38:59 2014
Mount count: 3
Maximum mount count: 26
Last checked: Thu Feb 27 09:36:48 2014
Check interval: 15552000 (6 months)
Next check after: Tue Aug 26 09:36:48 2014
Reserved blocks uid: 0 (user root)
Reserved blocks gid: 0 (group root)
First inode: 11
Inode size: 256
Required extra isize: 28
Desired extra isize: 28
Journal inode: 12
Default directory hash: half_md4
Directory Hash Seed: 78b5adbc-9064-4627-ab0e-366cca41ad87
Journal features: (none)
Journal size: 32M
Journal length: 8192
Journal sequence: 0x00000001
Journal start: 0
'리눅스-Linux' 카테고리의 다른 글
[Linux] 리눅스 bonding mode (0) | 2014.03.06 |
---|---|
[Linux] dmsetup 와 dm-x 장치 (0) | 2014.02.27 |
[Linux] yum repository 구성하기 (0) | 2014.02.07 |
SSH 활용 sshpass (0) | 2014.02.06 |
[Linux] 파일입출력 정리 3 sed, awk (0) | 2014.01.24 |