Re: [CentOS] dcfldd

2021-09-03 Thread Jerry Geis
> Were the disks mounted when you wrote to them?  Did you eject and
>re-insert them after writing to them

I do not have automount enabled. so no they were not mounted.

After writing to them - I did "fdisk -l /dev/sdd" and the partitioning
was still the same as before doing the write.

Thanks,

Jerry
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] MATE 1.20 test build for CentOS 7 available

2021-09-03 Thread H
On 09/03/2021 02:36 AM, Szabo Akos via CentOS wrote:
> On Thu, 2021-09-02 at 16:07 -0400, H wrote:
>> On 08/28/2021 07:51 PM, H wrote:
>>> On August 28, 2021 7:27:13 PM EDT, isdtor  wrote:
 H writes:
>> Thanks for your quick response! I'll try building from the
>> sourceswhile I'm stuck with C7 :-).
>>
>> Regards,
> I have an interest in the latest version of Mate for CentOS 7
> as
 well.
 Versions newer than 1.20 don't build on 7. Or, rather, they build
 butdon't result in a stable system.
 A newer gcc might work, but I've never tried that as I also moved
 on to8.
 Rocky, that is.
 ___CentOS mailing 
 listcen...@centos.org
 https://lists.centos.org/mailman/listinfo/centos
>>> I believe there is a Developer Toolset-9 available for C7. Do you
>>> remember what you
>>> used?___CentOS mailing 
>>> listcen...@centos.org
>>> https://lists.centos.org/mailman/listinfo/centos
>> On another note, the version that is available for C7, Mate 1.16.2,
>> does not save all sessions when it crashes, nor does it save
>> positions or session order arrangement on the bar. This means that
>> every time the computer is restarted you have to spend time arranging
>> your desktop working environment... I have not found any utility to
>> do this for me either.
>> Quite annoying, particularly since I remember that even OS/2 saved
>> the desktop perfectly upon shutdown.
>> Does Mate 1.20 do better in this regards?
> Hi,
> I have been using it for about a week and I have not found any
> problems, but only one: when I use 3 monitor /a notebook, and two lcd/,
> sometimes the display was frozen.
> I think, it is better, then 1.16, but I didn’t find a huge difference
> in use, maybe it more responsive, and look likes better ☺
>
> --Fonya
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos

Couple of questions:

- Which exact version of Mate are you running?

- Do you have a HiDPI display? That is one of the reasons I am interested in a 
version later than 1.16 which has lots of issues on such a laptop display?

- You say it is better (apart from freezing your display which is not good), 
how so?

- Did you download Mate 1.20? If so, from where?

- Or, did you compile it yourself?

Thanks!

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] dcfldd

2021-09-03 Thread Jonathan Billings
On Fri, Sep 03, 2021 at 12:58:14PM -0400, Jerry Geis wrote:
> But the image was not actually written to the three disks. It still just
> has a single partition - the default partition.

Were the disks mounted when you wrote to them?  Did you eject and
re-insert them after writing to them?

-- 
Jonathan Billings 
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] dcfldd

2021-09-03 Thread Jerry Geis
Hi all I did a "yum install dcfldd" on Centos7.

I plugged in my USB HUb, plugged in 3 disks I want to duplicate
Verified each disk plugged in
run the command
dcfldd if=myimg.img  of=/dev/sdd of=/dev/sde of=/dev/sdf

No errors no nothing, Said "writing" the whole time - when done it said
8248Mb Written

But the image was not actually written to the three disks. It still just
has a single partition - the default partition.

Am I doing something wrong ?
Thanks,

Jerry
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Troubles expanding file system.

2021-09-03 Thread Simon Matter
> On 9/2/2021 10:28 PM, Simon Matter wrote:
>> There is one thing that I couldn't find a solution for no matter what I
>> tried: When the root/boot disk of the guest is being resized, it's not
>> possible to modify and reread the new partition table without reboot.
>
> I'm curious to know if this works for you.  Suppose /dev/sda is the boot
> disk.  Determine the highest number primary partition in use on the
> drive.  Let's say it's 3.
>
> # growpart /dev/sda 3
>
> In addition, you might try
>
> # printf "F\n" | parted ---pretend-input-tty -l
>
> I have these in an Ansible playbook for creating CentOS 7 and Ubuntu
> Focal VMs.  They require cloud-int (for growpart) and gdisk.  Note:
> growpart doesn't work if the highest partition is not a primary
> partition, i.e., greater than 4.

I think the problem in my case was that EL6 didn't support this. From
growpart man page:

  "this requires kernel support and 'partx --update'"

Maybe it works for newer systems but didn't work when I last had to do it
on EL6.

Simon

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Troubles expanding file system.

2021-09-03 Thread Jack Bailey via CentOS

On 9/2/2021 10:28 PM, Simon Matter wrote:

There is one thing that I couldn't find a solution for no matter what I
tried: When the root/boot disk of the guest is being resized, it's not
possible to modify and reread the new partition table without reboot.


I'm curious to know if this works for you.  Suppose /dev/sda is the boot 
disk.  Determine the highest number primary partition in use on the 
drive.  Let's say it's 3.


# growpart /dev/sda 3

In addition, you might try

# printf "F\n" | parted ---pretend-input-tty -l

I have these in an Ansible playbook for creating CentOS 7 and Ubuntu 
Focal VMs.  They require cloud-int (for growpart) and gdisk.  Note: 
growpart doesn't work if the highest partition is not a primary 
partition, i.e., greater than 4.


Jack
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] MATE 1.20 test build for CentOS 7 available

2021-09-03 Thread Szabo Akos via CentOS
On Thu, 2021-09-02 at 16:07 -0400, H wrote:
> On 08/28/2021 07:51 PM, H wrote:
> > On August 28, 2021 7:27:13 PM EDT, isdtor  wrote:
> > > H writes:
> > > > > Thanks for your quick response! I'll try building from the
> > > > > sourceswhile I'm stuck with C7 :-).
> > > > > 
> > > > > Regards,
> > > > 
> > > > I have an interest in the latest version of Mate for CentOS 7
> > > > as
> > > 
> > > well.
> > > Versions newer than 1.20 don't build on 7. Or, rather, they build
> > > butdon't result in a stable system.
> > > A newer gcc might work, but I've never tried that as I also moved
> > > on to8.
> > > Rocky, that is.
> > > ___CentOS mailing 
> > > listcen...@centos.org
> > > https://lists.centos.org/mailman/listinfo/centos
> > 
> > I believe there is a Developer Toolset-9 available for C7. Do you
> > remember what you
> > used?___CentOS mailing 
> > listcen...@centos.org
> > https://lists.centos.org/mailman/listinfo/centos
> 
> On another note, the version that is available for C7, Mate 1.16.2,
> does not save all sessions when it crashes, nor does it save
> positions or session order arrangement on the bar. This means that
> every time the computer is restarted you have to spend time arranging
> your desktop working environment... I have not found any utility to
> do this for me either.
> Quite annoying, particularly since I remember that even OS/2 saved
> the desktop perfectly upon shutdown.
> Does Mate 1.20 do better in this regards?

Hi,
I have been using it for about a week and I have not found any
problems, but only one: when I use 3 monitor /a notebook, and two lcd/,
sometimes the display was frozen.
I think, it is better, then 1.16, but I didn’t find a huge difference
in use, maybe it more responsive, and look likes better ☺

--Fonya


signature.asc
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos