[Bug 308256] New: mkfs. minix creates invalid filesystem on flash disk with 2KB sectors
https://bugzilla.novell.com/show_bug.cgi?id=308256 Summary: mkfs.minix creates invalid filesystem on flash disk with 2KB sectors Product: openSUSE 10.3 Version: Beta 2 Platform: x86-64 OS/Version: openSUSE 10.3 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: oneukum@novell.com QAContact: qa@suse.de Found By: --- The resulting filesystem (minix v2) cannot be mounted. Kernel's error message: Sep 6 17:16:47 oenone kernel: MINIX-fs: blocksize too small for device -- 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=308256#c1 --- Comment #1 from Oliver Neukum <oneukum@novell.com> 2007-09-06 09:21:14 MST --- Created an attachment (id=162420) --> (https://bugzilla.novell.com/attachment.cgi?id=162420) hwinfo --block -- 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=308256 Andreas Jaeger <aj@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |mkoenig@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.
https://bugzilla.novell.com/show_bug.cgi?id=308256#c2 Matthias Koenig <mkoenig@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #2 from Matthias Koenig <mkoenig@novell.com> 2007-09-14 04:12:51 MST --- This seems to be a MINIX problem, minix-fs (< v3) has a fixed block size of 1024 bytes. The kernel does not allow to mount a filesystem which has a block size that is smaller than the physical sector size: fs/block_dev.c: set_blocksize(struct block_device *bdev, int size) /* Size cannot be smaller than the size supported by the device */ if (size < bdev_hardsect_size(bdev)) return -EINVAL; -- 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=308256#c3 --- Comment #3 from Oliver Neukum <oneukum@novell.com> 2007-09-18 02:57:33 MST --- Then mkfs should refuse or at least warn if you create such a filesystem. -- 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=308256#c4 --- Comment #4 from Matthias Koenig <mkoenig@novell.com> 2007-09-18 07:37:35 MST --- Sure. Even better would be v3 support for mkfs.minix since the kernel seems to support this. But this is something for the upstream TODO list. -- 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=308256#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-21 07:53:59 MST --- Warning added. 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