I accidentally deleted the file .vimrc in my $HOME directory.
I rebooted the system and accessed it as root.
Then:
$ sudo mount -o remount,ro /dev/sda5
$ sudo extundelete /dev/sda5 --restore-file /home/xralf/.vimrc
The output of the command indicates that it failed to restore .vimrc file.
Is the file already absolutely lost or is there some other possibility to recover it?