[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: ext3 filesystem becomes read-only
- From: "Eli Dorfman" <dorfman eli gmail com>
- To: "Eric Sandeen" <sandeen redhat com>
- Cc: ext3-users redhat com
- Subject: Re: ext3 filesystem becomes read-only
- Date: Tue, 22 Jul 2008 19:00:44 +0300
>> Hello all,
>>
>> I have the following setup:
>> iSCSI initiator on RHEL5.
>> ISCSI target on RHEL5.1
>>
>> I created an ext3 FS on the device
>> # mkfs.ext3 /dev/sdc
>>
>> mounted the device
>> # mount /dev/sdc /mnt/sdc
>>
>> Trying to create a file on the mounted FS
>> # dd if=/dev/zero of=/mnt/sdc/tempfile bs=1k count=10M
>>
>> I got the following error on the initiator:
>>
>> dd: writing `/mnt/sdc/tempfile': Read-only file system
>> 1489+0 records in
>> 1488+0 records out
>
>> This problem happens only with ext3 but not with ext2 and when created
>> file is larger than 4GB.
>>
>> Please advise.
>
>
> Is it unique to iscsi? i.e. what if you do the same thing directly on
> the target?
it works directly.
the problem happens only with iscsi (iser transport) with ext3 filesystem.
iscsi with ext2 works.
>
> And, being iscsi, is anything else accessing the same block device on
> the target?
No.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]