LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 03-28-2014, 12:26 AM   #31
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 hitest View Post
The problem with FreeBSD and Slackware is that the default partition table used by FreeBSD does not play well at all with LILO. I was able to dual boot Slackware and FreeBSD when FreeBSD was at version 8.x. OpenBSD has no difficulty with LILO. You may have better luck if you are installing FreeBSD on another hard drive. I have not tried that. A dual boot set up with Slackware and OpenBSD on the same drive works well for me.
Thanks, I was not aware of that. After an afternoon reading BSD, I had mostly eliminated PC-BSD and focused on FreeBSD or Dragonfly mostly because I have had most success with it in a VM. Perhaps I should take a fresh look at OpenBSD.

Can the BSDs support r/w access a Linux filesystem such as ext4 for data interchange (i.e not the kernel itself)?
 
Old 03-28-2014, 12:39 AM   #32
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,095

Rep: Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273
Quote:
Originally Posted by astrogeek View Post
...This thread has put me off of PC-BSD due to apparent resource requirements....
Since my experience with PC-BSD, as outlined above, I have had a discussion (exchange of e-mails) with someone who was a graduate student at Berkeley, way back when, and actually worked on the BSD project.
He said that while it appears to be gobbling up RAM it is not, per se, using all that RAM. It loads everything it thinks it might need into memory and when a user starts an application it unloads what isn't needed and runs the application(s). A roundabout way of
saying, it isn't using as much RAM as it appears.


Quote:
Originally Posted by hitest View Post
The problem with FreeBSD and Slackware is that the default partition table used by FreeBSD does not play well at all with LILO....
Perhaps, PC-BSD is tweaked so this isn't a problem?
My experience with BSD is limited to my recent installation of PC-BSD. What I did notice is PC-BSD is, really, for all practical purposes, FreeBSD. It boots to a FreeBSD prompt (command line) waits for a few seconds and launches the GUI splash screen from which you can pick the desktop of your choice.
During the installation of PC-BSD you are asked what boot loader you want to use or none at all. I chose "None" and later edited /etc/lilo.conf in Slackware and had, at one time, Slackware, m$-windows and PC-BSD available from the lilo menu.


Quote:
Originally Posted by astrogeek View Post
...Can the BSDs support r/w access a Linux filesystem such as ext4 for data interchange (i.e not the kernel itself)?
Ext4, no. Not at this time. The docs say it can read ext2 and 3, but that didn't work for me. I went as far as to re-install Slackware64 on a ext2 partition, but PC-BSD still could not or would not read it. Perhaps I was doing something wrong (wouldn't be the first time. )
OTOH, it had no problem see and mounting ntfs and vfat (I was using fat32).

Last edited by cwizardone; 03-28-2014 at 12:54 AM.
 
1 members found this post helpful.
Old 03-28-2014, 08:30 AM   #33
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally Posted by cwizardone View Post

Perhaps, PC-BSD is tweaked so this isn't a problem?
My experience with BSD is limited to my recent installation of PC-BSD. What I did notice is PC-BSD is, really, for all practical purposes, FreeBSD. It boots to a FreeBSD prompt (command line) waits for a few seconds and launches the GUI splash screen from which you can pick the desktop of your choice.
During the installation of PC-BSD you are asked what boot loader you want to use or none at all. I chose "None" and later edited /etc/lilo.conf in Slackware and had, at one time, Slackware, m$-windows and PC-BSD available from the lilo menu.
Yeah, PC-BSD is tweaked a bit. I saw that you could choose grub as your boot loader when I installed PC-BSD in Virtualbox. There are how tos on the Internet on how to dual boot Linux and FreeBSD using GRUB.
 
Old 06-12-2014, 07:51 PM   #34
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
I am posting a follow-up to my earlier post in this thread to announce my first non-VM BSD install!

I decided to go with FreeBSD-10.0, despite concerns about Lilo incompatibility mentioned by hitest. I did quite a bit of reading without reaching a definitive conclusion so I decided to explore with the installer and try to avoid borking my disk while partitioning - which appears to have worked!

Initially I created a primary partition with gparted, but it does not support ufs so used cfdisk in the Slackware64 install on that drive to change the type to 'freebsd'. That did not work as expected but I think it was due to my own incomplete understanding of the ufs filesystem, so I ended up deleting and recreating that partition using the FreeBSD partitioning tools. I repeated the partitioning several times and rebooted into Slackware to be sure that I understood what was happening (I did find the FreeBSD partitioning tools to be a little confusing).

I finally created 120GB primary partition (slice) #3 on this drive (two drive system), and a / and swap inside that, and installed.

I then booted back into Slackware64 which manages the MBR on that drive, and added to my lilo-mbr.conf:

Code:
other = /dev/disk/by-id/....part3
loader = /boot/chain.b
label = FreeBSD-10.0
Ran lilo, rebooted into FreeBSD! So in the end, multi-booting Slackware64 (drive2), Slackware14.1(drive1) and FreeBSD-10 with Lilo was pretty painless!

I integrated to my local network and internet painlessly as well. I have not yet run X or created any user accounts, but will get to that as time permits.

So far the only surprises were lack of vim and a nasty PAM error when I tried to ssh in as root... I guess it doesn't like that! But I am able to ssh out and sftp to my other Slackware machines on my LAN (all non-priv user accts).

Anyway - thanks to all who encouraged me and offered helpful advice - my BSD experience now begins...

Last edited by astrogeek; 06-12-2014 at 07:53 PM.
 
2 members found this post helpful.
Old 06-13-2014, 01:03 AM   #35
kooru
Senior Member
 
Registered: Sep 2012
Posts: 1,385

Rep: Reputation: 275Reputation: 275Reputation: 275
Great
 
Old 06-14-2014, 10:44 AM   #36
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Awesome!
 
  


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
LXer: FreeBSD/PC-BSD 9.1 Benchmarked Against Linux, Solaris, BSD LXer Syndicated Linux News 0 12-19-2012 06:31 PM
LXer: PC BSD 8.0 release made BSD much easier for desktop use | Installation and scre LXer Syndicated Linux News 0 02-26-2010 08:30 AM
PC BSD, Open BSD, or Free BSD ? Alexvader *BSD 5 02-08-2010 12:40 AM
Video For BSD --- New project to develop V4L compatible drivers for BSD Fritz_Katz *BSD 5 07-19-2008 11:53 PM
LXer: PC-BSD : A user friendly BSD flavor geared for the desktop LXer Syndicated Linux News 0 02-04-2006 03:01 PM

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

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