On Wed, Aug 26, 2020 at 11:18 PM Simon Matter via CentOS
wrote:
>
> > On Wed, Aug 26, 2020 at 2:54 PM Kenneth Porter
> > wrote:
> >>
> >> Is there some way to see the RPM changelog entries for a prospective yum
> >> update? Ideally I'd like to see just the entries that are newer than the
> >> ver
On 8/25/20 9:25 AM, Ralf Prengel wrote:
I made a backup using dd without any problems but how can I mount this
image.
What does the command "file" say to the file you've dd'ed?
Mogens
--
Mogens Kjaer, m...@lemo.dk
http://www.lemo.dk
___
CentOS mai
It looks like you've backuped an entire disk that might contain partitions.
So first check if you have partitions inside:
sudo fdisk -lu save.dd
If you have partitions inside, use the start offset of the partition to
create a loopback device (e.g. a partition starts at 56):
sudo losetup -o $((56
It looks like you've backuped an entire disk that might contain partitions.
So first check if you have partitions inside:
sudo fdisk -lu save.dd
If you have partitions inside, use the start offset of the partition to create
a loopback device (e.g. a partition starts at 56):
sudo losetup -o $(
Am Do., 27. Aug. 2020 um 13:07 Uhr schrieb :
> [...]
> no partions are shown with dd.
> [...]
dd does not show partitions, fdisk does (or parted or ...).
Regards Thomas
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinf
dd does not show partitions, fdisk does (or parted or ...).
Sorry,
my mistake.
I used several disktools.
Ralf
Ralf Prengel
Teamleiter
Customer Care
Comline AG
Hauert 8
D-44227 Dortmund/Germany
Telefon:+49 231 97575 157
Mobil:+49 151 10831 157
Fax:+49 231 97575 257
E-Mail:ralf.pren...@comline.
Thanks for all the replies. It looks like local home directory is the best
solution.
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
Has anyone managed to create an encrypted disk partition with CentOS 8
kickstart?
1 reqpart --add-boot
2 part /boot --fstype ext3 --size=1024 --ondrive=sda
3 part pv.1 --size=1 --grow --ondrive=sda --encrypted --pashphrase="bla"
4 volgroup vol0 pv.10
5 logvol / --vgname=vg_00 --name=lv_root -
when I try:
# dnf update grub2-common
Last metadata expiration check: 0:50:01 ago on Thu 27 Aug 2020 02:27:52
PM CDT.
Error:
Problem: The operation would result in removing the following
protected packages: kernel
(try to add '--allowerasing' to command line to replace conflicting
packages or
Testing
Sent from my iPhone
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
10 matches
Mail list logo