LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Bodhi
User Name
Password
Bodhi This forum is for the discussion of Bodhi Linux.

Notices


Reply
  Search this Thread
Old 07-24-2014, 04:06 PM   #1
Molzilla
LQ Newbie
 
Registered: Jul 2014
Posts: 1

Rep: Reputation: Disabled
How do I tell how much space I have left on my hard drive?


So like the title says, I am curious to see if the EFM will allow me to see how much space I have left on my hard drive. Also, I would greatly appreciate if some one could point me in the direction of where my "Downloads" folder would be located. I am sorry in advanced for being completely new to linux.

Disclaimer: I read the section on the EFM on the intro guide, and it did not help.

Thanks in advance people.
 
Old 07-24-2014, 04:12 PM   #2
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
Hi and welcome to LQ.

You could just use a command line to do it.

For example:

Code:
df -h
Will show you free space on all mounted filesystems
 
Old 07-24-2014, 04:44 PM   #3
Firerat
Senior Member
 
Registered: Oct 2008
Distribution: Debian sid
Posts: 2,683

Rep: Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783
Yes df -h ,

Some filemanagers can be configured to show free space.

But, as you get more familiar with the comandline you will find a quick
Code:
df -h
is far quicker as well as having greater detail.
 
Old 10-19-2018, 04:54 AM   #4
Stella456
Member
 
Registered: Sep 2013
Posts: 219

Rep: Reputation: 82
Bodhi has a lovely solution to this! It's one of the things I like best about it. Go to Settings - shelves and add a new shelf (it appears on the desktop and asks you what you want to add to it). Add "Places" to the shelf. Then right click on the shelf for various options to make it look how you want. I tend to select "copy to desktop" which makes it appear on the desktop in a more movable fashion. And I then delete the original shelf (right click - remove). With your new one copied to the desktop you then set it up to look how you want - I go for "Plain" and in settings untick show header. What you're left with then is a simple box which shows your drive and how much space is left on it in a graphical way. Right click to "move" and moving the mouse to the top or bottom or sides of the box allowws you to drag it down to the bottom left just above the taskbar, and resize it. In settings you can select to let windows go over the top of it (so it doesn't make your windows smaller above it).

Sounds complicated but isn't - once you've done it once it's quick and easy next time. It basically shows your drive, the size of it and a coloured line to show how full it is plus something like 10gb free of 15gb. It's there on the desktop to see the whole time.

Alternatively - open file manager and look at the very bottom of the box near the edges and it should also say how much you have free :-)
 
1 members found this post helpful.
Old 10-19-2018, 05:13 AM   #5
the_waiter
Bodhi Developer
 
Registered: Jun 2018
Location: Banská Bystrica, Slovakia
Distribution: Bodhi Linux
Posts: 864

Rep: Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665
Oh, this is veeerry complicated way

menu-settings-gadgets-background-places Add gadget. Now the places gadget appears on the screen with possibility of moving or resizing. After these done, just press right mouse button. That's it
 
Old 10-20-2018, 03:00 PM   #6
Stella456
Member
 
Registered: Sep 2013
Posts: 219

Rep: Reputation: 82
Lol thought there must be an easier way :-) Just couldn't remember how.
 
1 members found this post helpful.
Old 10-20-2018, 03:48 PM   #7
Stella456
Member
 
Registered: Sep 2013
Posts: 219

Rep: Reputation: 82
Here's what mine looks like. To find your downloads folder - open file manager and click on home - the folders for downloads, pictures, documents etc should show. Although if you have Bodhi 5 installed I found they were missing. If you have Bodhi 4 installed they should be there.

Click image for larger version

Name:	shot-2018-10-20_21-39-43.jpg
Views:	38
Size:	52.0 KB
ID:	28805

Last edited by Stella456; 10-20-2018 at 03:51 PM.
 
1 members found this post helpful.
Old 10-20-2018, 03:56 PM   #8
the_waiter
Bodhi Developer
 
Registered: Jun 2018
Location: Banská Bystrica, Slovakia
Distribution: Bodhi Linux
Posts: 864

Rep: Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665
Missing default folders under BL5 was solved here

https://www.linuxquestions.org/quest...6/#post5909482
 
1 members found this post helpful.
Old 10-21-2018, 02:04 PM   #9
cordx
Member
 
Registered: Oct 2018
Location: texas
Distribution: bodhi 5.1.0
Posts: 797

Rep: Reputation: 184Reputation: 184
my 5.0 install came with pcmanfm standard and that shows free space in the bottom right corner.

https://imgur.com/a/8f0Moxy
 
Old 10-22-2018, 10:12 AM   #10
wjwieland
LQ Newbie
 
Registered: Oct 2018
Location: MN and WI
Distribution: Bodhi 5.X
Posts: 13

Rep: Reputation: Disabled
Smile One other solution...

There is a litte app that has been around for years called gkrellm which I run as a startup app when I log in. It can show you most of what you might want to know about your machine in a backgrounded window, including space on any of your drives. It is available via 'sudo apt install gkrellm'.

Additionally, there is a grkrellmd (daemon) which you can run on other machines (I use it on a Raspberry Pi as well as on my home server) and which allows one to monitor those machines as well. At a command prompt, one needs only type 'grkrellm -s (FQDN or IP)', and one gets to view how the remote machine is running.

Easy to install, easy to configure, easy to use.... about as good as it gets.

Hope that is helpful.
 
1 members found this post helpful.
Old 10-22-2018, 10:29 AM   #11
cordx
Member
 
Registered: Oct 2018
Location: texas
Distribution: bodhi 5.1.0
Posts: 797

Rep: Reputation: 184Reputation: 184
Quote:
Originally Posted by wjwieland View Post
It can show you most of what you might want to know about your machine in a backgrounded window, including space on any of your drives.
sounds a bit like conky. i like the backgrounded window angle. not op, but i will definitely be checking it out
 
Old 10-22-2018, 10:46 AM   #12
wjwieland
LQ Newbie
 
Registered: Oct 2018
Location: MN and WI
Distribution: Bodhi 5.X
Posts: 13

Rep: Reputation: Disabled
Yes! Very much like conky but not quite as configurable as conky. More of a ready to go solution ... . Gkrellm can be 'skinned' to suit your tastes and there are some plugins available that extend (also available via apt - 'apt search gkrellm') it's functionality (like weather and email monitoring) and you could develop your own plugins if you are into that. But compared to conky, it is a lot easier to set up and I have found that it takes a few less resources than conky does when running in the background. But that may be the way I configured either of the packages.

Whatever you decide works for you... enjoy!
 
1 members found this post helpful.
Old 10-26-2018, 11:56 AM   #13
cordx
Member
 
Registered: Oct 2018
Location: texas
Distribution: bodhi 5.1.0
Posts: 797

Rep: Reputation: 184Reputation: 184
Quote:
Originally Posted by wjwieland View Post
Whatever you decide works for you... enjoy!
i have been meaning for some time to figure out how to get conky to automatically load at start. still not too familiar with cron so i keep trying different things. that reminded me of your suggestion so far i like it. i could probably tinker with settings for some time. thank you again for the recommendation.
 
Old 10-26-2018, 12:25 PM   #14
wjwieland
LQ Newbie
 
Registered: Oct 2018
Location: MN and WI
Distribution: Bodhi 5.X
Posts: 13

Rep: Reputation: Disabled
Smile

@cordx
If you are using Moksha as your desktop (assume you are not running headless here) then the way to start conky (or gkrellm or whatever) at startup is in the "Control Panel -> Apps -> Startup Applications". Assuming you install conky from an apt source, it will be listed in the "Applications" tab of that window, you simply select it then click "add" and then "apply" (button located at the bottom of that tab). You can then select the order in which it will be loaded in the "Order" tab, and "Apply" that.

The next time you log into the machine, whatever apps you have in that window and it's associated tabs will start up in the order you chose.

Note: I tend to start up Network, followed by ARandR (because I run a laptop that moves around to different places with different monitors available), followed by my cloud sync client, followed by terminology, and finally gkrellm. That works for me, YMMV.

Hope that is helpful...
 
1 members found this post helpful.
Old 10-26-2018, 03:28 PM   #15
cordx
Member
 
Registered: Oct 2018
Location: texas
Distribution: bodhi 5.1.0
Posts: 797

Rep: Reputation: 184Reputation: 184
Quote:
Originally Posted by wjwieland View Post
If you are using Moksha as your desktop (assume you are not running headless here) then the way to start conky (or gkrellm or whatever) at startup is in the "Control Panel -> Apps -> Startup Applications". Assuming you install conky from an apt source, it will be listed in the "Applications" tab of that window
i am running moksha and that is the way i got htop to run at startup, but conky isn't listed. it has been a couple months since i did this fresh install so i don't recall exactly, but i am fairly certain that i installed conky through apt (no other way to do so is even coming to mind). i only have a couple ppa applications and i don't think conky is among them.

it isn't the end of the world if it doesn't autostart. it was interesting trying to get it set up as a cron job. feels like i am missing some bit of syntax or something. i appreciate the suggestion though
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Linux installer does not see free space left on dual boot drive Claussendb Linux - Laptop and Netbook 3 07-11-2013 01:45 PM
Lucid not reporting correct drive space left godsdice Ubuntu 7 05-05-2010 04:43 PM
How to find how much free space left on my hard disk? DataSheet Linux - Newbie 5 01-06-2007 10:35 PM
Viewing Space Left on Hard Drive The Oate Mandriva 5 08-25-2004 04:42 PM
How can I tell how much left in hard drive? jbeedham Linux - Newbie 2 08-17-2003 11:35 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Bodhi

All times are GMT -5. The time now is 02:46 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration