[opensuse-support] partition mounted && unmounted during boot
Hi guys, since snapshot 529, I have a problem with one partition. my setup: SDA with /, /home and swap SDB with 2 unused partition and one mounted under /local this since 2 years. After the upgrade I get this:
dmesg | grep XFS [ 5.126978] SGI XFS with ACLs, security attributes, no debug enabled [ 5.128135] XFS (sda2): Mounting V5 Filesystem [ 5.128230] XFS (sdb5): Mounting V5 Filesystem [ 5.149536] XFS (sda2): Ending clean mount [ 5.255220] XFS (sdb5): Ending clean mount [ 6.182167] XFS (sdb5): Unmounting Filesystem ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Why ?? My fstab (btrfs subvolumes removed just for this post): UUID=565e589b-71ff-4d5a-b289-59b29f66c181 / btrfs defaults 0 0 UUID=44dccc07-9527-4ea7-8e15-5dc63486a9cd /local xfs defaults 0 0 UUID=99c78e04-da7c-4291-9944-1e11510d8af8 /home xfs defaults 0 0 UUID=71043c82-a659-4e7b-8a2e-0a5645c424f7 swap swap defaults 0 0 I can mount the partition with Dolphin, also mount -a "fix" the problem till the next reboot. I also checked the partition with xfs_repair (no issues at all). Any ideas ? Thanks, Daniele. -- To unsubscribe, e-mail: opensuse-support+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-support+owner@opensuse.org
On Mon, 3 Jun 2019 19:16:05 +0200 Daniele <kailed@kailed.net> wrote:
Hi guys, since snapshot 529, I have a problem with one partition. my setup: SDA with /, /home and swap SDB with 2 unused partition and one mounted under /local
this since 2 years.
After the upgrade I get this:
dmesg | grep XFS [ 5.126978] SGI XFS with ACLs, security attributes, no debug enabled [ 5.128135] XFS (sda2): Mounting V5 Filesystem [ 5.128230] XFS (sdb5): Mounting V5 Filesystem [ 5.149536] XFS (sda2): Ending clean mount [ 5.255220] XFS (sdb5): Ending clean mount [ 6.182167] XFS (sdb5): Unmounting Filesystem ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Why ??
Is there anything else in dmesg just before or after that XFS message that is relevant? Does journalctl show anything more? -- To unsubscribe, e-mail: opensuse-support+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-support+owner@opensuse.org
Il 03/06/19 20:22, Dave Howorth ha scritto:
On Mon, 3 Jun 2019 19:16:05 +0200 Daniele <kailed@kailed.net> wrote:
Hi guys, since snapshot 529, I have a problem with one partition. my setup: SDA with /, /home and swap SDB with 2 unused partition and one mounted under /local
this since 2 years.
After the upgrade I get this:
dmesg | grep XFS [ 5.126978] SGI XFS with ACLs, security attributes, no debug enabled [ 5.128135] XFS (sda2): Mounting V5 Filesystem [ 5.128230] XFS (sdb5): Mounting V5 Filesystem [ 5.149536] XFS (sda2): Ending clean mount [ 5.255220] XFS (sdb5): Ending clean mount [ 6.182167] XFS (sdb5): Unmounting Filesystem ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Why ??
Is there anything else in dmesg just before or after that XFS message that is relevant? Does journalctl show anything more?
Nothing related to hdd/fs. I only see that /local is unmounted when Local File System target is stopped: giu 03 18:38:30 fyrfos systemd[1]: Stopped target Local File Systems. giu 03 18:38:30 fyrfos systemd[1]: Unmounting /local... .... giu 03 18:38:30 fyrfos kernel: XFS (sdb5): Unmounting Filesystem Weird.. Daniele. -- To unsubscribe, e-mail: opensuse-support+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-support+owner@opensuse.org
Il 03/06/19 20:45, Daniele ha scritto:
Il 03/06/19 20:22, Dave Howorth ha scritto:
On Mon, 3 Jun 2019 19:16:05 +0200 Daniele <kailed@kailed.net> wrote:
Hi guys, since snapshot 529, I have a problem with one partition.
#1137373 Submitted Daniele. -- To unsubscribe, e-mail: opensuse-support+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-support+owner@opensuse.org
Daniele wrote:
Hi guys, since snapshot 529, I have a problem with one partition. my setup: SDA with /, /home and swap SDB with 2 unused partition and one mounted under /local
this since 2 years.
After the upgrade I get this:
dmesg | grep XFS [ 5.126978] SGI XFS with ACLs, security attributes, no debug enabled [ 5.128135] XFS (sda2): Mounting V5 Filesystem [ 5.128230] XFS (sdb5): Mounting V5 Filesystem [ 5.149536] XFS (sda2): Ending clean mount [ 5.255220] XFS (sdb5): Ending clean mount [ 6.182167] XFS (sdb5): Unmounting Filesystem ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Why ??
Have you made a new filesystem or something? Immediate umounts usually are done by systemd who thinks something else has to be mounted there :(( Does a 'systemctl' list any failed services? -- To unsubscribe, e-mail: opensuse-support+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-support+owner@opensuse.org
Il 06/06/19 17:42, Peter Suetterlin ha scritto:
Daniele wrote:
Hi guys, since snapshot 529, I have a problem with one partition. my setup: SDA with /, /home and swap SDB with 2 unused partition and one mounted under /local
this since 2 years.
After the upgrade I get this:
dmesg | grep XFS [ 5.126978] SGI XFS with ACLs, security attributes, no debug enabled [ 5.128135] XFS (sda2): Mounting V5 Filesystem [ 5.128230] XFS (sdb5): Mounting V5 Filesystem [ 5.149536] XFS (sda2): Ending clean mount [ 5.255220] XFS (sdb5): Ending clean mount [ 6.182167] XFS (sdb5): Unmounting Filesystem ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Why ??
Have you made a new filesystem or something? Immediate umounts usually are done by systemd who thinks something else has to be mounted there :(( Does a 'systemctl' list any failed services?
I did nothing ! And no, there's no failed services.. Daniele. -- To unsubscribe, e-mail: opensuse-support+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-support+owner@opensuse.org
On 03/06/2019 19.16, Daniele wrote:
Hi guys, since snapshot 529, I have a problem with one partition. my setup: SDA with /, /home and swap SDB with 2 unused partition and one mounted under /local
this since 2 years.
After the upgrade I get this:
dmesg | grep XFS
I would use "dmesg | grep -i XFS". Rather, I would look at the syslog or journal instead, like: less /var/log/messages go to the end, and then search back (? key) for the XFS keyword, and look around. dmesg doesn't have everything. Not systemd or services messages. I think it only contains kernel messages. -- Cheers / Saludos, Carlos E. R. (from 15.0 x86_64 at Telcontar)
Il 06/06/19 18:26, Carlos E. R. ha scritto:
On 03/06/2019 19.16, Daniele wrote:
Hi guys, since snapshot 529, I have a problem with one partition. my setup: SDA with /, /home and swap SDB with 2 unused partition and one mounted under /local
this since 2 years.
After the upgrade I get this:
dmesg | grep XFS
I would use "dmesg | grep -i XFS". Rather, I would look at the syslog or journal instead, like:
less /var/log/messages
Same result, nothing usefull.. Daniele. -- To unsubscribe, e-mail: opensuse-support+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-support+owner@opensuse.org
participants (4)
-
Carlos E. R.
-
Daniele
-
Dave Howorth
-
Peter Suetterlin