How to tell the free/used space on a drive in BionicPup32?

Booting, installing, newbie
Post Reply
Message
Author
Tattyjacket
Posts: 14
Joined: Tue 07 Mar 2017, 18:33
Location: Cardiff, South Wales

How to tell the free/used space on a drive in BionicPup32?

#1 Post by Tattyjacket »

On a Windows or a Mac you simply do a right click on the drive and it will show you the free/used space.

So, how do you do this using Puppy?

Phil
[size=150]Acer Aspire One Netbook

HP Envy 5540 printer, using a wifi network.

Bionicpup32 8.0

Installed from a Flash drive[/size]

Tattyjacket
Posts: 14
Joined: Tue 07 Mar 2017, 18:33
Location: Cardiff, South Wales

SOLVED

#2 Post by Tattyjacket »

You use GDmap
[size=150]Acer Aspire One Netbook

HP Envy 5540 printer, using a wifi network.

Bionicpup32 8.0

Installed from a Flash drive[/size]

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#3 Post by bigpup »

Click on mount icon on desktop.
This opens Pmount.
It gives size info showing total amount and free amount for each drive partition.

Not sure if Bionicpup32 8.0 has it.
Partview
usually listed in menu->Filesystem->
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

sheldonisaac
Posts: 902
Joined: Mon 22 Jun 2009, 01:36
Location: Philadelphia, PA

Re: How to tell the free/used space on a drive?

#4 Post by sheldonisaac »

Tattyjacket wrote:On a Windows or a Mac you simply do a right click on the drive and it will show you the free/used space.

So, how do you do this using Puppy?
Hello, Phil; I have an AAO, also. The below, though, is on this Dell E6410.
df -h /mnt/sda2
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 12G 675M 12G 6% /mnt/sda2
Dell E6410: BusterPup, BionicPup64, Xenial, etc
Intel DQ35JOE, Dell Vostro 430
Dell Inspiron, Acer Aspire One, EeePC 1018P

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#5 Post by musher0 »

Hello, Tattyjacket.

For a more complete idea of the set of tools that one has to do this,
one can alternately:

-- click on the disk container (looks like a green barrel) in the icon tray

or

-- run Pmount (only in a Puppy Linux)

or

-- open a rox window at /mnt
---- highlight a partition
---- hit Cntrl-P (P as in Properties)
(screen capture attached)

or

-- open a console, and type

Code: Select all

df -h | grep -v loop | grep -v fs | more
(screen capture attached)
Explanation of utilities and parameters:
df -h --> display bytes in human-readable format
grep -v --> skip the lines having the expressions "loop" or "fs" in them
more --> displays one console-full at a time (in case you have many partitions)

IHTH
Attachments
HighlightPartition-HitCntrlP.jpg
(188.85 KiB) Downloaded 149 times
with-df-h.jpg
(195.86 KiB) Downloaded 150 times
Last edited by musher0 on Sat 01 Feb 2020, 02:41, edited 1 time in total.
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

User avatar
mikeslr
Posts: 3890
Joined: Mon 16 Jun 2008, 21:20
Location: 500 seconds from Sol

#6 Post by mikeslr »

pmount, mentioned by musher0, is probably in every Puppy. Once started, you still have to Left-Click a partition showing on the GUI which opens to learn how much free space is available. Consequently, partview, mentioned by bigpup, is probably the easiest way to find out the information you want. If your Puppy doesn't already have it, you can download the pet from here, http://www.murga-linux.com/puppy/viewto ... 160#642160. It will function under any Puppy, and whether that Puppy is 32 or 64 bit.

If you have less than 10 partitions on your computer you may want the 2015 version which enables you to open gdmap from its GUI. That facility doesn't seem to be available in the later version.

User avatar
rockedge
Posts: 1864
Joined: Wed 11 Apr 2012, 13:32
Location: Connecticut, United States
Contact:

#7 Post by rockedge »

hover the mouse over the directory to find the size
right click
look down towards the bottom of the menu and find "Count"

click on it and wait.
Attachments
Screenshot(2).png
(60.87 KiB) Downloaded 72 times
Screenshot(1).png
(45.6 KiB) Downloaded 74 times

User avatar
mikeslr
Posts: 3890
Joined: Mon 16 Jun 2008, 21:20
Location: 500 seconds from Sol

#8 Post by mikeslr »

rockedge wrote:hover the mouse over the directory to find the size
right click
look down towards the bottom of the menu and find "Count"

click on it and wait.
Thanks rockedge. One of Puppy's hidden gems. :D

Post Reply