Hey #zfs people
if I have a pool I want to view when I can't mount it - any way to view files? (Read only root so mountpoints can't create)
christian mock reshared this.
Hey #zfs people
if I have a pool I want to view when I can't mount it - any way to view files? (Read only root so mountpoints can't create)
christian mock reshared this.
Mike Gerdts
in reply to silverwizard • • •assuming /tmp or /run is writable,
zpool import -R /tmp/altroot <pool>
silverwizard
in reply to Mike Gerdts • •Mike Gerdts
in reply to silverwizard • • •silverwizard likes this.
silverwizard
in reply to Mike Gerdts • •Mike Gerdts
in reply to silverwizard • • •silverwizard likes this.
silverwizard
in reply to Mike Gerdts • •@Mike Gerdts That... is the right idea, if I can find a mount
I feel like this is probably freebsd inside baseball though