Solved can't mv /usr/src

I am getting
mv: rename /usr/src to /usr/src-13-0: Operation not supported

I tried as root:
cd /usr
chflags -R noschg src
chflags -R nouarch src
mv src src-13-0
and I still get the "Operation not supported" message.
sysctl kern.securelevel shows -1.

What else can I try?
 
Could /usr/src on your system be on its own filesysem (mountpoint)? df /usr/src will give you the answer.
 
Back
Top