LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Gparted (https://www.linuxquestions.org/questions/slackware-14/gparted-4175506873/)

Mitt Green 06-03-2014 05:51 AM

Gparted
 
Hello everybody. Someone knows how to install gparted on Slack?

Thank you!

saulgoode 06-03-2014 06:01 AM

Use the Slackbuild (you will also need to install gtkmm).

Didier Spaier 06-03-2014 06:05 AM

Hello and welcome to LQ.


See here but read the HOWTO first.

schmatzler 06-03-2014 10:35 AM

Quote:

Originally Posted by saulgoode (Post 5181460)
Use the Slackbuild (you will also need to install gtkmm).

The full list of dependencies is:

Code:

atkmm
cairomm
glibmm
gparted
gtkmm
libsigc++
mm-common
pangomm

That's some things to build - but still much less than other programs like Banshee :D I usually run it with "kdesu gparted" after that and it's fine :)

jamison20000e 06-03-2014 11:08 AM

Why not a native CLI or live-disk unless you need to use it repeatedly, still? :confused:

Mitt Green 06-03-2014 01:09 PM

Quote:

Originally Posted by jamison20000e (Post 5181632)
Why not a native CLI or live-disk unless you need to use it repeatedly, still? :confused:

Nah, I prefer Gparted :)

Didier Spaier 06-03-2014 01:13 PM

Quote:

Originally Posted by Mitt Green (Post 5181701)
Nah, I prefer Gparted :)

I assume that jamison20000e suggested that you can have GParted on a live CD.

PS Or on an USB stick. I don't know why they don't suggest to simply use the dd command to write it on the USB stick though, assuming that you make the ISO image hybrid first using the isohybrid command (included in Slackware 14.1).

jamison20000e 06-03-2014 02:01 PM

I could see if doing lots of partitioning non-stop, G\KParted is nice but if it's pre-installed here at home I maybe use it once if that plus what happens if you can't search for help and have to use the CLI tools?

brianL 06-03-2014 02:40 PM

Get and install sbopkg, there's a queuefile for gparted:

http://www.sbopkg.org/
Then:
Run (as root):
Code:

sbopkg -r
then:
Code:

cp /usr/doc/sbopkg-0.37.0/contrib/sqg /usr/bin/sqg
then:
Code:

sqg -a
That gets all the queuefiles.
Then:
Code:

sbopkg -i gparted.sqf -k
Easy.

Didier Spaier 06-03-2014 03:18 PM

I just tried, so I confirm the procedure to burn GParted on an USB stick

Download gparted-live here (at time of writing: version 0.18.0-2). Choose the architecture you want: i486 or amd64. To boot on a machine with an EFI firmware you must choose amd64

Go to the directory where you have put the ISO file.

For i486 type:
Code:

isohybrid gparted-live-0.18.0-2-i486.iso
For amd64 type:
Code:

isohybrid -u gparted-live-0.18.0-2-amd64.iso
Insert your USB stick and double check its device name with cat /proc/partitions as all data on it will be erased (you don't want to wipe out your hard disk, do you?)

Issue this command (I'm assuming your USB stick device is named /dev/sdx, replace x with the relevant letter):
Code:

dd if=gparted-live-0.18.0-2-<architecture>.iso of=/dev/sdx bs=1M

jamison20000e 06-03-2014 04:02 PM

Quote:

Originally Posted by brianL (Post 5181766)
Get and install sbopkg, there's a queuefile for gparted:

http://www.sbopkg.org/
...

Slac's just resonantly my other OS for the first time in at lest 8 or more years so this will come in handy! Thx!

jamison20000e 06-03-2014 04:07 PM

Not to mention the more we 'make' the more we can break (said with 386,423 files and KDE :D) not that I'm worried with Slackware. ;)

brianL 06-03-2014 04:11 PM

It's useful to have gparted both as a live CD, and installed on whatever computer(s) you have.

fogpipe 06-03-2014 05:10 PM

I had a need for a partition resizer and used the live cd version of gparted. It did the job with no problems. I resized a 500 gig partition to 750 gigs and it took hours. Be prepared to have the machine out of commision for a while if you use the live cd to resize a partition.

jamison20000e 06-03-2014 05:58 PM

More than halve the time same here, resizing data partitions that is. Maybe it depends on the data?


All times are GMT -5. The time now is 04:29 PM.