
zfsファイルシステム - 試しましたがchown
失敗しました...
root@tiny:/dancer# chown -R icetea:icetea
chown: changing ownership of './Taipei Space Ships/Disk2/private/SONY/SONY.MPG': Operation not permitted
ACLを確認してください
root@tiny:/dancer#getfacl './Taipei Space Ships/Disk2/private/SONY/SONY.MPG'
# file: './Taipei Space Ships/Disk2/private/SONY/SONY.MPG'
# owner: 501
# group: dialout
user::rwx
group::r-x
other::r-x
ACLを削除してみてください。
root@tiny:/dancer# setfacl -b -R './Taipei Space Ships/Disk2/private/SONY/SONY.MPG'
ACLは変更されていません。
root@tiny:/dancer# getfacl './Taipei Space Ships/Disk2/private/SONY/SONY.MPG'
# file: './Taipei Space Ships/Disk2/private/SONY/SONY.MPG'
# owner: 501
# group: dialout
user::rwx
group::r-x
other::r-x
まだできないchown
root@tiny:/dancer# chown -R icetea:icetea
chown: changing ownership of './Taipei Space Ships/Disk2/private/SONY/SONY.MPG': Operation not permitted