Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- yum remove
- 리눅스 보안
- 리눅스보안
- 보안취약점
- RHCSA
- 리눅스
- 리눅스 파일 시스템
- RHEL7
- Cent OS7.8
- 보안 취약점 조치
- Linux
- centos보안
- 서버 보안취약점 조치
- 서버보안
- 보안취약점 조치
- 보안취약점조치
- 가상머신
- 서비스관리
- vi /etc/pam.d/system-auth
- Virtual Box
- 리눅스 서버보안
- 그룹삭제
- FDISK
- 서버 보안
- 리눅스 서버 보안
- centOS7.8
- CentOS
- 리눅스 서버 보안취약점
- 계정관리
- ubuntu
Archives
- Today
- Total
엔지니어 은성의 성장록
[에러] CentOS 7.8 vi /etc/fstab파일 read-only file 문제해결 본문
순서
1. 에러 원인
2. 해결 방법
▶ 에러 원인
quota 실습을 하다가 /dev/mapper/centos-root / 의 파란 부분에. usrquota를 적고 저장을 했더니
etc/fstab 파일이 read only로 수정이 안 되는 상황이 발생했다.
▶ 해결 방법
일반적인 # mount -o remount, rw / 명령어에서
# mount -o remount,rw /
mount : / not mounted or bad option : 이름이 다르기 때문에 마운트 되어있지 않다고 하는 메시지
에서 /boot나, /centos-root / 의 fstab파일의 이름을 설정하면
# mount -o remount,rw /centos-root /
fstab의 read-only로 다른 파일이나, 디렉터리의 삭제, 생성이 안되던 문제 해결!
'에러해결' 카테고리의 다른 글
[Solved] yum update 에러 http://IP주소/repodata/repomd.xml : [Errno 14] curl#56 - "Network error recv()" Trying other mirror (0) | 2021.10.27 |
---|---|
[Linux Error] su: Authentication failure 해결 (0) | 2021.10.22 |
Comments