How to add Group in mounting drive in fstab
- by Master
I am using this to mount drive at startup
/dev/sda5 /media/virtual ntfs defaults,umask=700,uid=1 0 0
This is working fine but i need things
1)By this method all the folders inside the virtual folder have same permissions but i want 700 for virtual directory and 777 for all other directories
2)I want that if i can add group as well in the mount…