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