I need to move data to /var/lib/tftpboot. I'm getting the error Device or resource busy. I killed the tftp daemon which uses this directory, and ran lsof +D /var | grep tftp which gave no output. But I still can't copy my files. Any ideas? I tried already with sudo.
The output of sudo strace touch /var/lib/tftpboot/test can be seen here.
sudo strace touch /var/lib/tftpboot/test? – Jeremy Kerr Nov 25 '11 at 7:12open()syscall (on line 130) succeeds. – Jeremy Kerr Nov 28 '11 at 1:06