Comment 2 for bug 1959194

Revision history for this message
geole0 (geole0) wrote :

Hello.
i have solved the problem by writing
zfs mount -v $(zfs list | grep ROOT/ubuntu | head -1 |cut -d" " -f1)
zfs mount -v $(zfs list | grep BOOT/ubuntu | head -1 |cut -d" " -f1)
But i don't kwnow if it is the goodQ- solution.