rm -fr fails to remove directory due to “Is a directory” error

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP












2















Recently noticed that one of my CentOS NFS clients have a directory which looks somewhat corrupted:



CentOS release 6.3 (Final)



[root@LG-B8A-LNX ~]# ls -lathr /
ls: cannot access /zebra: No such file or directory
total 134K
d?????????? ? ? ? ? ? zebra


Remove attempts failed:



[root@LG-B8A-LNX ~]# rm -fr /zebra
rm: cannot remove `/zebra': Is a directory


As well as lookup attemps:



[root@LG-B8A-LNX ~]# stat /zebra
stat: cannot stat `/zebra': No such file or directory


In the past this folder was used as a mount point to an NFS server



Can this directory entry be deleted in some way?










share|improve this question



















  • 3





    You'll probably need to fsck the filesystem.

    – muru
    Mar 2 '17 at 10:16











  • @muru Thanks, but if it safe to run it on mounted filesystem? fsck / gives me warning that /dev/sda3 is mounted

    – Samuel
    Mar 2 '17 at 10:19






  • 2





    No, not at all. You'll probably have to boot to a recovery mode, or use a live system.

    – muru
    Mar 2 '17 at 10:21






  • 1





    @RuiFRibeiro No, but this folder was used as a mount point to nfs server

    – Samuel
    Mar 2 '17 at 10:40






  • 1





    Please add that to the question.

    – Rui F Ribeiro
    Mar 2 '17 at 10:54















2















Recently noticed that one of my CentOS NFS clients have a directory which looks somewhat corrupted:



CentOS release 6.3 (Final)



[root@LG-B8A-LNX ~]# ls -lathr /
ls: cannot access /zebra: No such file or directory
total 134K
d?????????? ? ? ? ? ? zebra


Remove attempts failed:



[root@LG-B8A-LNX ~]# rm -fr /zebra
rm: cannot remove `/zebra': Is a directory


As well as lookup attemps:



[root@LG-B8A-LNX ~]# stat /zebra
stat: cannot stat `/zebra': No such file or directory


In the past this folder was used as a mount point to an NFS server



Can this directory entry be deleted in some way?










share|improve this question



















  • 3





    You'll probably need to fsck the filesystem.

    – muru
    Mar 2 '17 at 10:16











  • @muru Thanks, but if it safe to run it on mounted filesystem? fsck / gives me warning that /dev/sda3 is mounted

    – Samuel
    Mar 2 '17 at 10:19






  • 2





    No, not at all. You'll probably have to boot to a recovery mode, or use a live system.

    – muru
    Mar 2 '17 at 10:21






  • 1





    @RuiFRibeiro No, but this folder was used as a mount point to nfs server

    – Samuel
    Mar 2 '17 at 10:40






  • 1





    Please add that to the question.

    – Rui F Ribeiro
    Mar 2 '17 at 10:54













2












2








2








Recently noticed that one of my CentOS NFS clients have a directory which looks somewhat corrupted:



CentOS release 6.3 (Final)



[root@LG-B8A-LNX ~]# ls -lathr /
ls: cannot access /zebra: No such file or directory
total 134K
d?????????? ? ? ? ? ? zebra


Remove attempts failed:



[root@LG-B8A-LNX ~]# rm -fr /zebra
rm: cannot remove `/zebra': Is a directory


As well as lookup attemps:



[root@LG-B8A-LNX ~]# stat /zebra
stat: cannot stat `/zebra': No such file or directory


In the past this folder was used as a mount point to an NFS server



Can this directory entry be deleted in some way?










share|improve this question
















Recently noticed that one of my CentOS NFS clients have a directory which looks somewhat corrupted:



CentOS release 6.3 (Final)



[root@LG-B8A-LNX ~]# ls -lathr /
ls: cannot access /zebra: No such file or directory
total 134K
d?????????? ? ? ? ? ? zebra


Remove attempts failed:



[root@LG-B8A-LNX ~]# rm -fr /zebra
rm: cannot remove `/zebra': Is a directory


As well as lookup attemps:



[root@LG-B8A-LNX ~]# stat /zebra
stat: cannot stat `/zebra': No such file or directory


In the past this folder was used as a mount point to an NFS server



Can this directory entry be deleted in some way?







files rm corruption






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 2 '17 at 12:17









Rui F Ribeiro

41.3k1481140




41.3k1481140










asked Mar 2 '17 at 10:15









SamuelSamuel

1236




1236







  • 3





    You'll probably need to fsck the filesystem.

    – muru
    Mar 2 '17 at 10:16











  • @muru Thanks, but if it safe to run it on mounted filesystem? fsck / gives me warning that /dev/sda3 is mounted

    – Samuel
    Mar 2 '17 at 10:19






  • 2





    No, not at all. You'll probably have to boot to a recovery mode, or use a live system.

    – muru
    Mar 2 '17 at 10:21






  • 1





    @RuiFRibeiro No, but this folder was used as a mount point to nfs server

    – Samuel
    Mar 2 '17 at 10:40






  • 1





    Please add that to the question.

    – Rui F Ribeiro
    Mar 2 '17 at 10:54












  • 3





    You'll probably need to fsck the filesystem.

    – muru
    Mar 2 '17 at 10:16











  • @muru Thanks, but if it safe to run it on mounted filesystem? fsck / gives me warning that /dev/sda3 is mounted

    – Samuel
    Mar 2 '17 at 10:19






  • 2





    No, not at all. You'll probably have to boot to a recovery mode, or use a live system.

    – muru
    Mar 2 '17 at 10:21






  • 1





    @RuiFRibeiro No, but this folder was used as a mount point to nfs server

    – Samuel
    Mar 2 '17 at 10:40






  • 1





    Please add that to the question.

    – Rui F Ribeiro
    Mar 2 '17 at 10:54







3




3





You'll probably need to fsck the filesystem.

– muru
Mar 2 '17 at 10:16





You'll probably need to fsck the filesystem.

– muru
Mar 2 '17 at 10:16













@muru Thanks, but if it safe to run it on mounted filesystem? fsck / gives me warning that /dev/sda3 is mounted

– Samuel
Mar 2 '17 at 10:19





@muru Thanks, but if it safe to run it on mounted filesystem? fsck / gives me warning that /dev/sda3 is mounted

– Samuel
Mar 2 '17 at 10:19




2




2





No, not at all. You'll probably have to boot to a recovery mode, or use a live system.

– muru
Mar 2 '17 at 10:21





No, not at all. You'll probably have to boot to a recovery mode, or use a live system.

– muru
Mar 2 '17 at 10:21




1




1





@RuiFRibeiro No, but this folder was used as a mount point to nfs server

– Samuel
Mar 2 '17 at 10:40





@RuiFRibeiro No, but this folder was used as a mount point to nfs server

– Samuel
Mar 2 '17 at 10:40




1




1





Please add that to the question.

– Rui F Ribeiro
Mar 2 '17 at 10:54





Please add that to the question.

– Rui F Ribeiro
Mar 2 '17 at 10:54










1 Answer
1






active

oldest

votes


















0














Check the /etc/mtab, maybe there is a line that still points the directory to the NFS mount. Also check if you have automount service running in the server.



Try lsof | grep /zebra to find any process that may be still using /zebra.
Also try umount -l /zebra, and rm -rf again.






share|improve this answer


















  • 1





    Sorry, ~]# lsof /zebra lsof: status error on /zebra: No such file or directory

    – Samuel
    Mar 5 '17 at 11:45











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f348617%2frm-fr-fails-to-remove-directory-due-to-is-a-directory-error%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














Check the /etc/mtab, maybe there is a line that still points the directory to the NFS mount. Also check if you have automount service running in the server.



Try lsof | grep /zebra to find any process that may be still using /zebra.
Also try umount -l /zebra, and rm -rf again.






share|improve this answer


















  • 1





    Sorry, ~]# lsof /zebra lsof: status error on /zebra: No such file or directory

    – Samuel
    Mar 5 '17 at 11:45
















0














Check the /etc/mtab, maybe there is a line that still points the directory to the NFS mount. Also check if you have automount service running in the server.



Try lsof | grep /zebra to find any process that may be still using /zebra.
Also try umount -l /zebra, and rm -rf again.






share|improve this answer


















  • 1





    Sorry, ~]# lsof /zebra lsof: status error on /zebra: No such file or directory

    – Samuel
    Mar 5 '17 at 11:45














0












0








0







Check the /etc/mtab, maybe there is a line that still points the directory to the NFS mount. Also check if you have automount service running in the server.



Try lsof | grep /zebra to find any process that may be still using /zebra.
Also try umount -l /zebra, and rm -rf again.






share|improve this answer













Check the /etc/mtab, maybe there is a line that still points the directory to the NFS mount. Also check if you have automount service running in the server.



Try lsof | grep /zebra to find any process that may be still using /zebra.
Also try umount -l /zebra, and rm -rf again.







share|improve this answer












share|improve this answer



share|improve this answer










answered Mar 2 '17 at 12:17









Eduardo BaitelloEduardo Baitello

461417




461417







  • 1





    Sorry, ~]# lsof /zebra lsof: status error on /zebra: No such file or directory

    – Samuel
    Mar 5 '17 at 11:45













  • 1





    Sorry, ~]# lsof /zebra lsof: status error on /zebra: No such file or directory

    – Samuel
    Mar 5 '17 at 11:45








1




1





Sorry, ~]# lsof /zebra lsof: status error on /zebra: No such file or directory

– Samuel
Mar 5 '17 at 11:45






Sorry, ~]# lsof /zebra lsof: status error on /zebra: No such file or directory

– Samuel
Mar 5 '17 at 11:45


















draft saved

draft discarded
















































Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f348617%2frm-fr-fails-to-remove-directory-due-to-is-a-directory-error%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown






Popular posts from this blog

Peggy Mitchell

Palaiologos

The Forum (Inglewood, California)