LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-20-2018, 01:07 PM   #16
sgrlscz
Member
 
Registered: Aug 2008
Posts: 123

Rep: Reputation: 84

Are you sure that xvda1 is an ext<n> file system? What does blkid say?
 
Old 02-20-2018, 01:10 PM   #17
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
Quote:
Originally Posted by pshlinuxq View Post
Sorry should have put more details.

"lsblk is not showing the 'tmpfs' folders."

correct, but the concern is about xvda1, notice in lsblk it shows 60gb and with 'df' it shows only 10gb. How can i expand that?
What do you get when you add up all of those 'tmpfs' folders? What figure for their sizes?

The 'tmpfs' folders should be cleared upon system restart. So it should not be anything to worry about.

I think the reason your getting different figures, is because each command has it's own way of doing things.

I'm not really sure what you want to 'expand'? lsblk perhaps?

If so, have a look at the following:

Code:
man lsblk
 
Old 02-20-2018, 01:12 PM   #18
pshlinuxq
LQ Newbie
 
Registered: Feb 2018
Posts: 13

Original Poster
Rep: Reputation: Disabled
no single repo file. have repos.d ...so i'm guessing it would be>>?

Code:
/etc/yum.repos.d/CentOS-Base.repo
 
Old 02-20-2018, 01:15 PM   #19
pshlinuxq
LQ Newbie
 
Registered: Feb 2018
Posts: 13

Original Poster
Rep: Reputation: Disabled
I think we are getting somewhere. these are built using RightScale, so I have:

Code:
baseurl = http://island1.rightscale.com/centos/7/os/x86_64/archive/20150528
 
Old 02-20-2018, 01:22 PM   #20
pshlinuxq
LQ Newbie
 
Registered: Feb 2018
Posts: 13

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by sgrlscz View Post
Are you sure that xvda1 is an ext<n> file system? What does blkid say?
Yep I'm sure. I've solved this before when lsblk shows a larger size vs 'df' by using the following method:

Code:
growpart /dev/xvda 1

sudo resize2fs -f /dev/xvda1
Although in this case for some reason i'm not able to run resize2fs...hence the question

Quote:
blkid
/dev/xvda1: LABEL="ROOT" UUID="6753295f-d4d1-4a69-ae57-d988fe1b3c69" TYPE="ext3"

Last edited by pshlinuxq; 02-20-2018 at 01:31 PM.
 
Old 02-20-2018, 01:34 PM   #21
pshlinuxq
LQ Newbie
 
Registered: Feb 2018
Posts: 13

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by rknichols View Post
How do you have your .repo file configured for base and updates? It looks like you are referencing some out-of-date mirror. When I look at http://vault.centos.org/7.3.1611/os/x86_64/Packages/ I see e2fsprogs-1.42.9-9.el7.x86_64.rpm, not the version 1.42.9-7 that you are picking up.
Can you please paste what you have for your base and update? I can try those. Just need to get past this issue
 
Old 02-20-2018, 01:47 PM   #22
rknichols
Senior Member
 
Registered: Aug 2009
Distribution: Rocky Linux
Posts: 4,776

Rep: Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212
Quote:
Originally Posted by pshlinuxq View Post
I think we are getting somewhere. these are built using RightScale, so I have:

Code:
baseurl = http://island1.rightscale.com/centos/7/os/x86_64/archive/20150528
That "20150528" date is well before the 11/2016 release date for CentOS 7.3. You are using the wrong repo. Try changing that to http://island1.rightscale.com/centos/7/os/x86_64/archive/20161213, which appears to be the first repo there that has the version 7.3 centos-release RPM.

Last edited by rknichols; 02-20-2018 at 01:49 PM.
 
1 members found this post helpful.
Old 02-20-2018, 02:41 PM   #23
pshlinuxq
LQ Newbie
 
Registered: Feb 2018
Posts: 13

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by rknichols View Post
That "20150528" date is well before the 11/2016 release date for CentOS 7.3. You are using the wrong repo. Try changing that to http://island1.rightscale.com/centos/7/os/x86_64/archive/20161213, which appears to be the first repo there that has the version 7.3 centos-release RPM.
Ah yes. Success!

Code:
Installed:
  e2fsprogs.x86_64 0:1.42.9-9.el7                                                                                                                                                            

Dependency Installed:
  e2fsprogs-libs.x86_64 0:1.42.9-9.el7
Thanks so much. sorry I should have checked that. Will note for next time.
 
  


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
yum install flash ... yum: command not found ... which yum ... /usr/bin/yum tg0000 Fedora 8 04-13-2011 11:25 AM
how to install yum ? error soundar Linux - Software 8 01-09-2011 02:01 AM
Receiving an error when using resize2fs on /tmp Jenny2 Linux - Newbie 2 12-09-2009 09:45 AM
yum install error prophoto Fedora 2 09-08-2006 08:08 AM
error with yum install niadanac Linux - Software 14 09-20-2005 10:06 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:45 PM.

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