All Questions
6 questions
1
vote
1
answer
1k
views
NFS: control file/folder access using groups on the server
I feel a bit stupid to ask as it feels to me to be a very basic question, but anyway I haven't found a solution yet:
I have a Linux dataserver and several workstations that mount folders on this ...
0
votes
0
answers
358
views
Write access to a subdirectory within a read-only directory
I have a home server for my website that is running on a mounted image. I mount the image as follows:
sudo mount -o loop,offset=19489299 raspbian-stretch-lite.img
I then mount my static website ...
0
votes
0
answers
262
views
mounted network disk with cifs doesn't allow to move created folders
I can create, delete and rename folder (as long, as it is stays on the same level) on an cifs connected network disk, but I cannot move them.
When I try to move one dir inside of another dir, it gives ...
1
vote
0
answers
957
views
Permissions of newly created files on NAS mount
I've mounted a NAS partition as follows:
server:/volume1/public /mnt/public nfs rw,suid,nodev,noexec,auto,user,async 0 0
All available files are both readable and writable ...
2
votes
1
answer
2k
views
Mounted HDD not having enough permissions from Apache/PHP
Piwigo gallery, on apache and php, CentOS 6.
The root system is a RAID 128GB. /var/www/html is on the root file system.
Mounted the 320GB hdd to /var/www/html/320 using defaults, it's an ext4 fs.
...
4
votes
1
answer
1k
views
How to display windows group membership and Permission access in a CIFS mount
I have a CIFS mount point to a Windows Server from my Debian Linux box:
mount -t cifs //192.168.0.10/users /mnt/users -o credentials=/etc/demo.smbpass
It mounts properly but all the permissions of ...