<---- template headericclude ----->
Best way to increase Fedora partitions ~ / ? - Page 2
FedoraForum.org - Fedora Support Forums and Community
Page 2 of 2 FirstFirst 12
Results 16 to 27 of 27
  1. #16
    Join Date
    Jun 2005
    Location
    Montreal, Québec, Canada
    Posts
    9,156
    Mentioned
    23 Post(s)
    Tagged
    0 Thread(s)

    Re: Best way to increase Fedora partitions ~ / ?

    You have to revise the /etc/fstab of the new system, or it is going to not make changes
    When you create or modify partitions, the UUID most often changes

    run sudo blkid /dev/sda* if the new partition is /dev/sda
    Look at the output of the blkid program for the partition lists and compare the UUID values with the /etc/fstab You need to paste over the UUID value with the new UUID

    Even though you used rsync, also compare the format type. an ext4 system should remain ext4 on the new partitions.
    Last edited by lsatenstein; 8th March 2018 at 04:53 AM.
    Leslie in Montreal

    Interesting web sites list
    http://forums.fedoraforum.org/showth...40#post1697840
    We get too soon old, and too late smart!

  2. #17
    Join Date
    Jul 2014
    Location
    EU
    Posts
    522
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Best way to increase Fedora partitions ~ / ?

    Quote Originally Posted by donatom
    Have you either run "# mount -a" or restarted your system to activate changes in the fstab file so that your system will auto mount your new /home partition?
    Yes, I've restarted system.

  3. #18
    Join Date
    Jul 2014
    Location
    EU
    Posts
    522
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Best way to increase Fedora partitions ~ / ?

    Quote Originally Posted by lsatenstein
    You have to revise the /etc/fstab of the new system, or it is going to not make changes
    When you create or modify partitions, the UUID most often changes

    run sudo blkid /sdv/sda* if the new partition is /dev/sda
    Look at the output of the blkid program for the partition lists and compare the UUID values with the /etc/fstab You need to paste over the UUID value with the new UUID

    Even though you used rsync, also compare the format type. an ext4 system should remain ext4 on the new partitions.
    I've checked all and it looks correct, it's same file system ext4.

    sudo blkid /sdv/sda*
    do you mean sudo blkid /dev/sda* ?

  4. #19
    Join Date
    Jun 2005
    Location
    Montreal, Québec, Canada
    Posts
    9,156
    Mentioned
    23 Post(s)
    Tagged
    0 Thread(s)

    Re: Best way to increase Fedora partitions ~ / ?

    Yes, There was a typo I wrote /dev/sd... but the dev got garbled on the way to the forum. I usually proof read my posts, so blame me for the typo.
    Leslie in Montreal

    Interesting web sites list
    http://forums.fedoraforum.org/showth...40#post1697840
    We get too soon old, and too late smart!

  5. #20
    Join Date
    Dec 2009
    Location
    Malibu, California
    Posts
    478
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Best way to increase Fedora partitions ~ / ?

    Quote Originally Posted by lsatenstein
    The last time I tried, the live ISO does not allow installation of gparted. Its restricted to only allow installations to hard disk.
    I'll recommend to try an install of parted package even if gparted is installed or can't be installed OR don't want an extra / unused installed package.
    As I have both parted and gparted installed - but never use gparted I think it would be a worthy uninstall candidate for me.
    Parted gives ya'all complete control of cylinder start stop etc. Here's a manual :

    https://www.gnu.org/software/parted/...nvoking-Parted
    2.3 Command Line Options

    When invoked from the command line, Parted supports the following syntax:

    # parted [option] device [command [argument]]

    Available options and commands follow.[in above linked parted manual]
    For detailed explanations of the use of Parted commands, see Command explanations. Options begin with a hyphen, commands do not:
    Last edited by jenaniston; 8th March 2018 at 05:29 PM.

  6. #21
    Join Date
    Dec 2013
    Location
    United Kingdom
    Posts
    7,137
    Mentioned
    6 Post(s)
    Tagged
    1 Thread(s)

    Re: Best way to increase Fedora partitions ~ / ?

    KDE Partition Manager is also a decent option if using that particular desktop environment. It has the option to align sectors, declare start and end points etc. too.

  7. #22
    Join Date
    Jul 2014
    Location
    EU
    Posts
    522
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Best way to increase Fedora partitions ~ / ?

    Quote Originally Posted by lsatenstein
    Yes, There was a typo I wrote /dev/sd... but the dev got garbled on the way to the forum. I usually proof read my posts, so blame me for the typo.
    There is no reason for blaming anyone, I'm grateful for any help or attempt.
    Last edited by boycottsystemd; 30th March 2018 at 11:23 AM.

  8. #23
    Join Date
    Jul 2014
    Location
    EU
    Posts
    522
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Best way to increase Fedora partitions ~ / ?

    Quote Originally Posted by jenaniston
    I'll recommend to try an install of parted package even if gparted is installed or can't be installed OR don't want an extra / unused installed package.
    As I have both parted and gparted installed - but never use gparted I think it would be a worthy uninstall candidate for me.
    Parted gives ya'all complete control of cylinder start stop etc. Here's a manual :

    https://www.gnu.org/software/parted/...nvoking-Parted

    For detailed explanations of the use of Parted commands, see Command explanations. Options begin with a hyphen, commands do not:
    Thank you, resizing partition using gparted or other tools would require big amount of time. I'm trying to avoid it because the more time it take, the more risk of troubles, loss of data etc.

  9. #24
    Join Date
    Jun 2005
    Location
    Montreal, Québec, Canada
    Posts
    9,156
    Mentioned
    23 Post(s)
    Tagged
    0 Thread(s)

    Re: Best way to increase Fedora partitions ~ / ?

    gparted is the most easy to use, easier than parted. gparted is visual. You see what you are going to do before you do the commit.
    Leslie in Montreal

    Interesting web sites list
    http://forums.fedoraforum.org/showth...40#post1697840
    We get too soon old, and too late smart!

  10. #25
    Join Date
    Jul 2014
    Location
    EU
    Posts
    522
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Best way to increase Fedora partitions ~ / ?

    Quote Originally Posted by lsatenstein
    gparted is the most easy to use, easier than parted. gparted is visual. You see what you are going to do before you do the commit.
    I like gparted but it get frozen recently on another machine and I've lost some files so I would like to avoid it in this case and not move big amount of data using gparted.

  11. #26
    Join Date
    Jul 2014
    Location
    EU
    Posts
    522
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Best way to increase Fedora partitions ~ / ?

    There was mistype in rsync command.

    Correct command is:
    Code:
    sudo rsync -ar --progress /home/*  /path/to/your/new/mounted/home/partition

    So I can use new home folder now.

  12. #27
    Join Date
    Jul 2014
    Location
    EU
    Posts
    522
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Best way to increase Fedora partitions ~ / ?

    There is one remaining problem: initial directory of PcManFM and terminals is root / instead of the user's home ~. Is it please possible set current directory back to home ?

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Fedora 26 - LVM disk - increase SWAP size
    By stevewalsh in forum Using Fedora
    Replies: 5
    Last Post: 25th September 2017, 10:34 AM
  2. Fedora 24 increase home LVM
    By chadit in forum Using Fedora
    Replies: 3
    Last Post: 10th October 2016, 05:28 AM
  3. Fedora USB Mouse Polling Increase
    By CeTis in forum Guides & Solutions (Not For Questions)
    Replies: 2
    Last Post: 11th May 2012, 09:31 PM
  4. Increase the Fedora partition
    By Computerphile in forum Using Fedora
    Replies: 3
    Last Post: 31st July 2011, 02:25 AM
  5. Huge increase in Fedora Core hacking
    By darkhatter in forum Fedora Focus
    Replies: 10
    Last Post: 14th November 2006, 03:09 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
[[template footer(Guest)]]