Bug 121678

Summary: (VFS REISERFS)Can't access reiserfs partition
Product: [Fedora] Fedora Reporter: depeq <mr69>
Component: kernelAssignee: Arjan van de Ven <arjanv>
Status: CLOSED CURRENTRELEASE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-06-15 00:45:52 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description depeq 2004-04-25 12:51:36 UTC
Description of problem:
I've installed Fedora Core 2 - test2 from 3 CDs downloaded from
http://download.fedora.redhat.com/pub/fedora/linux/core/test/1.91/i386/iso/
on my AMD Duron 700 with ECS K7VZA motherboard.
My root partition is ext3 but I have also other partitions on my HDD
but I didn't define any other mountpoints during the installation
process. This is my /etc/fstab:
---
LABEL=/ / ext3 defaults 1 1
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
/dev/hda5 swap swap defaults 0 0
/dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/cdrom1 /mnt/cdrom1 udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0
---
After the installation I wanted to access my ReiserFS partition
but if I do 
# mount /dev/hda7 /mnt/slackware
I get an error:
mount: block device /dev/hda7 is write-protected, mounting read-only
mount: cannot mount block device /dev/hda7 read-only

the same is when I do
# mount -t reiserfs /dev/hda7 /mnt/slackware/

the /mnt/slackware directory of cource exists :)

The reiserfs kernel module is loaded:
# lsmod
Module                  Size  Used by
...
reiserfs              280436  0
...

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
mount /dev/hda7 /mnt/slackware  (when /dev/hda7 is a ReiserFS partition)
  
Actual results:
can't mount partition

Expected results:
partition should mount

Additional info:

Comment 1 Dave Jones 2004-05-25 16:40:25 UTC
did this get fixed for the final FC2 kernel ?