1df7e [Solved] Is there a graphical partition manager for FreeBSD? - The FreeBSD Forums
The FreeBSD Forums  

Go Back   The FreeBSD Forums > Base System > Storage

Storage Place to ask questions about partitioning, labelling, filesystems, encryption or anything else related to storage area.

Reply
 
Thread Tools Display Modes
  #1  
Old December 17th, 2012, 22:22
BLuFeNiX BLuFeNiX is offline
Junior Member
 
Join Date: Jun 2010
Posts: 24
Thanks: 12
Thanked 0 Times in 0 Posts
Default Is there a graphical partition manager for FreeBSD?

I am attempting to use FreeBSD as my primary OS (I've just switched from Ubuntu). I love gparted, but it seems that there is no gparted port for FreeBSD. I have searched the forums and everything I've found is either command-based or TUI. Is TUI the best I'm going to get?

Thanks!

Last edited by BLuFeNiX; January 15th, 2013 at 17:11.
Reply With Quote
  #2  
Old December 17th, 2012, 22:39
fonz's Avatar
fonz fonz is offline
Moderator
 
Join Date: Nov 2008
Location: Apeldoorn, the Netherlands
Posts: 1,468
Thanks: 374
Thanked 240 Times in 213 Posts
Default

Quote:
Originally Posted by BLuFeNiX View Post
I love gparted, but it seems that there is no gparted port for FreeBSD.
According to its own documentation, gparted has limited support for UFS and no support for UFS2 or ZFS. It's therefore not very useful for FreeBSD.

Quote:
Originally Posted by BLuFeNiX View Post
I have searched the forums and everything I've found is either command-based or TUI. Is TUI the best I'm going to get?
I think so, yes.

Seeing as you're coming from Ubuntu, you might want to check out PC-BSD instead. It's based on FreeBSD, but designed to be more pointy-clicky-Ubuntu-ish (perhaps they should have named it BSDuntu instead).

Fonz
__________________
Ken sent me.
Reply With Quote
The Following User Says Thank You to fonz For This Useful Post:
BLuFeNiX (December 17th, 2012)
  #3  
Old December 17th, 2012, 22:42
vermaden's Avatar
vermaden vermaden is offline
Giant Locked
 
Join Date: Nov 2008
Location: pl_PL.lodz
Posts: 2,193
Thanks: 59
Thanked 633 Times in 349 Posts
Default

You can use sade from the FreeBSD's base system:



... but You will probably end batter with the gpart utility (both for MBR and GPT scheme):

Code:
# gpart status
  Name  Status  Components
ada0p1      OK  ada0
ada0p2      OK  ada0
ada0p3      OK  ada0

# gpart show  
=>       34  312581741  ada0  GPT  (149G)
         34        256     1  freebsd-boot  (128k)
        290   33554432     2  freebsd-zfs  (16G)
   33554722  279027053     3  freebsd-zfs  (133G)
__________________
Religions, worst damnation of mankind.
"FreeBSD has always been the operating system that GNU/Linux should have been." Frank Pohlmann, IBM
http://vermaden.blogspot.com
Reply With Quote
The Following User Says Thank You to vermaden For This Useful Post:
ajith (December 26th, 2012)
  #4  
Old December 17th, 2012, 22:48
BLuFeNiX BLuFeNiX is offline
Junior Member
 
Join Date: Jun 2010
Posts: 24
Thanks: 12
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by fonz View Post
According to its own documentation, gparted has limited support for UFS and no support for UFS2 or ZFS. It's therefore not very useful for FreeBSD.


I think so, yes.

Seeing as you're coming from Ubuntu, you might want to check out PC-BSD instead. It's based on FreeBSD, but designed to be more pointy-clicky-Ubuntu-ish (perhaps they should have named it BSDuntu instead).

Fonz
I've heard of PC-BSD, but I have no problem using the command line for most things. I prefer it for installing software, editing config files, etc. The one thing I always go graphical for is partitioning, but I guess I'll have to get a little closer to the metal

Thank you for your quick response. Do you have a suggestion for the most feature-full TUI partition manager? I would love if it had an option to set up a RAID1 for me. I also have a Ubuntu and Windows 7 installation on my machine, and would like to be able to manage any/all partitions from one place.

Thanks!
Reply With Quote
  #5  
Old December 17th, 2012, 23:09
BLuFeNiX BLuFeNiX is offline
Junior Member
 
Join Date: Jun 2010
Posts: 24
Thanks: 12
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by vermaden View Post
You can use sade from the FreeBSD's base system:



... but You will probably end batter with the gpart utility (both for MBR and GPT scheme):

Code:
# gpart status
  Name  Status  Components
ada0p1      OK  ada0
ada0p2      OK  ada0
ada0p3      OK  ada0

# gpart show  
=>       34  312581741  ada0  GPT  (149G)
         34        256     1  freebsd-boot  (128k)
        290   33554432     2  freebsd-zfs  (16G)
   33554722  279027053     3  freebsd-zfs  (133G)
Wow, thanks. You even posted screenshots. I have used gpart a little in the past, I'll revisit it and I'll check out sade. Thanks!
Reply With Quote
  #6  
Old December 17th, 2012, 23:34
TiberiusDuval TiberiusDuval is online now
Junior Member
 
Join Date: Jul 2012
Location: Turku, western Finland
Posts: 25
Thanks: 5
Thanked 3 Times in 3 Posts
Default

Quote:
Originally Posted by fonz View Post
Seeing as you're coming from Ubuntu, you might want to check out PC-BSD instead. It's based on FreeBSD, but designed to be more pointy-clicky-Ubuntu-ish (perhaps they should have named it BSDuntu instead).

Fonz
I use PC-BSD mainly because I do not want to go through big hassle to get working DE, but I want to use FreeBSD software and like consistency of system. But as far as I know PCBSD is just collection of certain utilities and and premade scripts over FreeBSD system. (Something like difference between plain Debian and for example Mint Debian) So if there is not FreeBSD version of something there certainly is not PC-BSD version of it. And as far as I know PC-BSD does not have graphical partition manager except in installer.
Feel free to correct me if I'm wrong.
Reply With Quote
  #7  
Old December 22nd, 2012, 23:39
Goette Goette is offline
Junior Member
 
Join Date: Mar 2010
Posts: 9
Thanks: 8
Thanked 1 Time in 1 Post
Default

Quote:
Originally Posted by TiberiusDuval View Post
I use PC-BSD mainly because I do not want to go through big hassle to get working DE, but I want to use FreeBSD software and like consistency of system. But as far as I know PCBSD is just collection of certain utilities and and premade scripts over FreeBSD system. (Something like difference between plain Debian and for example Mint Debian) So if there is not FreeBSD version of something there certainly is not PC-BSD version of it. And as far as I know PC-BSD does not have graphical partition manager except in installer.
Feel free to correct me if I'm wrong.
PCBSD is FreeBSD but provides some gui for install and a pbi manager to install "packages" like chrome and such, so you don't have to compile from source.

Of course, the freebsd ports and everything is 100% compatible, is like installing freebsd and spend a hundred hours configuring it.
Reply With Quote
  #8  
Old December 23rd, 2012, 07:36
nemeas nemeas is offline
Junior Member
 
Join Date: Dec 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by Goette View Post
PCBSD is FreeBSD but provides some gui for install and a pbi manager to install "packages" like chrome and such, so you don't have to compile from source.

Of course, the freebsd ports and everything is 100% compatible, is like installing freebsd and spend a hundred hours configuring it.
And it gives you an easy root-on-zfs install
Reply With Quote
  #9  
Old December 23rd, 2012, 13:26
vermaden's Avatar
vermaden vermaden is offline
Giant Locked
 
Join Date: Nov 2008
Location: pl_PL.lodz
Posts: 2,193
Thanks: 59
Thanked 633 Times in 349 Posts
Default

Quote:
Originally Posted by nemeas View Post
And it gives you an easy root-on-zfs install
... and support for ZFS Boot Environments with beadm
__________________
Religions, worst damnation of mankind.
"FreeBSD has always been the operating system that GNU/Linux should have been." Frank Pohlmann, IBM
http://vermaden.blogspot.com
Reply With Quote
  #10  
Old December 23rd, 2012, 14:42
drhowarddrfine drhowarddrfine is offline
Member
 
Join Date: Nov 2008
Location: St. Louis, Missouri
Posts: 644
Thanks: 30
Thanked 125 Times in 73 Posts
Default

Quote:
Originally Posted by BLuFeNiX View Post
Is TUI the best I'm going to get?
I guess TUI means "text user interface"? I've never heard that before. Don't you mean CLI (command line interface)?

CLI is always the best you can get.
Reply With Quote
  #11  
Old December 23rd, 2012, 18:14
fonz's Avatar
fonz fonz is offline
Moderator
 
Join Date: Nov 2008
Location: Apeldoorn, the Netherlands
Posts: 1,468
Thanks: 374
Thanked 240 Times in 213 Posts
Default

Quote:
Originally Posted by drhowarddrfine View Post
I guess TUI means "text user interface"? I've never heard that before.
One can bicker about whether or not it's an appropriate term in the first place, but in practice the fact of the matter is that TUI indeed stands for "text user interface" and is commonly used to refer to (n)curses-based interfaces.

Fonz
__________________
Ken sent me.
Reply With Quote
  #12  
Old December 23rd, 2012, 19:43
kpedersen kpedersen is offline
Member
 
Join Date: Apr 2009
Posts: 679
Thanks: 9
Thanked 102 Times in 74 Posts
Default

Cool, I have been looking how to access the "sade" tool for a while now (since sysinstall was removed) and even then I was trying to work out how to use the tool directly rather than going through the sysinstall menus.

It is quite misleading because it is titled FDISK partition editor, so I always thought it was part of the FreeBSD fdisk program, and I just hadnt found the correct "interactive mode" parameter yet
Reply With Quote
  #13  
Old December 23rd, 2012, 22:49
wblock@'s Avatar
wblock@ wblock@ is offline
Moderator
 
Join Date: Sep 2009
Location: Milky Way galaxy
Posts: 7,720
Thanks: 432
Thanked 1,760 Times in 1,457 Posts
Default

Please use gpart(8). sade(8) has many of the same problems as fdisk(8).
Reply With Quote
  #14  
Old December 24th, 2012, 04:59
drhowarddrfine drhowarddrfine is offline
Member
 
Join Date: Nov 2008
Location: St. Louis, Missouri
Posts: 644
Thanks: 30
Thanked 125 Times in 73 Posts
Default

Quote:
Originally Posted by fonz View Post
One can bicker about whether or not it's an appropriate term in the first place, but in practice the fact of the matter is that TUI indeed stands for "text user interface"
Not bickering at all. I just never heard that before.
Reply With Quote
  #15  
Old December 24th, 2012, 05:13
kpa kpa is offline
Giant Locked
 
Join Date: Jul 2010
Location: People's Technocratic Republic of Finland
Posts: 2,015
Thanks: 44
Thanked 467 Times in 397 Posts
Default

Creating a GUI partition manager should be much easier now than it used to be. There's gpart(8) that has a robust text interface, a quick and dirty GUI could just call gpart(8) trough a shell. Also there's libgeom(3), with suitable bindings to for example python it shouldn't be too hard to create a graphical interface to GEOM managed disks and partition tables.
Reply With Quote
  #16  
Old December 25th, 2012, 13:52
fonz's Avatar
fonz fonz is offline
Moderator
 
Join Date: Nov 2008
Location: Apeldoorn, the Netherlands
Posts: 1,468
Thanks: 374
Thanked 240 Times in 213 Posts
Default

Quote:
Originally Posted by kpa View Post
with suitable bindings to for example python it shouldn't be too hard to create a graphical interface to GEOM managed disks and partition tables.
Why drag Python into it when there's dialog(1)?

Fonz
__________________
Ken sent me.
Reply With Quote
  #17  
Old December 25th, 2012, 14:00
fonz's Avatar
fonz fonz is offline
Moderator
 
Join Date: Nov 2008
Location: Apeldoorn, the Netherlands
Posts: 1,468
Thanks: 374
Thanked 240 Times in 213 Posts
Default

Quote:
Originally Posted by drhowarddrfine View Post
Not bickering at all. I just never heard that before.
That's why I said: "one"

Although I have yet to hear any good argument, there is a small minority of people who do object (rather vociferously, sometimes) to either the term TUI itself, or what it is commonly taken to mean, or both.

Fonz
__________________
Ken sent me.
Reply With Quote
  #18  
Old December 26th, 2012, 11:15
kpa kpa is offline
Giant Locked
 
Join Date: Jul 2010
Location: People's Technocratic Republic of Finland
Posts: 2,015
Thanks: 44
Thanked 467 Times in 397 Posts
Default

I was thinking of an X11 based GUI using for example x11-toolkits/py-tkinter
Reply With Quote
Reply

Tags
gparted, graphical, manager, partition

Thread Tools
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
FreeBSD 9 how to run graphical mode adsky X.Org 8 January 28th, 2012 22:08
Isn't time to build a serious graphical package manager for FreeBSD? piggy Installation and Maintenance of FreeBSD Ports or Packages 73 January 24th, 2012 18:22
Graphical Ports/Package Manager? rokpa92 Installation and Maintenance of FreeBSD Ports or Packages 16 January 22nd, 2012 12:51
Looking for FreeBSD with graphical installer and Gnome asifnaz Installing & Upgrading 8 October 19th, 2011 07:36
File Manager in twm window manager JordanTBoehm X.Org 8 July 9th, 2011 13:14


All times are GMT +1. The time now is 10:10.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
The mark FreeBSD is a registered trademark of The FreeBSD Foundation and is used by The FreeBSD Project with the permission of The FreeBSD Foundation.
Web protection and acceleration provided by CloudFlare
0