Re: bad file descriptor when mounting an ext2fs.

2008-06-10 Thread Gonzalo Nemmi
On Tuesday 10 June 2008 07:37:56 anhnmncb wrote: Hi, list, Recently, I encounter a very annoying issue, when I try to mount an ext2fs filesystem in laptop disk, after mounted it without any errors, I can't access it, ls /mnt/da0s3 says bad file descriptor. In that

Re: bad file descriptor

2003-06-19 Thread Sunil Sunder Raj
Hi, 1) First get the inode no of the file ls -li #pico29506# 2) find . -inum inode no -delete Regards SSR From: Jaime [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: bad file descriptor Date: Tue, 17 Jun 2003 09:06:10 -0400 (EDT) Can anyone explain this? It looks like I can't delete a

Re: bad file descriptor

2003-06-17 Thread heikki soerum
On Tue, 17 Jun 2003 09:06:10 -0400 (EDT) Jaime [EMAIL PROTECTED] wrote: Can anyone explain this? It looks like I can't delete a given file. This file has been causing weird errors with just about everything, including tar, rm, ls -l, etc. It resides on a vinum RAID-5 array, which is

Re: bad file descriptor

2003-06-17 Thread Bill Moran
Jaime wrote: Can anyone explain this? It looks like I can't delete a given file. This file has been causing weird errors with just about everything, including tar, rm, ls -l, etc. It resides on a vinum RAID-5 array, which is the only strange thing I can think of about it. zeus# ls

Re: bad file descriptor

2003-06-17 Thread Jaime
On Tue, 17 Jun 2003, heikki soerum wrote: zeus# rm #pico29506# rm: #pico29506#: Bad file descriptor zeus# whoami root # is usually an special character, I usually delete such files with Midnight Commander (mc shell), another possibility might be to not use but rather use an \

Re: bad file descriptor

2003-06-17 Thread Dan Nelson
In the last episode (Jun 17), Jaime said: On Tue, 17 Jun 2003, heikki soerum wrote: zeus# rm #pico29506# rm: #pico29506#: Bad file descriptor zeus# whoami root # is usually an special character, I usually delete such files with Midnight Commander (mc shell), another possibility