View previous topic :: View next topic |
Author |
Message |
manuels Advocate
Joined: 22 Nov 2003 Posts: 2146 Location: Europe
|
Posted: Sun Jan 23, 2005 12:54 pm Post subject: #du -> Segmentation fault |
|
|
Hi,
ich hab folgendes Problem mit meinem Portage:
Code: |
# pwd
/usr/portage
#du
24 ./sci-biology/biopython/files
60 ./sci-biology/biopython
8 ./sci-biology/clustalw/files
28 ./sci-biology/clustalw
8 ./sci-biology/clustalx/files
28 ./sci-biology/clustalx
12 ./sci-biology/cutg/files
36 ./sci-biology/cutg
12 ./sci-biology/ecell/files
36 ./sci-biology/ecell
Segmentation fault
|
Sehr komisch..., wenn ich das Verzeichnis ./sci-biology/ecell löschen will kommt:
Code: | rm -R sci-biology/ecell/
rm: cannot remove `sci-biology/ecell//files/digest-ecell-3.1.102-r1': Read-only file system
rm: cannot remove `sci-biology/ecell//files/digest-ecell-3.1.102': Read-only file system
rm: cannot remove `sci-biology/ecell//ecell-3.1.102.ebuild': Read-only file system
rm: cannot remove `sci-biology/ecell//ChangeLog': Read-only file system
rm: cannot remove `sci-biology/ecell//Manifest': Read-only file system
rm: cannot remove `sci-biology/ecell//metadata.xml': Read-only file system
rm: cannot remove `sci-biology/ecell//ecell-3.1.102-r1.ebuild': Read-only file system
|
Aber das ist nicht ro gemountet:
Code: |
/dev/hda2 on / type ext3 (rw,noatime)
none on /dev type devfs (rw)
none on /proc type proc (rw)
none on /sys type sysfs (rw)
none on /dev/pts type devpts (rw)
/dev/hda5 on /tmp type ext3 (rw,noatime)
/dev/hda6 on /usr type ext3 (rw,noatime)
/dev/hda7 on /home type ext3 (rw,noatime)
/dev/hda3 on /var type ext2 (rw,noatime)
none on /dev/shm type tmpfs (rw)
none on /proc/bus/usb type usbfs (rw)
nfsd on /proc/fs/nfs type nfsd (rw)
|
...? Ich versteh hier garnichts mehr?
Hat jemand von euch ne idee, was hier los ist?
Danke für Tipps
Manuel |
|
Back to top |
|
|
DarKRaveR Guru
Joined: 11 Oct 2003 Posts: 500 Location: Old Europe/G-Many
|
Posted: Sun Jan 23, 2005 1:42 pm Post subject: |
|
|
Hast Du mal versucht einen Dateisystemcheck zu erzwingen ?
Sieht danach aus, als wäre das FS eventuell beschädigt.
also ein e2fsck -f -c auf dem entsprechenden Dateisystem... |
|
Back to top |
|
|
manuels Advocate
Joined: 22 Nov 2003 Posts: 2146 Location: Europe
|
Posted: Sun Jan 23, 2005 5:00 pm Post subject: |
|
|
dafür muss ich das fs doch erst unmounten.
aber die partititon wird benutzt.
wie kann ich nochmal herausfinden, welches programm auf die partition zugreift? |
|
Back to top |
|
|
DarKRaveR Guru
Joined: 11 Oct 2003 Posts: 500 Location: Old Europe/G-Many
|
Posted: Sun Jan 23, 2005 5:49 pm Post subject: |
|
|
Du kannst das fs wahlweise auch readonly remounten, das sollte reichen.....
Sonst man fuser
fuser -u -m /usr - soweit ich ds sehen kann, ist das ja dein mountpoint |
|
Back to top |
|
|
|