Benutzerinformationen überspringen
Ubuntu: 12.04
Kernel: 3.2.0-24-generic
Desktop: KDE
Architektur: 64-bit
|
|
Quellcode |
1 |
sudo losetup -d /dev/loop0 |
|
|
Quellcode |
1 |
mount |
Dann kannst du es versuchen klassisch zu umounten:|
|
Quellcode |
1 |
sudo umount /dev/loop0 |
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
patrick@ubuntu:~$ sudo losetup -d /dev/loop0 [sudo] password for patrick: loop: Konnte das Gerät /dev/loop0 nicht löschen: Device or resource busy patrick@ubuntu:~$ mount /dev/loop0 on / type ext3 (rw,errors=remount-ro) proc on /proc type proc (rw) none on /sys type sysfs (rw,noexec,nosuid,nodev) none on /sys/fs/fuse/connections type fusectl (rw) none on /sys/kernel/debug type debugfs (rw) none on /sys/kernel/security type securityfs (rw) udev on /dev type tmpfs (rw,mode=0755) none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620) none on /dev/shm type tmpfs (rw,nosuid,nodev) none on /var/run type tmpfs (rw,nosuid,mode=0755) none on /var/lock type tmpfs (rw,noexec,nosuid,nodev) none on /lib/init/rw type tmpfs (rw,nosuid,mode=0755) /dev/sda1 on /host type fuseblk (rw) /host/ubuntu/disks/boot on /boot type none (rw,bind) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev) gvfs-fuse-daemon on /home/patrick/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=patrick) patrick@ubuntu:~$ sudo umount /dev/loop0 umount: /: device is busy. (In some cases useful info about processes that use the device is found by lsof(8) or fuser(1)) |
Benutzerinformationen überspringen
Ubuntu: 12.04
Kernel: 3.2.0-24-generic
Desktop: KDE
Architektur: 64-bit
Also ich würde sagen, wenn dir Ubuntu zusagt, dann installiere es auf einer eigenen Platte oder Partition. Das Platzschaffen erledigt der Installer ja ziemlich problemlos. |
|
Quellcode |
1 |
sudo gedit /etc/rc6.d/S40umountfs |
|
|
Quellcode |
1 |
fstab-decode umount -f -r -d $WEAK_MTPTS |
|
|
Quellcode |
1 |
fstab-decode umount -r -d $WEAK_MTPTS |
|
|
Quellcode |
1 |
fstab-decode umount -f -v -r -d $WEAK_MTPTS |
|
|
Quellcode |
1 |
fstab-decode umount -v -r -d $WEAK_MTPTS |
Burning Board, entwickelt von WoltLab GmbH.
UbuntuFreunde von Easyy-S und basslord seit 06.12.06
Ubuntufreunde.de runs on ubuntu 10.04





