[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: update ext4dev to ext4



On Wed, Apr 15, 2009 at 17:10, Hashimoto <xano.tte@gmail.com> wrote:
> Hello guys,
>
> Actually I'm using the 'ext4dev' filesystem in one partition, and I'd like
> to update it to 'ext4'. Could you guys help me on it ?
>
> I just compiled the kernel '2.6.28.7', so I believe my current kernel
> supports it, the ext4.

Yes, 2.6.28 supports ext4

umount the fs

run "tune2fs -E ^test_fs /dev/$device"
(see the tune2fs man page for details)

run "fsck -pf /dev/$device"

and remount.


Cheers,
Kelly Clowers


Reply to: