マウント ポイントの所有権を変更するにはどうすればよいですか (マウントは HDFS-FUSE を使用して行われます)。
chown -R user:user mount-point
機能しません (つまり、所有権は変更されません)。
私の試み:
[hduser@ocs /]$ ls -ltrhd hdfs1
drwxr-xr-x 1 root root 4.0K Mar 31 22:05 hdfs1
[hduser@ocs /]$ chown -R eucalyptus:eucalyptus hdfs1
[hduser@ocs /]$ ls -ltrhd hdfs1
drwxr-xr-x 1 root root 4.0K Mar 31 22:05 hdfs1
[hduser@ocs /]$