Skip to main content
added 5 characters in body
Source Link
Rui F Ribeiro
  • 58k
  • 28
  • 156
  • 239

I have oracle linux 6.7, a NFS server in Windows, and i needI am trying to createmount a shareshared folder with NFSin Linux.

The Windows NFS server has a shared mount :

192.168.1.10:/OracleBK

In my oracle linux server, I created a folder , /orabackup and the oracle user from oinstall group is the owner of this folder :

mkdir /orabackup
chown -R oracle:oinstall /orabackup
chmod -R 777 /orabackup
mount -t nfs -o rw 192.168.1.10:/OracleBK /orabackup

The /etc/fstab corresponding line is

192.168.1.10:/OracleBK /orabackup nfs defaults 0 0

The command for mounting the folder used is :

mount /orabackup

Now , the "orabackup" folder is mounted .

However the oracle user cannot read and write, and needs read and write permissions to this directory. The root user can read and write.

What should be done to give full permissions to the oracle user ?

I have oracle linux 6.7 and i need to create a share folder with NFS.

The NFS server has a shared mount :

192.168.1.10:/OracleBK

In my oracle linux server, I created a folder , /orabackup and the oracle user from oinstall group is the owner of this folder :

mkdir /orabackup
chown -R oracle:oinstall /orabackup
chmod -R 777 /orabackup
mount -t nfs -o rw 192.168.1.10:/OracleBK /orabackup

The /etc/fstab corresponding line is

192.168.1.10:/OracleBK /orabackup nfs defaults 0 0

The command for mounting the folder is :

mount /orabackup

Now , the "orabackup" folder is mounted .

However the oracle user cannot read and write, and needs read and write permissions to this directory. The root user can read and write.

What should be done to give full permissions to the oracle user ?

I have oracle linux 6.7, a NFS server in Windows, and I am trying to mount a shared folder in Linux.

The Windows NFS server has a shared mount :

192.168.1.10:/OracleBK

In my oracle linux server, I created a folder , /orabackup and the oracle user from oinstall group is the owner of this folder :

mkdir /orabackup
chown -R oracle:oinstall /orabackup
chmod -R 777 /orabackup
mount -t nfs -o rw 192.168.1.10:/OracleBK /orabackup

The /etc/fstab corresponding line is

192.168.1.10:/OracleBK /orabackup nfs defaults 0 0

The command for mounting the folder used is :

mount /orabackup

Now , the "orabackup" folder is mounted .

However the oracle user cannot read and write, and needs read and write permissions to this directory. The root user can read and write.

What should be done to give full permissions to the oracle user ?

English corrections
Source Link
Rui F Ribeiro
  • 58k
  • 28
  • 156
  • 239

How to Create Network File System User permissions in NFS mounted directory

I have oracle linux 6.7 and i wantneed to create a share folder with NFS. I have

The NFS server and it has a share foldershared mount :

192.168.1.10:/OracleBK

In my oracle linux server, i have createI created a folder , /orabackup and the oracle user from oinstall group is the owner of this folder :

mkdir /orabackup
chown -R oracle:oinstall /orabackup
chmod -R 777 /orabackup
mount -t nfs -o rw 192.168.1.10:/OracleBK /orabackup

and i configThe /etc/fstab :corresponding line is

192.168.1.10:/OracleBK /orabackup nfs defaults 0 0

and i execute this scriptThe command for mounting the folder is :

mount /orabackup

Now , the "orabackup" folder is mounted . But i want to

However the oracle user cannot read and write, and needs read and write permissions to this directory with oracle user . The oracle user can not read or write , because it has not permission . But The root user can read and write on this directory . Can any one help me , what

What should i do for reading or writing on this directory withbe done to give full permissions to the oracle user ?

How to Create Network File System

I have oracle linux 6.7 and i want to create a share folder with NFS. I have NFS server and it has a share folder :

192.168.1.10:/OracleBK

In my oracle linux , i have create a folder , /orabackup and the oracle user from oinstall group is owner of this folder :

mkdir /orabackup
chown -R oracle:oinstall /orabackup
chmod -R 777 /orabackup
mount -t nfs -o rw 192.168.1.10:/OracleBK /orabackup

and i config /etc/fstab :

192.168.1.10:/OracleBK /orabackup nfs defaults 0 0

and i execute this script for mounting folder :

mount /orabackup

Now , "orabackup" folder is mounted . But i want to read and write to this directory with oracle user . The oracle user can not read or write , because it has not permission . But root user can read and write on this directory . Can any one help me , what should i do for reading or writing on this directory with oracle user ?

User permissions in NFS mounted directory

I have oracle linux 6.7 and i need to create a share folder with NFS.

The NFS server has a shared mount :

192.168.1.10:/OracleBK

In my oracle linux server, I created a folder , /orabackup and the oracle user from oinstall group is the owner of this folder :

mkdir /orabackup
chown -R oracle:oinstall /orabackup
chmod -R 777 /orabackup
mount -t nfs -o rw 192.168.1.10:/OracleBK /orabackup

The /etc/fstab corresponding line is

192.168.1.10:/OracleBK /orabackup nfs defaults 0 0

The command for mounting the folder is :

mount /orabackup

Now , the "orabackup" folder is mounted .

However the oracle user cannot read and write, and needs read and write permissions to this directory. The root user can read and write.

What should be done to give full permissions to the oracle user ?

Source Link
saeed.sh
  • 311
  • 1
  • 2
  • 4

How to Create Network File System

I have oracle linux 6.7 and i want to create a share folder with NFS. I have NFS server and it has a share folder :

192.168.1.10:/OracleBK

In my oracle linux , i have create a folder , /orabackup and the oracle user from oinstall group is owner of this folder :

mkdir /orabackup
chown -R oracle:oinstall /orabackup
chmod -R 777 /orabackup
mount -t nfs -o rw 192.168.1.10:/OracleBK /orabackup

and i config /etc/fstab :

192.168.1.10:/OracleBK /orabackup nfs defaults 0 0

and i execute this script for mounting folder :

mount /orabackup

Now , "orabackup" folder is mounted . But i want to read and write to this directory with oracle user . The oracle user can not read or write , because it has not permission . But root user can read and write on this directory . Can any one help me , what should i do for reading or writing on this directory with oracle user ?