El 19/07/17 a les 12:34, Marco d'Itri ha escrit:
> On Jul 19, Alexey Zilber wrote:
>
>>Just came across this, which you may find interesting. Removing systemd
>> took Devuan two years.
>> http://troubleshooters.com/linux/systemd/bikebrakes.htm
> Can you people obsessed by systemd please drop
The CT is not running or mounted. How can I remove the file?
/vz/private/1009/root.hdd/root.hds is used by one of ploop-s.
You need to list all ploop devices:
$ ploop list
and then you can umount a required device by a device name
$ ploop umount -d /dev/PLOOP_DEV
That works. Thank you An