Please add Qtparted to Puppy

What features/apps/bugfixes needed in a future Puppy
Message
Author
raffy
Posts: 4798
Joined: Wed 25 May 2005, 12:20
Location: Manila

Gparted in Puppy2

#16 Post by raffy »

Gparted works in Puppy2 for resizing NTFS partition - just make sure you defragment the NTFS from inside Windows, surface-scan the drive (which it will do after a reboot), do a normal shutdown, then finally load Puppy2 and run Gparted to resize the NTFS partition. See this or search this forum for instructions in partitioning the free space with cfdisk.

Gparted refreshes itself so it is possible to create the new Puppy partitions in Gparted. I chose to use cfdisk in console as my 128 MB test PC is very low in free space (6 MB).

User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

Viva La Pup

#17 Post by Lobster »

Good advice Raffy - I used Qparted - a great program - to resize Vista beta 2 without a defrag - well it was a new install and it fried Windows Vista.

. . . actually I am quite glad it was like a sloth on poisonous crap . . . a distro that big and with that much noise and so little usable software - and they expect a lease or rental agreement to use it. Pah!

Remember. Stay frisky.

Viva La Pup
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

cliff_the_kilt
Posts: 8
Joined: Sun 20 Aug 2006, 09:37
Location: Scotland, UK
Contact:

Partitioning

#18 Post by cliff_the_kilt »

I like QTParted, but my favourite partitioning software is Partition Commander 9,01 with Partition Magic Pro 8.05 a close second.

Both can be found as freeware packages, a decent search Engine should find them for you.

User avatar
sunburnt
Posts: 5090
Joined: Wed 08 Jun 2005, 23:11
Location: Arizona, U.S.A.

#19 Post by sunburnt »

I looked at partitioning apps. in general for setting up HD & USB drives.
Most ISOs are 30 MB for the GUI versions, I didn't find a smaller one.
I have a 64 MB USB with DOS & Partition Magic (DOS) on it that's great.

I think the Puppy community should offer a "drive setup / rescue" USB.
The smaller the better for the dialup folks, 30 MB is way too big.
I think 5 MB to 10 MB should be enough for this.

It should do: partitions, SysLinux & Grub, & anti virus (maybe other stuff).

If someone knows or finds one... Let us know!
Short of that, I'll make a GTK GUI if a CLI only one is found.

muggins
Posts: 6724
Joined: Fri 20 Jan 2006, 10:44
Location: hobart

#20 Post by muggins »

somebody was recommending the floppy based partition manager
awhile ago. i've never tried it myself so can't vouch for it. but i see
that it's on the latest ultimatebootcd, under partition tools.

ShellyCat
Posts: 39
Joined: Fri 13 May 2011, 05:38
Location: USA

And other command-line tools are available...

#21 Post by ShellyCat »

BarryK wrote:The next snapshot of puppy2 will have ntfsresize, ntfsmount and mkntfs, and the libparted.so from parted package -- maybe should throw in the parted executables also?...could knock up a nice app just like QTParted but a fraction of the size...
we've will have all the commandline tools: parted, e2fsprogs, ntfsprogs, fdisk, cfdisk, disktype ...the only thing missing is reiserfsprogs.
Some more command-line tools (but for formatting, not partitioning) are mkfs, mkdosfs, mkswap, and similar.

I ran into an issue recently after I wiped my Absolute Linux install and created new partitions (with fdisk)...in the Puppy I use, Quickset Puppy, even if your locale and language are set to English, the GUI for GParted is rendered in Japanese!

I'm not sure if it's a bug or lack of translation (have not reported it yet, just encountered this tonight). I couldn't remember the names of the Linux tools because I so rarely use them...usually I choose the filesystem during the install process. But I'm not "installing" Puppy.

F.Y.I. I ended up using:

Code: Select all

mkfs -T ext3 /dev/sda1
mkfs -T ext3 /dev/sda3
mkswap /dev/sda2
swapon /dev/sda2
A quick Google for "format drive linux -gparted" brought up forum posts which happened to mention various tools, and a quick "mkfs --help" or "mkfs" at the command line brings up the most commonly-used options, which is fine for simple tasks.

I should point out to newbies that the "--help" option was invalid for mkfs; however, even if you don't know whether "--help" or "/h" will work with an unknown command, you should always use it (instead of the command alone)! Why? Because if the command does take action with no options, you might make a big boo-boo!
Puppy Distro: [url=http://openlab.jp/puppylinux/download/quickset_puppy/]pup-431JPqs3 "Quickset Puppy Linux (Japanese/English bilingual)"[/url]
Previous distros: Slackware (preferred), Fedora Core 6 (in school), Ubutntu (not much)

Post Reply