As jlehtone asked, upgraded from what?I have just done a reasonably large OS upgrade ...
Search found 936 matches
- 2021/04/18 10:47:37
- Forum: CentOS 7 - General Support
- Topic: Folders linked to Disk Usage analysis app following OS upgrade
- Replies: 12
- Views: 111
Re: Folders linked to Disk Usage analysis app following OS upgrade
- 2021/04/14 09:50:03
- Forum: CentOS 8 - General Support
- Topic: How to resize root partition removing default /home
- Replies: 23
- Views: 556
Re: How to resize root partition removing default /home
Did you try Ctrl-Alt-F2 as jlehtone suggested?
- 2021/04/12 14:27:06
- Forum: CentOS 8 - Hardware Support
- Topic: Putting back nouvean driver
- Replies: 6
- Views: 355
Re: Putting back nouvean driver
I think it will only work with the running kernel.
So if you installed it with old kernel it would not work.
You could try to boot from the new kernel, then crtl+alt+F2
should give you console login where you can install it.
So if you installed it with old kernel it would not work.
You could try to boot from the new kernel, then crtl+alt+F2
should give you console login where you can install it.
- 2021/04/11 15:53:54
- Forum: CentOS 7 - General Support
- Topic: Sdb would be removed with sda?
- Replies: 13
- Views: 203
Re: Sdb would be removed with sda?
Another thing to consider is that fdisk etc. will show no partition. If someone else is administrating this PC, they may think there's nothing on the disk and then creating a new partition and file system, i.e. damaging any data. Is this a VM? (- I don't remember seeing any physical disks with these...
- 2021/04/10 23:43:28
- Forum: CentOS 7 - General Support
- Topic: Sdb would be removed with sda?
- Replies: 13
- Views: 203
Re: Sdb would be removed with sda?
AFAIK that is ok.
But, when you use sdb there's no need to partition it (normally, when you
partition it creates /dev/sdb1 which should then be used when creating the
file system). And the limit for fdisk is 2TB, not 2GB. So the instructions in
the link isn't the very best.
But, when you use sdb there's no need to partition it (normally, when you
partition it creates /dev/sdb1 which should then be used when creating the
file system). And the limit for fdisk is 2TB, not 2GB. So the instructions in
the link isn't the very best.
- 2021/04/10 17:53:20
- Forum: CentOS 7 - General Support
- Topic: Sdb would be removed with sda?
- Replies: 13
- Views: 203
Re: Sdb would be removed with sda ?
From what you write it sounds like you haven't created partition(s) and file system(s)?
What's the output from this:
fdisk -l
And how did you mount it?
What's the output from this:
fdisk -l
And how did you mount it?
- 2021/04/10 16:15:34
- Forum: CentOS 7 - General Support
- Topic: Sdb would be removed with sda?
- Replies: 13
- Views: 203
Re: Sdb would be removed with sda ?
Where it should be mounted depends on what you're using it for.
Are you sure it's sdb and not sdb1?
When you reinstall the OS, you have to remount it, either manually or add it to /etc/fstab.
Are you sure it's sdb and not sdb1?
When you reinstall the OS, you have to remount it, either manually or add it to /etc/fstab.
- 2021/04/09 13:52:34
- Forum: CentOS 8 - General Support
- Topic: Which image shall I download
- Replies: 26
- Views: 450
Re: Which image shall I download
"Note that cPanel will not support CentOS Stream."
https://blog.cpanel.com/centos-8-end-of ... ouncement/
https://blog.cpanel.com/centos-8-end-of ... ouncement/
- 2021/04/08 17:04:39
- Forum: CentOS 8 - General Support
- Topic: Which image shall I download
- Replies: 26
- Views: 450
Re: Which image shall I download
It exists for CentOS 8 - maybe there's no version for Stream:
$ yum whatprovides inxi
inxi-3.3.02-1.el8.noarch : A full featured system information script
Repo : epel
Matched from:
Provide : inxi = 3.3.02-1.el8
$ rpm -qa|grep epel
epel-release-8-10.el8.noarch
$ yum whatprovides inxi
inxi-3.3.02-1.el8.noarch : A full featured system information script
Repo : epel
Matched from:
Provide : inxi = 3.3.02-1.el8
$ rpm -qa|grep epel
epel-release-8-10.el8.noarch
- 2021/04/08 09:25:29
- Forum: CentOS 8 - General Support
- Topic: Which image shall I download
- Replies: 26
- Views: 450