0

I need to dual boot Windows and Ubuntu, but 256GB is really a small space to partition. Moreover, I have heard that partitioning SSD is not a good choice, tell me if I am wrong. I have read this on askubuntu.com.

I want to know that, is there a better way to get off with it? Like using some USB 3.0 removeable media/hard drive. How do you do it? I do not want to run out of space after partitioning. I use both ubuntu and windows heavily.

2 Answers2

2

SSD is just like HDD , partitioning is not a problem other than it might result in too small disk space. I managed to dual both on a 120GB but then i barely used windows.

The linked post suggests its not a great idea to put swap on your SSD, it doesnt' say partitioning is bad. Swap on SSD is fine , makes suspend/hibernate super fast. It might wear it out a little quicker but SSD isn't designed for long term storage anyway and you should have backups.

USB 3 is almost the same speed as sata so if your usage is uneven then i'd suggest putting the lesser used OS on the external disk.

It really depends on your workload and how much RAM you have , if you are editing big media files and really need the raw speed then nothing will be better than a full SSD install. Likewise if you have less than 4GB of ram then fast disk is essential as you will be swappign in and out of memory a lot.

If you have your OS on the SSD and your Data on the HDD then you will notice when you touch the HD as the system will slow. If its possible to get one system and its working data set on the SSD then it might be the way to go if your really really need performance.

Amias
  • 5,359
0

I installed ubuntu mint on a USB 3 32GB flash drive, and it works fine. If you install the bootloader to the USB drive and leave the bootloader on your internal drive in tact then when your USB key is not insterted it will boot windows, and when it is you can choose between linux and windows.

I use this option myself.

allebone
  • 136