Complete.Org: Mailing Lists: Archives: linux-help: May 2000:
[linux-help] Zombie directory problem
Home

[linux-help] Zombie directory problem

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: "'linux-help@xxxxxxxxx'" <linux-help@xxxxxxxxx>
Subject: [linux-help] Zombie directory problem
From: "Bates, Rod" <Rod.Bates@xxxxxxxxxxxxxxxxxx>
Date: Wed, 31 May 2000 10:25:17 -0500
Reply-to: linux-help@xxxxxxxxx

I used to have a mount point directory /nt/e, where I would 
mount an NT file system, using smbclient.  Now it is in a
confused state where commands that expect it to be there
say it isn't (or something is wrong with it), but mkdir says
it already exists.  What is going on here? 

Here is the transcript: 

[root@allegheny /nt]# pwd
/nt
[root@allegheny /nt]# ls -la
ls: e: Input/output error
total 3
drwxrwxr-x   5 root     root         1024 May 31 09:46 .
drwxr-xr-x  41 root     root         1024 Mar  1 10:51 ..
drwxrwxr-x   2 root     root         1024 Feb 14 14:21 c
drwxrwxr-x   1 root     root          512 May 23 10:24 e2
[root@allegheny /nt]# mkdir e
mkdir: cannot make directory `e': File exists
[root@allegheny /nt]# rmdir e
rmdir: e: No such file or directory
[root@allegheny /nt]# rm e
rm: cannot remove `e': Input/output error
[root@allegheny /nt]# rm -fr e
rm: cannot remove `e': Input/output error
[root@allegheny /nt]#


-- This is the linux-help@xxxxxxxxx list.  To unsubscribe,
visit http://tmp2.complete.org/cgi-bin/listargate-aclug.cgi


[Prev in Thread] Current Thread [Next in Thread]
  • [linux-help] Zombie directory problem, Bates, Rod <=