Felix Miata wrote:
John M Andersen composed on 2015-09-20 14:49 (UTC-0700):
Felix Miata wrote:
# ls -l /mnt/out -rw-rw-rw- 1 root root 120 Apr 16 2014 /mnt/out
What are the permissions of /mnt?
With /dev/md1 mounted to it: drwxr-xr-x 27 root root 2048 Apr 22 2014
Without /dev/md1 mounted to it: drwxr-xr-x 2 root root 2048 Sep 25 2014
---- have you tried a 'strace' and maybe ltrace on the rm command to see if it is failing on a system or a library call? Is there some way in the md driver might be mounting the devices read only, like if the following was stuck?)... md_mod.start_ro=1 /sys/module/md_mod/parameters/start_ro This tells md to start all arrays in read-only mode. This is a soft read-only that will automatically switch to read-write on the first write request. However until that write request, nothing is written to any device by md, and in particular, no resync or recovery operation is started. Or am I understanding it is ONLY a few files that are affected? Can you create/delete other files in root? Can you read from those files? How about write to them i.e. dd if=/dev/null of=/mnt/troublesome_file or just echo >/mnt/troublesome file? Any extended ACL's or any other non-linux default security system installed? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org