Page 1 of 1

Disk utility package

Posted: Fri 06 Nov 2015, 06:52
by gcmartin
This is a common problem that has made a "ton" of money for consultants. It arises when some anomoly occurs and the user cannot boot their machine.

One of the reasons for this (and there are several) is that the disk drive "may" have been built on a MBR disk. On a UEFI PC, at some point, a system will report it cannot boot because of a "locked drive". And, looking over the internet for resolution is friutless even if you have your Windows DVD.

Here is one disk-utility that is useful for anyone needing to change from MBR to GPT (or vice-vesa) without data loss. (I just found this after using a Windows product to do such over the past few months when users show this error in disk use on their PCs.)

This, unlike the other solutions I used, is a free Linux solution.

I have not used it, but am willing to test if someone could generate a PET. It is rumored to be a savior that a Linux user can use to repair/convert the HDD/SSD/USB that contains your data to either MBR or GPT.

The Linux disk-utility for fixing this is found here. It has an Excellent rating.

Thanks in advance to anyone willing to make this available. (And if so, please make a thread containing your PET contribution)

P.S. Below is couple of very good readings of GPT and MBR~~~~~~~~

Posted: Fri 06 Nov 2015, 08:59
by bigpup
The download package is a .deb package.
It will install the same as a pet package.

You do not get any menu entries, because these programs are run from the console.
It is a set of text-mode partitioning tools for Linux.

I downloaded the deb package.
Left clicked on it and it installed
GPT fdisk (consisting of the gdisk, cgdisk, sgdisk, and fixparts programs).

I tried gdisk (one of the programs in the package) in the console and it ran.

Posted: Thu 17 Dec 2015, 01:32
by Sylvander
I need gdisk to test/fix a problem Flash Drive.
Was able to use PPM in Precise-5.7.1 to install, but Slacko-5.7.0 is my number-1 Puppy, and the Slacko PPM doesn't include gdisk.
Any ideas?

I also need a recent Puppy that's capable of dealing with GPT.
Any ideas?

Posted: Thu 17 Dec 2015, 03:42
by nilsonmorales
Hi, made a compilation from sources in retro-precise i686 pc, here the sources
http://www.rodsbooks.com/gdisk/gptfdisk-1.0.1.tar.gz
here the pet package
http://repo.gentoo-es.com/PuppyLinux-re ... -1.0.1.pet
cheers.

Posted: Thu 17 Dec 2015, 04:07
by Sylvander
I installed gptfdisk-1.0.1.pet within Slacko-5.7.0, and I notice /usr/sbin/gdisk now exists, but here's what I get when I try to run it using a console command prompt:

Code: Select all

# gdisk --help
bash: /usr/sbin/gdisk: cannot execute binary file
# 
So I guess it doesn't work in Slacko-5.7.0.
How to get gdisk working in Slacko-5.7.0?

Posted: Thu 17 Dec 2015, 04:18
by nilsonmorales
Sylvander
edt:
The pet i provide the main binaries are in /usr/local/bin, check the pet
You could try compile the package, how?.
Installing the devx for slacko 570
http://distro.ibiblio.org/puppylinux/pu ... _5.7.0.sfs 139mb :(
Uncompress the tar.gz source
open terminal in the directory
and type

Code: Select all

make
if anything is ok you will see the binaries cgdisk, fixparts, gdisk, sgdisk, so just copy to /usr/bin or /usr/local/bin
second option, wait till some good people compile for your arch and version of puppy :)