본문 바로가기

Database/Oracle

02 - 리눅스 기본 설정(보안 해제 및 호스트 폴더 공유)

오라클을 설치하기 위한 리눅스 기본설정

 

 

 

 

오라클 테스트 용으로 설치한 리눅스 이므로 보안 설정은 사용안함으로 설정한다.

 

 

 

설정을 변경하고 저장한 다음, 시스템 재부팅을 해야 한다.

 

 

 

호스트 시스템(윈도우11)과 공유폴더 설정하기.

 

 

 

[bskim@test ~]$ pwd
/home/bskim
[bskim@test ~]$ vmware-hgfsclient
ORACLE_19c

 

 

[bskim@test hgfs]$ su
Password: 

[root@test hgfs]# cd /mnt/hgfs
[root@test hgfs]# pwd
/mnt/hgfs
[root@test hgfs]# ll
total 0
[root@test hgfs]# gedit /etc/fstab

 

 

14번 라인에 새로운 명령어를 추가하고 저장.

 

 

 

vmhgfs-fuse   /mnt/hgfs   fuse    defaults,allow_other    0    0

 

 

[root@test hgfs]# mount -a
mount: (hint) your fstab has been modified, but systemd still uses
       the old version; use 'systemctl daemon-reload' to reload.
[root@test hgfs]# 
[root@test hgfs]# 
[root@test hgfs]# pwd
/mnt/hgfs
[root@test hgfs]# ll
total 0

# 연결된 폴더가 보이지 않더라도 당황하지 말자.
# 폴더 변경을 다시하면 새로운 폴더가 연결된것을 볼 수 있다.

[root@test hgfs]# cd /mnt/hgfs
[root@test hgfs]# ll
total 4
drwxrwxrwx 1 root root 4096 Nov  7 23:45 ORACLE_19c
[root@test hgfs]# cd ORACLE_19c/

 

 

[root@test ORACLE_19c]# pwd
/mnt/hgfs/ORACLE_19c
[root@test ORACLE_19c]# exit
exit


[bskim@test hgfs]$ ll
total 0
[bskim@test hgfs]$ pwd
/mnt/hgfs
[bskim@test hgfs]$ cd /mnt/hgfs
[bskim@test hgfs]$ ll
total 4
drwxrwxrwx 1 root root 4096 Nov  7 23:45 ORACLE_19c
[bskim@test hgfs]$ cd ORACLE_19c/
[bskim@test ORACLE_19c]$ ll

 

 

 

재부팅하고 다시 해보기.

 

[bskim@test ~]$ cd /mnt
[bskim@test mnt]$ ll
total 5
dr-xr-xr-x 1 root root 4192 Nov  8 16:07 hgfs

[bskim@test mnt]$ cd hgfs/
[bskim@test hgfs]$ ll
total 4
drwxrwxrwx 1 root root 4096 Nov  8 15:50 ORACLE_19c
[bskim@test hgfs]$

 

 

 

일반 사용자 계정에서도 공유폴더가 연결된 것을 볼 수 있다.