Debian Notsystem: umount geht nicht

VirtualMachine

New Member
Hallo!

Aufgrund von diversen Schwierigjeiten, habe ich meinen Root (OpenSuSE 10.2 64bit) bei 1&1 mit dem vorhandenen "Rettungssystem" von 1&1 (Debian Etch 64) gestartet und habe nach einem fsck.xfs -y <Namen der Platten> die Partitionen in das Notsystem gemountet, und bin dann mit mit chroot /mnt ins System.

Komischer Weise kann ich nun die mounts nach einem "exit" aus dem chroot die Partitionen nicht mehr umounten.

Hier ist der Output:
Code:
rescue:/# umount /mnt/*
umount: /mnt/aquota.user: not mounted
umount: /mnt/bin: not mounted
umount: /mnt/boot: not mounted
umount: /mnt/dev: not mounted
umount: /mnt/etc: not mounted
umount: /mnt/home: not mounted
umount: /mnt/lib: not mounted
umount: /mnt/lib64: not mounted
umount: /mnt/locale: not mounted
umount: /mnt/lost+found: not mounted
umount: /mnt/media: not mounted
umount: /mnt/mnt: not mounted
umount: /mnt/opt: not mounted
umount: /mnt/proc: not mounted
umount: /mnt/repodata: not mounted
umount: /mnt/root: not mounted
umount: /mnt/sbin: not mounted
umount: /mnt/srv: device is busy
umount: /mnt/srv: device is busy
umount: /mnt/sys: not mounted
umount: /mnt/tmp: not mounted
umount: /mnt/usr: device is busy
umount: /mnt/usr: device is busy
umount: /mnt/var: not mounted

Code:
rescue:/# ps -A
  PID TTY          TIME CMD
    1 ?        00:00:11 init
    2 ?        00:00:00 kthreadd
    3 ?        00:00:00 migration/0
    4 ?        00:00:00 ksoftirqd/0
    5 ?        00:00:00 watchdog/0
    6 ?        00:00:00 migration/1
    7 ?        00:00:00 ksoftirqd/1
    8 ?        00:00:00 watchdog/1
    9 ?        00:00:00 events/0
   10 ?        00:00:00 events/1
   11 ?        00:00:00 khelper
  110 ?        00:00:00 kblockd/0
  111 ?        00:00:00 kblockd/1
  113 ?        00:00:00 kacpid
  114 ?        00:00:00 kacpi_notify
  214 ?        00:00:00 ata/0
  215 ?        00:00:00 ata/1
  216 ?        00:00:00 ata_aux
  218 ?        00:00:00 kseriod
  274 ?        00:00:00 pdflush
  275 ?        00:00:00 pdflush
  276 ?        00:00:00 kswapd0
  277 ?        00:00:00 aio/0
  278 ?        00:00:00 aio/1
  282 ?        00:00:00 xfslogd/0
  283 ?        00:00:00 xfslogd/1
  284 ?        00:00:00 xfsdatad/0
  285 ?        00:00:00 xfsdatad/1
  286 ?        00:00:00 xfs_mru_cache
  953 ?        00:00:00 scsi_eh_0
  996 ?        00:00:00 exec-osm/0
  997 ?        00:00:00 exec-osm/1
 1029 ?        00:00:00 ksnapd
 1030 ?        00:00:00 kondemand/0
 1031 ?        00:00:00 kondemand/1
 1033 ?        00:00:00 rpciod/0
 1034 ?        00:00:00 rpciod/1
 1441 ?        00:00:00 dhclient3
 1527 ?        00:00:00 syslogd
 1533 ?        00:00:00 klogd
 1547 ?        00:00:00 inetd
 1551 ?        00:00:00 ntpd
 1552 ?        00:00:00 ntpd
 1562 ?        00:00:00 sshd
 1610 ?        00:00:00 mdadm
 1616 ?        00:00:00 cron
 1630 tty1     00:00:00 getty
 1631 tty2     00:00:00 getty
 1632 tty3     00:00:00 getty
 1635 tty4     00:00:00 getty
 1639 tty5     00:00:00 getty
 1644 tty6     00:00:00 getty
 1647 ttyS0    00:00:00 getty
 1649 ?        00:00:00 sshd
 1656 pts/0    00:00:00 bash
 1682 ?        00:00:00 sshd
 1687 pts/1    00:00:00 bash
 1735 ?        00:00:00 kjournald
 1737 ?        00:00:00 xfsbufd
 1738 ?        00:00:00 xfssyncd
 1746 ?        00:00:00 xfsbufd
 1747 ?        00:00:00 xfssyncd
 1748 pts/1    00:00:00 bash
 1853 ?        00:00:00 sshd
 1863 pts/2    00:00:00 bash
 2047 pts/2    00:00:00 ps


Kann mir jemand sagen, wie ich die Auftretenden Fehler beheben kann?

Ich würde langsam gerne das normale System wieder starten :-)

Danke schonmal im Vorraus.
 
Hallo!
Täusche ich mich oder ist da ein * zuviel? Muss es nicht umount /mnt heißen?

mfG
Thorsten
 
Hallo!

Ich habe auch zuerst folgendes gemacht:

Code:
rescue:/# umount /mnt/srv
umount: /mnt/srv: device is busy
umount: /mnt/srv: device is busy
rescue:/#

und

Code:
rescue:/# umount /mnt/usr
umount: /mnt/usr: device is busy
umount: /mnt/usr: device is busy

Das sind die beiden XFS Partitionen, die sich nicht aushängen lassen.
Mit option -f bringt es auch nichts.

Kannst du vielleicht einen Blick auf den Snippet oben von ps -A werfen und mir sagen, welche Prozesse dafür verantwortlich sind; beziehungsweise, wie ich die "sanft" und ohne das die Partitionen Schaden nehmen beende!?
 
Last edited by a moderator:
Hallo!
Was sagt denn lsof|grep /mnt? In welchem Verzeichnis befindest du dich, wenn du das Device aushängen willst? Was sagt mount?

mfG
Thorsten
 
Code:
Was sagt denn lsof|grep /mnt? In welchem Verzeichnis befindest du dich, wenn du das Device aushängen willst? Was sagt mount?


Hmm... komischer Weise hat das Problem nach 5 stündiger Dauer ein abrupptes Ende ohne ersichtlichen Grund gehabt.


Übrigens hat das Rettungssystem kein lsof an Bord.

Naja,
Ich bedanke mich trotzdem für deine Unterstützung!
 
Hallo,

schau doch mal mit "mount" was überhaupt gemountet ist.

Wenn /mnt/123 gemountet ist kann /mnt/ nicht unmountet werden.
 
Back
Top