> Am 15.09.2023 um 04:57 schrieb Felix Miata :
>
> BTRFS devs seem to
> think only one is somehow better due to its inclusion of LVM technology.
There is no „inclusion of LVM technology“ in BTRFS. LVM provides you with
several separate filesystems, completely independent from each other. A fil
On 15/09/2023 09:03, Tim via users wrote:
On Fri, 2023-09-15 at 00:47 +0700, Frederic Muller wrote:
I've been looking for a inventory free software to track the mess I have
in my workshop and haven't found anything able to "adequately" track
shelves numbers and sub-divisions.
It seemed to be so
Joe Zeff composed on 2023-09-14 20:49 (UTC-0600):
> Felix Miata wrote:
>> I always have my/home/ on a separate
>> filesystem.
My guess is it is an administrative thing. They probably get or think they get
more and/or wilder complaints about mal-sizing separate filesystems than they do
not makin
On 09/14/2023 08:17 PM, Felix Miata wrote:
I always have my/home/ on a separate
filesystem.
Same here. I've never understood why Anaconda doesn't do that by default.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an emai
Bill Cunningham composed on 2023-09-14 21:15 (UTC-0400):
> I am just starting to get into the UEFI with my newer computer. I
> notice that f38's auto partitioning creates a partition and formats it
> with xfs. I suppose manually ext4 could be used. This drive I don't
> believe is too big f
On Fri, 2023-09-15 at 00:47 +0700, Frederic Muller wrote:
> I've been looking for a inventory free software to track the mess I have
> in my workshop and haven't found anything able to "adequately" track
> shelves numbers and sub-divisions.
>
> It seemed to be something very obvious for me, imag
On 9/14/23 18:15, Bill Cunningham wrote:
I am just starting to get into the UEFI with my newer computer. I
notice that f38's auto partitioning creates a partition and formats it
with xfs. I suppose manually ext4 could be used. This drive I don't
believe is too big for ext4. But it would ta
I am just starting to get into the UEFI with my newer computer. I
notice that f38's auto partitioning creates a partition and formats it
with xfs. I suppose manually ext4 could be used. This drive I don't
believe is too big for ext4. But it would take a little time to format.
My questi
On 15/09/2023 10.22, Kevin Fenzi wrote:
On Fri, Sep 15, 2023 at 10:08:25AM +1000, Eyal Lebedinsky wrote:
On 15/09/2023 06.37, Kevin Fenzi wrote:
...snip...
Are you running a fc6 system? Or where do you have this rpm?
I am not running fc6, I run fc38.
ok.
I'd strongly advise you to... no
On Fri, Sep 15, 2023 at 10:08:25AM +1000, Eyal Lebedinsky wrote:
> On 15/09/2023 06.37, Kevin Fenzi wrote:
...snip...
> > Are you running a fc6 system? Or where do you have this rpm?
>
> I am not running fc6, I run fc38.
ok.
> > I'd strongly advise you to... not use a fc6 package at this point.
On 09/14/2023 03:49 PM, Mike Wright wrote:
I can't answer about mediawriter.
dd works well for creating bootable devices.
dd if=f38.iso of=/dev/sdX bs=1m (see note below about bs=)
I've always used mediawriter ever since it was available, and whatever
came before that as well. This is the f
On 15/09/2023 06.37, Kevin Fenzi wrote:
On Fri, Sep 15, 2023 at 12:29:56AM +1000, Eyal Lebedinsky wrote:
The below message shows, then the update proceeds to completion.
Is it a problem? Is there something I should do or is it something at the
repository side (which one?).
I found articles s
Mike Wright wrote:
> On 9/14/23 14:30, Joe Zeff wrote:
>> I know that there's a way to put the .iso onto the drive
>> with dd, but don't know the proper incantation as I've
>> never had to do it before. If somebody can provide it,
>> I'd be grateful.
>
> dd works well for creating bootable device
On 9/14/23 14:30, Joe Zeff wrote:
For a number of different reasons, my desktop is still on F25, and my
laptop's hard drive has failed. I need to make a bootable USB drive,
first to install F38 on my laptop's new drive and second to get my
desktop current. Alas, when I try to run mediawriter,
For a number of different reasons, my desktop is still on F25, and my
laptop's hard drive has failed. I need to make a bootable USB drive,
first to install F38 on my laptop's new drive and second to get my
desktop current. Alas, when I try to run mediawriter, it failed with a
Segmentation fau
On Fri, Sep 15, 2023 at 12:29:56AM +1000, Eyal Lebedinsky wrote:
> The below message shows, then the update proceeds to completion.
> Is it a problem? Is there something I should do or is it something at the
> repository side (which one?).
>
> I found articles suggested rebuilding the rpm db. How
Hi!
I've been looking for a inventory free software to track the mess I have
in my workshop and haven't found anything able to "adequately" track
shelves numbers and sub-divisions.
It seemed to be something very obvious for me, imagining big warehouses
with shelves and cartons and people bei
Den 2023-09-14 kl. 18:24, skrev Chris Adams:
Once upon a time, Jon Ingason said:
I am trying to clone /dev/sdb, Hitachi HTS545050A7E380, 465.76 GiB,
to /dev/sbc, Samsung SSD 870 EVO 500G, 465.76 GiB.
$ sudo dd if=/dev/sdb bs=4MB of=/dev/sbc bs=4MB conv=noerror,sync
Is it really "sbc", or is
Once upon a time, Jon Ingason said:
> I am trying to clone /dev/sdb, Hitachi HTS545050A7E380, 465.76 GiB,
> to /dev/sbc, Samsung SSD 870 EVO 500G, 465.76 GiB.
>
> $ sudo dd if=/dev/sdb bs=4MB of=/dev/sbc bs=4MB conv=noerror,sync
Is it really "sbc", or is it "sdc"? I expect it's the latter, and
I would not use the sync option, it may be the problem (especially
with the large blocksize) and it will significantly slow down
everything. Likely the disk full is that it simply cannot handle a
sync 4M write.
And you only need bs once and I typically use bs=1M. bs is for both streams.
On Thu,
I am trying to clone /dev/sdb, Hitachi HTS545050A7E380, 465.76 GiB, to
/dev/sbc, Samsung SSD 870 EVO 500G, 465.76 GiB.
$ sudo dd if=/dev/sdb bs=4MB of=/dev/sbc bs=4MB conv=noerror,sync
dd: Error while writing to /dev/sdc: Unit full
2+0 records in
1+0 records out
4194304 bytes (4,2 MB, 4,0 MiB) c
The below message shows, then the update proceeds to completion.
Is it a problem? Is there something I should do or is it something at the
repository side (which one?).
I found articles suggested rebuilding the rpm db. However, since this problem
happened on two machines
I find it unusual to ha
> On 13 Sep 2023, at 21:47, ToddAndMargo via users
> wrote:
>
> Hi All,
>
> Can auto updates be set to also update to
> the current release when it comes out?
No.
You have to decide to do a system-upgrade.
Of course you could use a management system to automate this.
I run a range of fed
23 matches
Mail list logo