Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

fstab mount permissions

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
ntn888
Posts: 9
Joined: 2021-09-05 01:35
Location: sydney
Has thanked: 2 times
Contact:

fstab mount permissions

#1 Post by ntn888 »

i mounted a lvm volume with this fstab entry:

Code: Select all

/dev/vgmain/lvmain      /home/ajit/main ext4    defaults 0 1
but user cannot write to it??

User avatar
4D696B65
Site admin
Site admin
Posts: 2696
Joined: 2009-06-28 06:09
Been thanked: 85 times

Re: fstab mount permissions

#2 Post by 4D696B65 »

Code: Select all

man mount
defaults
Use default options: rw, suid, dev, exec, auto, nouser, async, and relatime
put user after defaults and it will override nouser

ntn888
Posts: 9
Joined: 2021-09-05 01:35
Location: sydney
Has thanked: 2 times
Contact:

Re: fstab mount permissions

#3 Post by ntn888 »

ok thanks! i ended up chown the drive, it worked

Post Reply