Partition linux best practice
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto | Site FAQ | Sitemap | Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux — A Hands on Guide This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter. For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author’s experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own. Linux Mint ForumsWelcome to the Linux Mint forums! Disk Partitions — Best Practice ?Disk Partitions — Best Practice ?Post by mike acker » Thu Feb 11, 2016 6:48 pm any suggestions for a Best Practice for Disk Partitions? should there be 1 Primary partition with 3 extended partitions? evidently about 30 GB is enough for 1 and 3; this would leave space for a second primary partition — which could be 500 GB for a Windows install there seem to be as many views on this as there are essays so I was hoping we have a recomendation for a Best Practice to get started on Re: Disk Partitions — Best Practice ?Post by Fred Barclay » Thu Feb 11, 2016 7:38 pm That looks pretty good to me. My setup: / and swap add up to 29 GB; just 1 GB short of your value. I use GPT so extended/logical partitions are not a worry for me, but considering your scenario, keeping Mint inside an extended partition makes sense. That is—your disk used the MBR scheme, right? Re: Disk Partitions — Best Practice ?Post by austin.texas » Thu Feb 11, 2016 8:19 pm mike acker wrote: any suggestions for a Best Practice for Disk Partitions? should there be 1 Primary partition with 3 extended partitions? Re: Disk Partitions — Best Practice ?Post by Pierre » Fri Feb 12, 2016 3:18 am under win-xp — you could do the whole lot with just primary partitions, the actual size(s) does really depend on the size of your HDD. my HDDs traditionally are quite small, and so are usually sized at about half of those mentioned. Re: Disk Partitions — Best Practice ?Post by BigEasy » Fri Feb 12, 2016 3:32 am Re: Disk Partitions — Best Practice ?Post by Pjotr » Fri Feb 12, 2016 5:40 am Opinions differ and will continue to differ. I hereby predict that no consensus will be reached on a «best practice». My take: just two partitions. One for root and one for swap. Root preferably on a primary partition; only on a logical one when unavoidable. 1. I consider a separate /home to be an unnecessary complication, because you need *external* backups of your documents anyway. Granted, it makes re-installing a bit easier, but how often do you have to re-install? 2. In my opinion a separate swap partition is needed because a. I think it’s useful when my system can swap under extreme duress and b. I don’t want the junk in the swap polluting my root partition (so I don’t want the swap to be a file on my root partition, like in Windows). Re: Disk Partitions — Best Practice ?Post by BigEasy » Fri Feb 12, 2016 6:09 am Re: Disk Partitions — Best Practice ?Post by Moem » Fri Feb 12, 2016 6:31 am If your issue is solved, kindly indicate that by editing the first post in the topic, and adding [SOLVED] to the title. Thanks! Re: Disk Partitions — Best Practice ?Post by mike acker » Fri Feb 12, 2016 7:42 am thanks for all the notes and input guys! failing a «Best Practice» perhaps a Beginners’ Recommendation could be possible ? the reason I ask is: when my Win7 box died I replaced the Hard Drive with a 1TB WD and installed a fresh copy of LMDE(2),— hoping to run Epson Perfection V500 scanner and Canon DPP using WINE . Neither of these worked out . I replaced the LMDE(2) with a regular dist. of MINT 17.3 — and, using WINE plus the PlayonLinux WINE-front end — I got closer — but no Cigar . My guess the usual trouble — a non supported Window call. My last effort then was to install a Win8.1 OEM — and of course this reformatted the disk as NTFS . the Win8.1 OEM failed as I couldn’t get the proper support for the monitor installed . I had started with an HP 1440×900 which my wife discarded — and which works perfect in Linux — but the Win8.1 OEM did not offer the 1440×900 resolution as an option . So,— I went and bought a nice Samsung 1920×1080 monitor — which is basically the standard monitor these days — and the Win8.1 OEM didn’t offer that resolution for that monitor either. A messed up match on resolution would be totally unacceptable for the Canon DPP application,— probably I should not have bought the OEM dist. dunno but this whole Win mess feels a lot like throwing good money after bad. so, I went back to re-install LMDE(2) however: the LMDE(2) installer doesn’t partition the disk automatically like the std. dist. does and left me looking at the partition screen feeling pretty dumb ( and needing to learn how to partition a disk ) I’ve since re-loaded the main Dist. of MINT 17.3 — which is running great — but leaves me with a bad feeling about Windows apps,— I now have one Windows system running — my wife’s Win7 — and — the MSFT/maintenace process could knock that one out — just as it did mine . which would leave one critical program,— that being Turbotax. I’ll try Turbotax under WINE today. If that works I think I can live with work-arounds on the other two . Re: Disk Partitions — Best Practice ?Post by srq2625 » Fri Feb 12, 2016 7:43 am This is one of the most religious questions in the Linux world. Given (n) responders, you are likely to get at least (n+1) answers. So, let me add mine to the mess: Considerations:
Given the stated desire to dual-boot with Windows (the version of Windows, as was pointed out above, does impact on things):
|