SOLVED How to cancel import of NTFS disk?

Dice

Wizard
Joined
Dec 11, 2015
Messages
1,410
Hello,

I wonder how to cancel the import of an NTFS drive?
I've accidentally queued up several iterations of the import, and the pool does not have enough space.
1594135754312.png



Cheers.
 
Last edited:

Dice

Wizard
Joined
Dec 11, 2015
Messages
1,410
I figure I report back and leave a solution behind:

Turns out the import function is a rsync command.

To cancel;
Open a Shell or SSH into the FreeNAS box.
Code:
htop

Look for the rsync process that runs the import, it is probably among the top CPU consuming tasks.
Code:
F9
and hit enter.
 

rsjr14

Cadet
Joined
Aug 20, 2023
Messages
1
I figure I report back and leave a solution behind:

Turns out the import function is a rsync command.

To cancel;
Open a Shell or SSH into the FreeNAS box.
Code:
htop

Look for the rsync process that runs the import, it is probably among the top CPU consuming tasks.
Code:
F9
and hit enter.
Thank you, just found this through a google search and it helped me over a year later.
 
Top