|
iostat
So, how can I see what directories are on this device (oh, and I do not have root access).
for this and without root access you can use the
iostat -xnp
command!
And then merge it with the output of
df -hV and
swap -l
I hope this can help you!
Best regards
joerg
|