Results 1 to 10 of 70

Thread: Unnecessary var, tmp, and usr Partitions.

Hybrid View

  1. #1
    Join Date
    Aug 2011
    Location
    Melbourne, Australia.
    Beans
    Hidden!
    Distro
    Xubuntu 14.04 Trusty Tahr

    Unnecessary var, tmp, and usr Partitions.

    Hi all,

    I have been reading the progress of the following thread with interest.
    http://ubuntuforums.org/showthread.php?t=2103607

    I am in the situation whereby after reading some of the available documentation, I inadvertently created my 12.04.1 installation with var, tmp, and usr partitions thinking I was doing the right thing. Everything is working fine, however I have been toying with the idea of starting again. Things to be considered -

    Is it really worthwhile to change it now it has been done this way ?
    I fear that I may mess up the process of changing the partitions either by Gparted of with the Partitioning tool. I assume Gparted would be the logical choice - If I chose that option would have any problems with the procedure - What would I actually do ?

    At the EOL of Xubuntu 12.04 I may have to make a decision to change things around however at the moment I am really tempted to leave it as it is, but I am open to any suggestions.

    Edit: Does it matter that I have / before /boot ?

    Cheers and thanks -
    Attached Images Attached Images
    Last edited by BlinkinCat; January 11th, 2013 at 02:06 AM. Reason: Added Edit.
    PopularPages: A very handy Documentation Search Tool used by many.
    PopularPages Wiki Thread
    My New Blog

  2. #2
    Join Date
    Sep 2007
    Location
    Oklahoma, USA
    Beans
    2,378
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Unnecessary var, tmp, and usr Partitions.

    Quote Originally Posted by BlinkinCat View Post
    Hi all,

    I have been reading the progress of the following thread with interest.
    http://ubuntuforums.org/showthread.php?t=2103607

    I am in the situation whereby after reading some of the available documentation, I inadvertently created my 12.04.1 installation with var, tmp, and usr partitions thinking I was doing the right thing. Everything is working fine, however I have been toying with the idea of starting again. Things to be considered -

    Is it really worthwhile to change it now it has been done this way ?
    I wouldn't bother. The only disadvantage to your present setup is simply that you may have mis-estimated the amount of space to allocate to each partition, so you could run out of disk space unexpectedly. By having all of them share the main "/" partition the system will, in effect, rob Peter to pay Paul when it needs to.

    The var partition is the one most likely to fill, since that's where all the log files are stored. If you run into a situation that creates multiple GB of log data, /var may not be large enough to hold it. Next most likely to give a problem is /tmp. The /usr partition doesn't usually change in size very much, unless you keep adding new software to the system without getting rid of obsolete stuff.
    Quote Originally Posted by BlinkinCat View Post
    I fear that I may mess up the process of changing the partitions either by Gparted of with the Partitioning tool. I assume Gparted would be the logical choice - If I chose that option would have any problems with the procedure - What would I actually do ?
    I'll leave this question for OldFred or another poster more expert than I am at re-partitioning to answer.
    Quote Originally Posted by BlinkinCat View Post
    At the EOL of Xubuntu 12.04 I may have to make a decision to change things around however at the moment I am really tempted to leave it as it is, but I am open to any suggestions.
    I'll be interested in others' comments, too. My systems are always set up with just three partitionsL "/", "swap", and "/home." I give 10 GiB to /, RAM size plus 10% to swap, and the rest of the disk no matter its size to /home. My current boxes both have 500-GB drives but one of them dual-boots with Win7 (just in case I ever need it; I don't use it as a rule) so its drive is effectively only about 220 GiB.
    --
    Jim Kyle in Oklahoma, USA
    Linux Counter #259718
    Howto mark thread: https://wiki.ubuntu.com/UnansweredPo.../SolvedThreads

  3. #3
    Join Date
    Aug 2011
    Location
    Melbourne, Australia.
    Beans
    Hidden!
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: Unnecessary var, tmp, and usr Partitions.

    Hi Jim,

    Thank you for your assurance - at this stage I am thinking that a change may absolutely have to be made 2 1/4 years from now. I also run Unity and Gnome shell and figure I may have to make a critical choice at that time as 12.04 Unity will still have a considerable time to run to EOL. At this stage I am enjoying Xubuntu but decisions will have to be made at that time.

    I appreciate your input Jim and have taken note of it. -
    PopularPages: A very handy Documentation Search Tool used by many.
    PopularPages Wiki Thread
    My New Blog

  4. #4
    Join Date
    Aug 2011
    Location
    Melbourne, Australia.
    Beans
    Hidden!
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: Unnecessary var, tmp, and usr Partitions.

    Hi again,

    I have thought of another scenario. As the time period into the EOL is relatively early, perhaps any changes would be better made sooner rather than later. Therefore if I was to back up the system (rather crudely in my case via thumb drives) could I wipe the HD clean via Disk Utility and reformat partition to MBR. Is it possible to do this by firstly un-mounting the drive and then Formatting.
    Does Gparted do the same thing ? I am not sure how this is achieved.

    Any help would be appreciated.
    PopularPages: A very handy Documentation Search Tool used by many.
    PopularPages Wiki Thread
    My New Blog

  5. #5
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Unnecessary var, tmp, and usr Partitions.

    If you want to redo the allocation, you should be able to copy the stuff from /usr, /var and /tmp to your home directory, unmount those partitions, then copy the files back in (using sudo rsync -a or sudo cp -a) and then comment out the lines for those mounts in fstab.

    After you mess with fstab and make sure the system boots ok, expand the / partition and you should be good.

    It sounds more complicated than it is, but I have not actually done it in practice.

    However, if you do it that way, you would not need to reinstall. I would suggest running the commands from a livecd, so the OS isn't running while you are messing with stuff.
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

  6. #6
    Join Date
    Aug 2011
    Location
    Melbourne, Australia.
    Beans
    Hidden!
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: Unnecessary var, tmp, and usr Partitions.

    Hi Charles,

    I had to go out for 20 minutes or so and have only just now got back.

    You are dealing with a very unskilled operator here Charles - Your directions have confused me some-what. From what I understand I need to copy the contents of each partition to cd ?
    Could you give me the commands for one ?
    Secondly could you give me the command for copying the file back in for one example ?
    Thirdly I have never dealt with fstab before - could you kindly enlighten me ?

    I apologize for being such a pain Charles - you can see my knowledge is very limited. If you can guide me further I will be extremely grateful.

    Nevertheless, I would prefer to tackle the problem this way, as I will be learning something and the alternative would mean losing over 330 GiB Videos.

    Edit - I have attempted to learn more about fstab via the "Introduction to fstab" but find it difficult to understand practical examples.

    Step 1.
    mv /usr cd ?
    mv /var cd ?
    mv /tmp cd ?

    Step 2.
    Unmount each partition ?

    Step 3 ?

    Step 4 ?
    Last edited by BlinkinCat; January 11th, 2013 at 06:05 AM. Reason: Added Edit.
    PopularPages: A very handy Documentation Search Tool used by many.
    PopularPages Wiki Thread
    My New Blog

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •