I have a lenovo T530 on the way; i plan on installing Linux Mint on a 128gb mSata SSD.
I would like to create an 'OS partition' that i will use for mint or any other distro that i may like to try. How much space should i allocate?
Thanks!
PS yes im a linux n00b
-
Do you plan to dual boot windows with Mint from the SSD?
-
I will have windows 7 on a seperate hard drive.
I was thinking 30gb should be enough and also if it isnt, there is a way to change partition sizes afterwards. Is this true? -
30G is plenty, but if all you're putting on it is linux then you may as well just allocate the whole thing. If the rest of the mSATA is used for caching etc then yeah 30G is fine.
You can resize partitions using GParted. -
30G is a lot of space. Apps and OS won't take a whole lot, maybe 15GB for full blown desktop install. If you're dual booting you can mount your windows partitions for your data like documents, movies, music, etc.
-
HopelesslyFaithful Notebook Virtuoso
not sure about linux but win7 is like 40GB or whatever. I would do 60GB to be safe and you can always redo it like they said but if data is in the way you must move it off the drive or move it further down s you can move the partition.
-
Thanks for all the input! I have my question answered.
Here's another, after I install the mSata SSD, how to best format/prepare it? Should I partition it in Win7? Apparently 'alignment' is important; will formatting it in win7 deal with this issue correctly?
Also, the 30GB that I plan to have for Linux, what format should it be for best performance?
Is there anythings that I need to tweak in Linux for compatibility with a SSD drive? Disabled SWAP(whatever that is) perhaps?
Any info would be greatly appreciated!
Thanks! -
See Partition Alignment - do NOT setup a Swap Partition, think about using ZRAM (running compressed swap in ram).
You can further reduce disk writes by making /tmp a symbolic link pointing to /var/tmp & add the following to /etc/fstab so that temporary files also exist only in ram:
Code:tmpfs /var/tmp tmpfs defaults,noatime,noexec,nodev,nosuid,mode=1777 0 0
-
Since you have Windows on another HDD, I would just use the whole drive & modify when necessary.
Partition sizes on an mSata SSD?
Discussion in 'Linux Compatibility and Software' started by bassamie, Dec 31, 2012.