2

I tried:

# rm -r .Trash-0
# rm -rf .Trash-0

But of no use. This file doesn't get deleted. It says "read only file system cannot be deleted".

Ron
  • 20,938

1 Answers1

0

Boot from ubuntu install media - choose 'Try Ubuntu'.

Mount ubuntu partition : sudo mount /dev/sd* /mnt

Open Nautilus as root : sudo dbus-launch nautilus

Press Ctrl + H - then open 'Computer' => /mnt folder.
Go to the location of the .Trash-0 folder and delete it.

Note : * = disk / partition (e.g. : sda1)
You can use GParted for identification.

cl-netbox
  • 31,491