From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Moyer Subject: Re: [PATCH][RFC]ext4 on 4k-sector drives without read-modify-write support Date: Mon, 28 Feb 2011 09:52:15 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org To: Ibragimov Rinat Return-path: Received: from mx1.redhat.com ([209.132.183.28]:30781 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754261Ab1B1OwX (ORCPT ); Mon, 28 Feb 2011 09:52:23 -0500 In-Reply-To: (Ibragimov Rinat's message of "Sat, 26 Feb 2011 21:24:08 +0300") Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Ibragimov Rinat writes: > I have a proposal about 4k-sector hard drives support in fs drivers. > Toshiba MK1231GAL is an 1.8" LIF IDE drive. It has 4096-byte physical > and 512-byte logical sectors [1]. Unlike others drives with Advanced > Format, it has not read-modify-write logic, so it can only operate > with 4k blocks. Fortunately some filesystems in linux (I tested jfs, Then it should report a logical block size of 4k. You have a drive with broken firmware. Cheers, Jeff