Mailinglist Archive: opensuse-bugs (3730 mails)

< Previous Next >
[Bug 642334] Root filesystem is not properly unmounted after reinstalling/updating basesystem
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Fri, 1 Oct 2010 10:34:27 +0000
  • Message-id: <20101001103427.E79F9245523@xxxxxxxxxxxxxxxxxxxxxx>

https://bugzilla.novell.com/show_bug.cgi?id=642334

https://bugzilla.novell.com/show_bug.cgi?id=642334#c9


--- Comment #9 from Volker Lukas <vlukas@xxxxxx> 2010-10-01 10:34:26 UTC ---
(In reply to comment #8)
Please provide the mounted file systems, that is the output of the
command

mount

and of the command

cat /proc/mounts

at the same point as you have executed the fuser command.
mount:
-------------------------------------
/dev/sda1 on / type reiserfs (rw,acl,user_xattr)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
debugfs on /sys/kernel/debug type debugfs (rw)
devtmpfs on /dev type devtmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,mode=1777)
devpts on /dev/pts type devpts (rw,mode=0620,gid=5)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
---------------------------------------------

cat /proc/mounts:
---------------------------------------
rootfs / rootfs rw 0 0
devtmpfs /dev devtmpfs rw,relatime,size=1022688k,nr_inodes=255672,mode=755 0 0
tmpfs /dev/shm tmpfs rw,relatime 0 0
/dev/sda1 / reiserfs rw,relatime,acl,user_xattr 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
debugfs /sys/kernel/debug debugfs rw,relatime 0 0
devpts /dev/pts devpts rw,relatime,gid=5,mode=620,ptmxmode=000 0 0
fusectl /sys/fs/fuse/connections fusectl rw,relatime 0 0
----------------------------------------------

Beside this, does the problem also occur if you temporary disable
the blogd by doing

mv /sbin/blogd /sbin/blogd.backup

before running shutdown?
Yes, the problem continues to occur then.

--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >