1df7e
![]() |
|
|
|
|
|||||||
| Storage Place to ask questions about partitioning, labelling, filesystems, encryption or anything else related to storage area. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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. |
|
#2
|
||||
|
||||
|
Quote:
Quote:
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. |
| The Following User Says Thank You to fonz For This Useful Post: | ||
BLuFeNiX (December 17th, 2012) | ||
|
#3
|
||||
|
||||
|
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 |
| The Following User Says Thank You to vermaden For This Useful Post: | ||
ajith (December 26th, 2012) | ||
|
#4
|
|||
|
|||
|
Quote:
![]() 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! |
|
#5
|
|||
|
|||
|
Quote:
|
|
#6
|
|||
|
|||
|
Quote:
Feel free to correct me if I'm wrong. |
|
#7
|
|||
|
|||
|
Quote:
Of course, the freebsd ports and everything is 100% compatible, is like installing freebsd and spend a hundred hours configuring it. |
|
#8
|
|||
|
|||
|
Quote:
|
|
#9
|
||||
|
||||
|
... 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 |
|
#10
|
|||
|
|||
|
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. |
|
#11
|
||||
|
||||
|
Quote:
Fonz
__________________
Ken sent me. |
|
#12
|
|||
|
|||
|
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
|
|
#14
|
|||
|
|||
|
Not bickering at all. I just never heard that before.
|
|
#15
|
|||
|
|||
|
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.
|
|
#16
|
||||
|
||||
|
Quote:
Fonz
__________________
Ken sent me. |
|
#17
|
||||
|
||||
|
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. |
|
#18
|
|||
|
|||
|
I was thinking of an X11 based GUI using for example x11-toolkits/py-tkinter
|
![]() |
| Tags |
| gparted, graphical, manager, partition |
| Thread Tools | |
| Display Modes | |
|
|
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 |