LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-25-2007, 04:06 PM   #1
kevman
LQ Newbie
 
Registered: Jan 2005
Posts: 20

Rep: Reputation: 0
Reiser4 filesystem in fedora 7


I have configured and built the latest kernel 2.6.22-rc4-mm2 which has reiser4 support. If you want to see the .config file then i can post it. Anyway, I installed the kernel and made the initrd fine. I got reiser4progs version 1.0.6 installed and created a filesystem with 'mkfs.reiser4 -o create=ccreg40 /dev/TheLVM' (for compression which is fairly important) atop a linearly merged 3-disk lvm logical volume. The creation went fine but now I can't mount it. Mount gives the error 'mount: unkwown filesystem type 'reiser4''. It is as if the kernel doesn't have reiser4 support even though it is compiled into the kernel. Right now it is set to be compiled in, but before when it was supposed to be a module I noticed that there was no reiser4 module. modprobe couldn't find a reiser4 module. So the question is, is there anything special to be done in fedora 7 for reiser4, or is there something special to be done in the kernel configuration?
 
Old 06-25-2007, 11:52 PM   #2
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
you have to mount a compressed filesystem with something like, mount -o reiser4.1-beta along with the other parts of the mount command. And the default version of reiser4 doesn't include the cryptcompress support. You have to have reiser4 beta version 4.1. I don't know if mm2 has that version built in or not.
 
Old 06-26-2007, 02:00 AM   #3
kevman
LQ Newbie
 
Registered: Jan 2005
Posts: 20

Original Poster
Rep: Reputation: 0
To quote http://groups.google.com/group/fa.li...95bc87aaeb6d7d,
Quote:
1. Build and boot the latest kernel of -mm series.
2. Build and install the latest version of reiser4progs(1.0.6 for now)
3. Have a free partition (not for product using).
4. Format it by mkfs.reiser4. Use the option -o to override "create"
and maybe other related plugins that mkfs installs to root
directory by default.
List of default settings is available via option -p.
List of all possible settings is available via option -l
For example:

"mkfs.reiser4 -o create=ccreg40 /dev/xxx"
specifies cryptcompress file plugin with (default) lzo1 compression
"mkfs.reiser4 -o create=ccreg40,compress=gzip1 /dev/xxx"
specifies cryptcompress file plugin with gzip1 compression.

Description of all cryptcompress-related settings can be found
here: http://dev.namesys.com/CryptcompressSettings

5. Mount the reiser4 file system (better with noatime option).
6. Have a fun.
So it looks rather like the 2.6.22-rc4-mm2 should have it in.
What is that option 'reiser4.1-beta' supposed to do? Also remember that i'm getting an unkwown filesystem type error from mount. Mount can't mount any reiser4 even without compression, I tried.
 
Old 06-26-2007, 02:37 AM   #4
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
sorry. that beta4.1 stuff was what you had to use several months ago, the last time i tried it out. I've been using patches from: ftp://ftp.namesys.com/pub/reiser4-for-2.6/

for a while now, but i'm just using uncompressed reiser4.
I just read somewhere tonight that a recent -mm kernel had cryptcompress disabled. I can't remember where though.
 
Old 08-28-2007, 10:22 PM   #5
johnhamiltion
Member
 
Registered: Aug 2007
Posts: 92

Rep: Reputation: 15
There are a lot of articles on REISER4 at

http://linuxhelp.150m.com/

They were very helpful for me.
 
Old 08-28-2007, 11:08 PM   #6
kevman
LQ Newbie
 
Registered: Jan 2005
Posts: 20

Original Poster
Rep: Reputation: 0
Sorry, but that was a long time ago. Since then i couldn't get it to work,then i fell in love with ZFS, it made reiser look like canned pig meat to me, I tried a internal release build of OpenSolaris Nevada, but it didn't work on my dandy Pentium3, then I went freebsd current with zfs, all went well for a while (ZFS rocks!), but then the unmirrored non-ZFS root drive catastrophically failed, and all was lost. Thankfully no bits hit the bit bucket though. I would never leave a helpless bit un backed up!
 
Old 08-29-2007, 06:40 PM   #7
johnhamiltion
Member
 
Registered: Aug 2007
Posts: 92

Rep: Reputation: 15
Quote:
Originally Posted by kevman View Post
Since then i fell in love with ZFS,...
Yeah, but ZFS doesn't run on Linux (except for a slow user-space driver).
 
Old 09-06-2007, 08:14 AM   #8
johnhamiltion
Member
 
Registered: Aug 2007
Posts: 92

Rep: Reputation: 15
Quote:
Originally Posted by kevman View Post
then I went freebsd current with zfs
If freebsd supports zfs, then porting it to Linux would be a breeze. So why don't you do it?
 
Old 09-06-2007, 08:57 AM   #9
kevman
LQ Newbie
 
Registered: Jan 2005
Posts: 20

Original Poster
Rep: Reputation: 0
Wow! What a great but unoriginal idea! Unfortunately, due to license incompatibilities with Sun's CDDL and the GPL, it can't be put in the kernel. Though there has been some effort to port zfs to fuse.
 
Old 09-06-2007, 09:25 AM   #10
charm200
LQ Newbie
 
Registered: Aug 2007
Posts: 15

Rep: Reputation: 0
staying @ sideways...........
 
Old 09-06-2007, 09:25 AM   #11
johnhamiltion
Member
 
Registered: Aug 2007
Posts: 92

Rep: Reputation: 15
Quote:
Originally Posted by kevman View Post
Wow! What a great but unoriginal idea! Unfortunately, due to license incompatibilities with Sun's CDDL and the GPL, it can't be put in the kernel. Though there has been some effort to port zfs to fuse.
There is NO license incompatibility that keeps zfs out of Linux.

That is just Rubbish, Garbage, or Trash,.... take your pick.

Last edited by johnhamiltion; 09-06-2007 at 09:26 AM.
 
  


Reply

Tags
fedora 7, kernel



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
reiser4 equinox SUSE / openSUSE 1 04-25-2005 09:00 AM
Fedora Filesystem speed xml Linux - Software 11 01-03-2005 03:19 PM
Filesystem for Fedora-aGNUla music production system?? crm Fedora 1 04-18-2004 03:15 PM
AIX filesystem on Fedora? seangallagher Linux - Newbie 1 03-10-2004 05:16 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:01 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration