17 Apr
2015
17 Apr
'15
3:45 p.m.
On 17 Apr 15:01, Mark Rogers wrote:
On 17 April 2015 at 14:47, Chris Walker <alug_cdw@the-walker-household.co.uk> wrote:
In the root of the card might be a folder called $Recycle.Bin which, if it's there will contain the files.
Not there :-(
OK - So, the general reason for df and du to disagree is if there was a huge file, and the file was deleted *but* something still had a handle open on it, the space will not have been released... You probably want to try something akin to: sudo lsof | grep DEL Cheers, -- Brett Parker