Am Mittwoch, 20. Dezember 2000 20:41 schrieb [EMAIL PROTECTED]: > After running e2fsck on a data partition which had become corrupt > I have the following problem. There is a file which I cannot get rid > of. I tried rm, chmod, chown on this file as root: all returned > "permission denied". > > ls -l shows > > total 729822653 > drwxr-xr-x 2 chris chris 4096 Dec 20 13:19 002_std.d# > br-x----wx 1 28270 8308 114, 114 Dec 9 2023 991203.c > ^ > > What does the b indicate, and how do I get rid of this file?
Only a diskeditor helps here. I had this problem some months ago after a complete disk crash. Try "lsattr". I bet the immutable flag is set, but an appropriate ioctl for an chattr for this block device is not defined. So you are out of luck. I had to reformat the partition. Or you ignore your lostnfound directory ;-) -Cajus