LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > *BSD
User Name
Password
*BSD This forum is for the discussion of all BSD variants.
FreeBSD, OpenBSD, NetBSD, etc.

Notices


Reply
  Search this Thread
Old 12-10-2016, 05:46 PM   #1
ibmercurial
Member
 
Registered: Sep 2004
Location: Harriman Tennessee
Distribution: mx17
Posts: 72

Rep: Reputation: 24
FreeBSD 11 and Reiserfs


kldload reiserfs . Has FreeBSD dropped support for Reiserfs ?
 
Old 12-10-2016, 07:52 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,317
Blog Entries: 28

Rep: Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140
Per the FreeBSD Handbook, FreeBSD has only read-only support for ReiserFS.

http://www.cz.freebsd.org/doc/handbo...ems-linux.html
 
Old 12-11-2016, 03:35 PM   #3
ibmercurial
Member
 
Registered: Sep 2004
Location: Harriman Tennessee
Distribution: mx17
Posts: 72

Original Poster
Rep: Reputation: 24
I guess rfstool is all that is available. Pre FreeBSD 11 I would kldload reiserfs
mount -t reiserfs -o ro /dev/adaos1 /somewhere
I installed reiserfsprogs and rfstool, both have no maintainer.
I realize reiserfs has been dead as long as mrs. reiser has,
but I still use it some times
 
Old 12-12-2016, 05:58 AM   #4
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
I can't see that it was removed, so
Code:
# kldload reiserfs
should still work.

As stated by frankbell, the reiserfs driver only provides read only support. Likewise with ext4.

It's probably best to move away from dependence on Linux file systems and towards native file systems.
 
Old 12-12-2016, 09:34 AM   #5
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Slackware, Debian, OpenBSD
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally Posted by cynwulf View Post
It's probably best to move away from dependence on Linux file systems and towards native file systems.
Agreed. I am curious. Why don't you want to use native file systems? I'm not being judgmental. Do Linux file systems give you an advantage on FreeBSD?
 
Old 12-14-2016, 02:40 AM   #6
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
Quote:
Originally Posted by hitest View Post
Do Linux file systems give you an advantage on FreeBSD?
There is no advantage except sharing the file system with a Linux OS (i.e. via removable storage, dual/multi-boot, etc).
 
1 members found this post helpful.
Old 12-14-2016, 12:30 PM   #7
c0wb0y
Member
 
Registered: Jan 2012
Location: Inside the oven
Distribution: Windows
Posts: 421

Rep: Reputation: 74
Quite ironically, the best way to share files between FreeBSD and Linux without resorting to any types of network shares is via NTFS/VFAT. Another interesting idea is shared ZFS, though I don't have any idea how (in)compatible it is?
 
Old 12-15-2016, 05:35 AM   #8
ibmercurial
Member
 
Registered: Sep 2004
Location: Harriman Tennessee
Distribution: mx17
Posts: 72

Original Poster
Rep: Reputation: 24
I usually use slackware but enjoy messing around with bsd's from time to time. I've never had an issue with reiserfs support prior to FreeBSD 11 amd64. I was curious and installed FreeBSD 10.3 and kldload reiserfs does load the module, but does not in FreeBSD 11
I appreciate FreeBSD, the hard work the developers put into it. radeon and hdmi audio support has evolved well.
 
Old 12-15-2016, 09:24 AM   #9
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Slackware, Debian, OpenBSD
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally Posted by ibmercurial View Post
I usually use slackware but enjoy messing around with bsd's from time to time.
Slackware is my primary OS. I have an OpenBSD partition on this box. Yes. The BSDs are enjoyable. FreeBSD is a wonderful OS.
 
1 members found this post helpful.
Old 12-19-2016, 02:53 AM   #10
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
Quote:
Originally Posted by ibmercurial View Post
I've never had an issue with reiserfs support prior to FreeBSD 11 amd64. I was curious and installed FreeBSD 10.3 and kldload reiserfs does load the module, but does not in FreeBSD 11
Well I got curious and searched the mailing list archives for commits relating to reiserfs:

http://marc.info/?l=freebsd-commits-...9940607224&w=2

It was removed back in May. So you can either use FreeBSD 10.x for now or find another file system.

edit: Actually there might be something in ports to allow userspace mounting?

Last edited by cynwulf; 12-19-2016 at 05:16 AM.
 
Old 12-19-2016, 05:01 PM   #11
ibmercurial
Member
 
Registered: Sep 2004
Location: Harriman Tennessee
Distribution: mx17
Posts: 72

Original Poster
Rep: Reputation: 24
I thought as much. As others have said, when I need to share the same disk I create an NTFS partition. I installed FreeBSD
on a whim, and it was not necessary to read and write from one to the other. Just thought it was odd that I could not mount
the reiser partition. Over the last few days I've fiddled around with FreeBSD,DragonFLY? OpenBSD and trueos. FreeBSD is still
my favorite.
 
Old 12-19-2016, 05:34 PM   #12
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,263
Blog Entries: 24

Rep: Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194
Quote:
Originally Posted by c0wb0y View Post
Quite ironically, the best way to share files between FreeBSD and Linux without resorting to any types of network shares is via NTFS/VFAT. Another interesting idea is shared ZFS, though I don't have any idea how (in)compatible it is?
I am curious why you consider NTFS better than ext2/3 for sharing between FreeBSD and Linux as it does not preserve even the basic *nix attributes?

I use ext2 on multiple systems for shared partitions between FreeBSD and Slackware Linux with no issues.
 
Old 12-20-2016, 02:38 AM   #13
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
ext2fs does not support journaling or writing to ext3/ext4 file systems. It is usable however for the purpose of sharing in dual boot.

I'm sure that NTFS has been userspace only mount for a few years however?
 
Old 12-20-2016, 10:31 PM   #14
ibmercurial
Member
 
Registered: Sep 2004
Location: Harriman Tennessee
Distribution: mx17
Posts: 72

Original Poster
Rep: Reputation: 24
Quote:
Originally Posted by cynwulf View Post
ext2fs does not support journaling or writing to ext3/ext4 file systems. It is usable however for the purpose of sharing in dual boot.

I'm sure that NTFS has been userspace only mount for a few years however?
Indeed. That is why I prefer an NTFS partition, in a dual-boot scenario between Linux and *BSD.
I need only read/write support and maybe ability to transfer >2GB files. Lately I have been installing
various BSD's in Virtualbox, so file system is not an issue as I use samba.
 
  


Reply



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
Can I mix reiserfs and ext4 filesystems, and can I put Debian 8 on reiserfs? winger9 Linux - General 9 09-21-2016 05:32 PM
An odd reiserfs booting problem in a special situation may be about SUSE10's reiserfs ayal Linux - Newbie 7 11-15-2005 07:36 AM
Reiserfs with slackware and freebsd argarc Slackware 11 03-13-2005 05:09 PM
Can you convert Reiserfs 3 to Reiserfs 4 JSylvia007 Linux - Distributions 1 08-19-2004 03:01 PM
Add ReiserFS package destroys non-ReiserFS partitions smirk Mandriva 0 03-24-2004 07:20 PM

LinuxQuestions.org > Forums > Other *NIX Forums > *BSD

All times are GMT -5. The time now is 11:05 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