Re: Enlarging the swap partition

2019-07-28 Thread Robert Moskowitz
On 7/28/19 8:27 AM, sixpack13 wrote: sixpack13 composed on 2019-07-27 14:24 (UTC): ... ... DFSee[1]... And it still supports IBM OS/2, neat, that brings up some good and some bad memories. worked on/with it 25 years ago ! What would be - with respect to Win10 user brainfxxk now- if IBM wer

Re: Enlarging the swap partition

2019-07-28 Thread sixpack13
> sixpack13 composed on 2019-07-27 14:24 (UTC): ... > ... DFSee[1]... > And it still supports IBM OS/2, neat, that brings up some good and some bad memories. worked on/with it 25 years ago ! What would be - with respect to Win10 user brainfxxk now- if IBM weren't so blind to give away the mark

Re: Enlarging the swap partition

2019-07-28 Thread Tim via users
On Sat, 2019-07-27 at 23:02 -0400, Robert Moskowitz wrote: > When you have a notebook install, you are locked into the drive you > have and whatever you did on the partitioning, you are stuck with, > for the most part. No adding a new drive with additional partitions. > > I originally deleted the

Re: Enlarging the swap partition

2019-07-28 Thread sixpack13
> When you have a notebook install, you are locked into the drive you have > and whatever you did on the partitioning, you are stuck with, for the > most part.  No adding a new drive with additional partitions. > Exactly, that was my main point: that YOU get more flexibilty with GPT on an one-

Re: Enlarging the swap partition

2019-07-28 Thread Robert Moskowitz
On 7/28/19 2:11 AM, Samuel Sieb wrote: On 7/27/19 10:51 PM, Ed Greshko wrote: On 7/28/19 11:37 AM, Robert Moskowitz wrote: The instructions I saw was to add (or replace?) with /mnt/swapfile swap swap defaults 0 0 Couple questions.  When I ran mkswap: # mkswap /mnt/swapfile Setting up swaps

Re: Enlarging the swap partition

2019-07-27 Thread Ed Greshko
On 7/28/19 2:11 PM, Samuel Sieb wrote: > On 7/27/19 10:51 PM, Ed Greshko wrote: >> On 7/28/19 11:37 AM, Robert Moskowitz wrote: >>> The instructions I saw was to add (or replace?) with >>> >>> /mnt/swapfile swap swap defaults 0 0 >>> >>> Couple questions.  When I ran mkswap: >>> >>> # mkswap /mnt/s

Re: Enlarging the swap partition

2019-07-27 Thread Samuel Sieb
On 7/27/19 10:51 PM, Ed Greshko wrote: On 7/28/19 11:37 AM, Robert Moskowitz wrote: The instructions I saw was to add (or replace?) with /mnt/swapfile swap swap defaults 0 0 Couple questions.  When I ran mkswap: # mkswap /mnt/swapfile Setting up swapspace version 1, size = 8 GiB (8589930496 b

Re: Enlarging the swap partition

2019-07-27 Thread Ed Greshko
On 7/28/19 11:37 AM, Robert Moskowitz wrote: > The instructions I saw was to add (or replace?) with > > /mnt/swapfile swap swap defaults 0 0 > > Couple questions.  When I ran mkswap: > > # mkswap /mnt/swapfile > Setting up swapspace version 1, size = 8 GiB (8589930496 bytes) > no label, UUID=ad2c68

Re: Enlarging the swap partition

2019-07-27 Thread Felix Miata
sixpack13 composed on 2019-07-27 14:24 (UTC): > If I were you I would get rid off that partion schema and would change it to > GUID partioning ! I don't know if it's able to do without new installation ! I have only nominal familiarity with partitioning tools other than that which I've been usin

Re: Enlarging the swap partition

2019-07-27 Thread Robert Moskowitz
On 7/26/19 12:10 PM, Alexander Ruetz wrote: I don’t know how risky it is to shrink existing partitions but you also could use a swap file instead of a partition So I just did this using the following commands: fallocate --length 8GiB /mnt/swapfile chmod 600 /mnt/swapfile mkswap /mnt/swapfil

Re: Enlarging the swap partition

2019-07-27 Thread Robert Moskowitz
When you have a notebook install, you are locked into the drive you have and whatever you did on the partitioning, you are stuck with, for the most part.  No adding a new drive with additional partitions. I originally deleted the default LVM setup and then created the ext4 partitions you see i

Re: Enlarging the swap partition

2019-07-27 Thread sixpack13
sure the OP doesn't need GPT. Not strongly/imperative ! and my suggestions are far away from just "extend swap". but he needs to save his data anyway (backup) before he moves his partitions with gparted. - I never would manipulate partition WITHOUT an backup ! - a second backup is needed ag

Re: Enlarging the swap partition

2019-07-27 Thread Tony Nelson
On 19-07-27 10:24:54, sixpack13 wrote: If I were you I would get rid off that partion schema and would change it to GUID partioning ! I don't know if it's able to do without new installation ! You would have to copy all the data off and back on; might as well re-install. What I suggested using

Re: Enlarging the swap partition

2019-07-27 Thread sixpack13
If I were you I would get rid off that partion schema and would change it to GUID partioning ! I don't know if it's able to do without new installation ! In my view/with my understanding: if you ever get in the position/the need to do an new install with new partioning your /home on an logical

Re: Enlarging the swap partition

2019-07-26 Thread Samuel Sieb
On 7/26/19 9:48 AM, Robert Moskowitz wrote: Ah, so I could create a swap file of 4GB, add that to fstab and give it a go. Yes. Or make the file 8GB and make it the first swap unit with the physical the 2nd so that a large image to suspend would more likely fit. Suspend doesn't use swap, tha

Re: Enlarging the swap partition

2019-07-26 Thread Robert Moskowitz
On 7/26/19 12:10 PM, Alexander Ruetz wrote: I don’t know how risky it is to shrink existing partitions but you also could use a swap file instead of a partition Ah, so I could create a swap file of 4GB, add that to fstab and give it a go. Or make the file 8GB and make it the first swap un

Re: Enlarging the swap partition

2019-07-26 Thread Alexander Ruetz
I don’t know how risky it is to shrink existing partitions but you also could use a swap file instead of a partition Alex ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora

Re: Enlarging the swap partition

2019-07-26 Thread Tony Nelson
On 19-07-26 10:33:49, Robert Moskowitz wrote: I erred in setting up my F30 system.  Since the notebook has 4GB memory, the install set up swap of 4GB. This is not enough. ... So the question for now is can I shrink partition 4-5 ... and expand swap, or is this just too risky and just go w

Re: Enlarging the swap partition

2019-07-26 Thread Robert Moskowitz
On 7/26/19 10:50 AM, Ed Greshko wrote: On 7/26/19 10:33 PM, Robert Moskowitz wrote: I erred in setting up my F30 system.  Since the notebook has 4GB memory, the install set up swap of 4GB. This is not enough.  I have two options.  Add more memory (which will take more electrons to support),

Re: Enlarging the swap partition

2019-07-26 Thread Ed Greshko
On 7/26/19 10:33 PM, Robert Moskowitz wrote: > I erred in setting up my F30 system.  Since the notebook has 4GB memory, the > install set > up swap of 4GB. > > This is not enough.  I have two options.  Add more memory (which will take > more > electrons to support), or enlarge swap.  Of course mo

Enlarging the swap partition

2019-07-26 Thread Robert Moskowitz
I erred in setting up my F30 system.  Since the notebook has 4GB memory, the install set up swap of 4GB. This is not enough.  I have two options.  Add more memory (which will take more electrons to support), or enlarge swap.  Of course more swapping even to an SSD will probably use more electr