Linux Lite Forums
Dual booting with windows 10 - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5)
+--- Forum: Installing Linux Lite (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=17)
+--- Thread: Dual booting with windows 10 (/showthread.php?tid=2276)

Pages: 1 2 3 4


Re: Dual booting with windows 10 - TMG1961 - 10-08-2015

Got a ssd from a friend, she bought a larger one. Its a ssd, a samsung 850 evo 120gb. Got it for half the price of a new one, she only used it for a few weeks.
So installed it in laptop, did a clean install of Linux and then followed the instructions for trimming the ssd in the help manual.

Is there anything else i need to do? During installing Linux Lite i just accepted the default settings, didnt create any partitions myself.


Re: Dual booting with windows 10 - Wirezfree - 10-08-2015

Hi,

No, you should be good to go.
There have been some firmware updates for certain Samsung SSD's,
but I have never had any issues, so have never bothered.

Early on there was an issue with data being incorrectly aligned to disk sectors.
It should not be an issue any more... But you can check with:
Code:
sudo blockdev --getalignoff /dev/sda1
It should return a "0" (zero)

Hopefully you should have noticed an improvement in boot time.?


Re: Dual booting with windows 10 - TMG1961 - 10-08-2015

Did the check and it did return a 0
The boottime is now 23 seconds..thats from pushing the power button untill fully booted and ready to use
Its a lot faster then my old hd, but not as fast as it can be..speeds are around 250MB/sec


Edit: and an extra bonus..the laptop isnt making so much noise anymore..no rattling hd Smile
Now i only hear the fan


Re: Dual booting with windows 10 - Wirezfree - 10-08-2015

O.K on the "0", that's good.

Regarding speed... that is down to H/W ~ Disk interface, SATA 1, 2 or 3..?
Try a:
Code:
sudo hdparm -t /dev/sda

On my new PC with SATA3
On Disk1 ~ SSD:
Code:
/dev/sda:
Timing buffered disk reads: 1552 MB in  3.00 seconds = 516.84 MB/sec


On Disk 2 ~ WD 2.5" "Black", about the fastest consumer 2.5" H.D available.
Code:
/dev/sdb:
Timing buffered disk reads: 334 MB in  3.01 seconds = 111.06 MB/sec






Re: Dual booting with windows 10 - TMG1961 - 10-08-2015

I got: Timing buffered disk reads: 780 MB in  3.01 seconds = 259.36 MB/sec
I think the Disk interface is sata 1..but not sure about that


Re: Dual booting with windows 10 - Wirezfree - 10-08-2015

That's fine, all looks good Smile