From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ted Ts'o Subject: Re: ext2/? support for large block sizes Date: Sun, 23 Jan 2011 23:36:28 -0500 Message-ID: <20110124043628.GE3237@thunk.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org To: Matthias Urlichs Return-path: Received: from THUNK.ORG ([69.25.196.29]:47603 "EHLO thunker.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751810Ab1AXEgd (ORCPT ); Sun, 23 Jan 2011 23:36:33 -0500 Content-Disposition: inline In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Sun, Jan 23, 2011 at 01:44:26PM +0000, Matthias Urlichs wrote: > Hi, > > I have a Linux-based TV which happens to use ext2 for its external > disks. Unfortunately, they format the thing with 16k blocks, which > is not mountable by poor dumb Linux. It is, if you have a PowerPC with a 16k page size (which is what your Linux TV probably uses). > Is there a way to get files off that disk? Why not just use debugfs to get files off of it? - Ted