[Bug 240653] New: mount warning not working for encrypted partitions
https://bugzilla.novell.com/show_bug.cgi?id=240653 Summary: mount warning not working for encrypted partitions Product: openSUSE 10.2 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: opensuse@dstoecker.de QAContact: qa@suse.de When trying to mount an partition already mounted, mount issues a warning and does not proceed. This warning is not issued when the partition is encrypted. I think the reasons is the usage of the loop device as inbetween layer (did not test for plain unencrypted loop devices, but I expect the same). Usually double mounting results in corrupted file systems. At least a warning should be issued. There is also no warning, when a data source is mounted on two different places. In this case a least warning should appear when one of the mounted places is not read-only. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=240653 chrubis@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team- |mkoenig@novell.com |screening@forge.provo.novell| |.com | -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=240653 mkoenig@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=240653#c1 Matthias Koenig <mkoenig@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |opensuse@dstoecker.de --- Comment #1 from Matthias Koenig <mkoenig@novell.com> 2007-07-16 07:18:11 MST --- Why does double mounting result in corrupted file systems? According to http://www.tux.org/lkml/#s14-6 this is perfectly valid. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=240653#c2 Dirk Stoecker <opensuse@dstoecker.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|opensuse@dstoecker.de | --- Comment #2 from Dirk Stoecker <opensuse@dstoecker.de> 2007-07-16 10:36:48 MST --- I have no problem with the validity of double mounting. My only problem is the data corruption. If double mounting works without corrupting data I am happy to use it. If not the minimum I expect is to get a warning (better is to prevent it). Probably it works as expected with direct mounts and only the loopback is the problem. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=240653#c3 --- Comment #3 from Dirk Stoecker <opensuse@dstoecker.de> 2007-07-16 10:38:29 MST --- An additional note: I do not try to mount a source on different places, but always on the same place using "mount /home/backupdrive" for example. Calling this command twice is fatal for encrypted sources like our backup disks. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=240653#c4 --- Comment #4 from Matthias Koenig <mkoenig@novell.com> 2007-09-10 07:27:32 MST --- Ok, I agree. mount should be consistent. The failure when mounting a device twice to the same mountpoint comes directly from the mount syscall by the kernel. For loop based mounts there is a different device for every mount, so the kernel cannot recognize that the two mounts are actually referring to the same file. I will add a check for this. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=240653#c5 Matthias Koenig <mkoenig@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #5 from Matthias Koenig <mkoenig@novell.com> 2007-11-06 09:58:41 MST --- Fixed in stable -- 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.
participants (1)
-
bugzilla_noreply@novell.com