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.BLuFeNiX said:I love gparted, but it seems that there is no gparted port for FreeBSD.
I think so, yes.BLuFeNiX said: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?
# [color="Blue"][B]gpart status[/B][/color]
Name Status Components
ada0p1 OK ada0
ada0p2 OK ada0
ada0p3 OK ada0
# [color="blue"][B]gpart show [/B][/color]
=> 34 312581741 ada0 GPT (149G)
34 256 1 freebsd-boot (128k)
290 33554432 2 freebsd-zfs (16G)
33554722 279027053 3 freebsd-zfs (133G)
fonz said: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
vermaden said: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:# [color="Blue"][B]gpart status[/B][/color] Name Status Components ada0p1 OK ada0 ada0p2 OK ada0 ada0p3 OK ada0 # [color="blue"][B]gpart show [/B][/color] => 34 312581741 ada0 GPT (149G) 34 256 1 freebsd-boot (128k) 290 33554432 2 freebsd-zfs (16G) 33554722 279027053 3 freebsd-zfs (133G)
fonz said: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
TiberiusDuval said: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.
Goette said: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.
nemeas said:And it gives you an easy root-on-zfs install![]()
I guess TUI means "text user interface"? I've never heard that before. Don't you mean CLI (command line interface)?BLuFeNiX said:Is TUI the best I'm going to get?
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.drhowarddrfine said:I guess TUI means "text user interface"? I've never heard that before.
Not bickering at all. I just never heard that before.fonz said: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"
Why drag Python into it when there's dialog(1)?kpa said: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.
That's why I said: "one"drhowarddrfine said:Not bickering at all. I just never heard that before.