Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 49732 - Gpart 0.1h should handle Reiserfs 3.6
Summary: Gpart 0.1h should handle Reiserfs 3.6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High major
Assignee: Gentoo's Team for Core System packages
URL: ftp://ftp.namesys.com/pub/misc-patche...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-02 10:31 UTC by Brice Arnould (un_brice)
Modified: 2005-02-11 17:23 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
gpart-0.1h-reiserfs-3.6.patch (gpart-0.1h-reiserfs-3.6.patch,14.14 KB, patch)
2004-12-01 17:32 UTC, David Grant
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brice Arnould (un_brice) 2004-05-02 10:31:25 UTC
A patch from Namesys allow Gpart to handle recent reiserfs partition, but is 
not applied on Gentoo. As these FS is one of the most used (the default under Gentoo), it would be great if it was applied.
It is available at :
ftp://ftp.namesys.com/pub/misc-patches/gpart-0.1h-reiserfs-3.6.patch.gz
Comment 1 SpanKY gentoo-dev 2004-06-05 14:54:19 UTC
gpart already supports reiserfs ... it just refers to it as 'rfs' ...

that's pretty much all that patch does ... rename all the 'rfs' stuff to 'reiserfs'
Comment 2 Brice Arnould (un_brice) 2004-06-05 15:44:20 UTC
Please excuse me if my previous post wasn't clear enough, but this patch from Namesys is a rewrite of the reiserfs detection module that allow him to handle *recent* reiserfs partitions (3.6.X as created under kernels >2.4).
Comment 3 Michael Gisbers 2004-06-21 08:01:38 UTC
Without applying this patch ReiserFS 3.6 partitions are *NOT* recognized.

It took me more than 3 hours to find this patch.

Please!!! Apply it and make it available in Portage.
Comment 4 David Grant 2004-12-01 17:30:19 UTC
I agree.  Why hasn't this been added?
Comment 5 David Grant 2004-12-01 17:32:31 UTC
Created attachment 45102 [details, diff]
gpart-0.1h-reiserfs-3.6.patch

Here's the patch.  It is not just a rename from rfs to reiserfs Spanky.
Comment 6 David Grant 2004-12-01 17:36:21 UTC
=============begin patch
--- gpart-0.1h.ebuild.orig      2004-12-01 17:35:05.000000000 -0800
+++ gpart-0.1h.ebuild   2004-12-01 17:35:29.000000000 -0800
@@ -19,6 +19,7 @@
        unpack ${A}
        cd ${S}
        epatch ${FILESDIR}/${P}-errno.diff
+       epatch ${FILESDIR}/gpart-0.1h-reiserfs-3.6.patch
 }
 
 src_compile() {
=============end patch

Tested and this works.
Comment 7 David Grant 2004-12-01 17:38:17 UTC
Add Keyword Inclusion if you have permission, or commit to portage.
Comment 8 SpanKY gentoo-dev 2005-02-11 17:23:48 UTC
fixed in gpart-0.1h-r1