Volume failed to import

Status
Not open for further replies.

wblock

Documentation Engineer
Joined
Nov 14, 2014
Messages
1,506
gpart show only shows partitioning, it does not have anything to do with how much space is used.

Try df -h instead.

I suspect that data was copied to a mountpoint when a volume was not mounted.
 

joebus

Dabbler
Joined
Feb 13, 2016
Messages
11
okay did that command, there is only one entry for Server_Pool and is 88Kb,


10.png
 

Robert Trevellyan

Pony Wrangler
Joined
May 16, 2014
Messages
3,778
there is only one entry for Server_Pool and is 88Kb
It shows 88K capacity, 88K used, 0B available, 100% full. That's consistent with your zfs list screenshot. That same screenshot also shows a child dataset, 895G capacity, 895G used, 0B free. Whichever way you slice it, that pool is 100% full, which makes it very difficult to manipulate.

You might get somewhere using the CLI to detach it, then to import it read-only. Then you can try copying the contents elsewhere before destroying the pool.
 
Status
Not open for further replies.
Top