I am looking for the most efficient method to determine the disk space usage by directory on a 5 petabyte disk.
The directory locations that I am trying to analyse is as follows:
/disk/user1/task1/
/disk/user1/task2/
/disk/user2/task3/
/disk/user100/task1/
etc
I need to find the size of each task and was wondering what is the most efficient command to use.
Currently I have tried ncdu -rx
(this looks like it is going to take a couple of days).
Anybody know of a better method?
I am not the most adept at these commands so would appreciate it if the answers are spelt out.
/disk/user/task/
or are they in/disk/user/task1
,/disk/user/task2
, etc? – Jeff Schaller Dec 19 '17 at 17:42