|
Bugzilla – Full Text Bug Listing |
| Summary: | reiserfs mount wrongly claims block device is read-only | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Distribution | Reporter: | Joachim Wagner <jo4su> |
| Component: | Basesystem | Assignee: | Anthony Iliopoulos <ailiopoulos> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | ailiopoulos |
| Version: | Leap 15.5 | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | openSUSE Leap 15.5 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Joachim Wagner
2023-09-08 09:53:31 UTC
starting from SLE15 reiserfs has been unsupported: https://www.suse.com/releasenotes/x86_64/SUSE-SLES/15/index.html#fate-323394 from dmesg when trying to mount a reiserfs partition: > [ 65.317809] reiserfs: read-write mode is unsupported. > [ 65.317812] reiserfs: load module with allow_unsupported=1 to enable read-write mode. so you can do: > echo Y > /sys/module/reiserfs/parameters/allow_unsupported after which you will be able to mount the partition rw. |