Not enough disk space to install lsof, which I need to discover which process to kill to free up my disk
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
Had a runaway log file that filled up my disk space. I was able to identify and delete it, but it would seem that it is still in use somewhere as df -h
shows my disk as 160G/160G used even though the file I deleted was 146G. This issue and other solutions advise using lsof
, but that isn't present on my system. Running yum install lsof
(running CentOS 7) fails due to not having enough disk space.
Any suggestions on how to free up this phantom disk space?
centos
New contributor
add a comment |Â
up vote
0
down vote
favorite
Had a runaway log file that filled up my disk space. I was able to identify and delete it, but it would seem that it is still in use somewhere as df -h
shows my disk as 160G/160G used even though the file I deleted was 146G. This issue and other solutions advise using lsof
, but that isn't present on my system. Running yum install lsof
(running CentOS 7) fails due to not having enough disk space.
Any suggestions on how to free up this phantom disk space?
centos
New contributor
rebooting will kill the process (and finish deleting the file). you can probably install lsof before it fills up again :-)
â Thomas Dickey
6 mins ago
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Had a runaway log file that filled up my disk space. I was able to identify and delete it, but it would seem that it is still in use somewhere as df -h
shows my disk as 160G/160G used even though the file I deleted was 146G. This issue and other solutions advise using lsof
, but that isn't present on my system. Running yum install lsof
(running CentOS 7) fails due to not having enough disk space.
Any suggestions on how to free up this phantom disk space?
centos
New contributor
Had a runaway log file that filled up my disk space. I was able to identify and delete it, but it would seem that it is still in use somewhere as df -h
shows my disk as 160G/160G used even though the file I deleted was 146G. This issue and other solutions advise using lsof
, but that isn't present on my system. Running yum install lsof
(running CentOS 7) fails due to not having enough disk space.
Any suggestions on how to free up this phantom disk space?
centos
centos
New contributor
New contributor
New contributor
asked 10 mins ago
Mrweiner
1011
1011
New contributor
New contributor
rebooting will kill the process (and finish deleting the file). you can probably install lsof before it fills up again :-)
â Thomas Dickey
6 mins ago
add a comment |Â
rebooting will kill the process (and finish deleting the file). you can probably install lsof before it fills up again :-)
â Thomas Dickey
6 mins ago
rebooting will kill the process (and finish deleting the file). you can probably install lsof before it fills up again :-)
â Thomas Dickey
6 mins ago
rebooting will kill the process (and finish deleting the file). you can probably install lsof before it fills up again :-)
â Thomas Dickey
6 mins ago
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Mrweiner is a new contributor. Be nice, and check out our Code of Conduct.
Mrweiner is a new contributor. Be nice, and check out our Code of Conduct.
Mrweiner is a new contributor. Be nice, and check out our Code of Conduct.
Mrweiner is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f477604%2fnot-enough-disk-space-to-install-lsof-which-i-need-to-discover-which-process-to%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
rebooting will kill the process (and finish deleting the file). you can probably install lsof before it fills up again :-)
â Thomas Dickey
6 mins ago