GNOME Bugzilla – Bug 742511
Creation of reiser4 file systems fails with unsupported warning
Last modified: 2015-01-26 18:27:31 UTC
Patch to follow
Created attachment 294008 [details] [review] Creation of reiser4 on Linux 3.x (v1) Hi Curtis, Here's the patch for this. Since no user has reported this I guess they aren't creating any reiser4 file systems. Commit message fragment: With reiser4progs 1.0.7 and earlier mkfs specifically checks for Linux kernel 2.5 or 2.6. On Linux 3.x it fails with the following warning: # mkfs.reiser4 --yes --label "" /dev/sdb1 Warn : Linux 3.13.0-39-generic is detected. Reiser4 does not support such a platform. Use -f to force over. # echo $? 8 This is fixed in reiser4progs 1.0.8 and later. From the reiser4progs SourceForce README.txt: . Do not ask for confirmation to work under Linux-3.X; Found on Ubuntu 12.04 LTS and Ubuntu 14.04 LTS both with reiser4progs 1.0.7 and a Linux 3.x kernel. Fix by adding "--force" flag to the mkfs command line. Thanks, Mike
Thanks for this patch Mike. I suspect you are right and that Reiser4 has fallen out of file system favour. I confirmed the problem on kubuntu 12.04 LTS and that the patch addresses the problem. The patch in comment 1 has been committed to the git repository for inclusion in the next release of GParted. The relevant git commit can be viewed at the following link: Allow creation of reiser4 file systems on Linux 3.x (#742511) https://git.gnome.org/browse/gparted/commit/?id=be8cc9c0842b1af1347b5c1d3d7fc932a58b3e47
This enhancement was included in the GParted 0.21.0 release on January 26, 2015.