View Single Post
Posts: 915 | Thanked: 3,209 times | Joined on Jan 2011 @ Germany
#5
Originally Posted by knobby View Post
It looks like ur disc has got some erors..u can try this..
Code:
sudo gainroot
umount /home/user/MyDocs
fsck -a /home/user/MyDocs
reboot and then try deleting..
You don't have to reboot. Just run
Code:
mount -a
after fsck has finished.