Hardware - Support > Hard Drives and SSDs

Linux (LL) compatible SSD

<< < (2/3) > >>

Moltke:
@dentalcher Is this your pc? http://www.notebookreview.com/notebookreview/asus-k40in-review/

I don't really have any experience dealing with SSDs, but I can see that the k40n(from that review)ships with a 320GB 5400RPM hard drive, whereas the Kingston 240GB A400 SSD 2.5'' SATA uses a SATA Rev. 3.0 connection. I suggest you find out whether the k40n SATA ports meet that. You can do that via terminal:
Launch Linux Lite Terminal and type
--- Code: ---dmesg | grep -i sata | grep 'link up'
--- End code ---
and hit Enter. For example, running that in my hp notebook I got this

--- Code: ---$  dmesg | grep -i sata | grep 'link up'
[    3.611072] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    3.611145] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)

--- End code ---
Another way to find out SATA info is

--- Code: ---sudo smartctl -a /dev/sdX | grep "^SATA" # replace X with the appropiate, i.e /sda

--- End code ---
hit Enter and type in your password when asked, then hit Enter again. Here I get

--- Code: ---$ sudo smartctl -a /dev/sdb | grep "^SATA"
SATA Version is:  SATA 2.6, 1.5 Gb/s

--- End code ---
Once you know that, you might try searching for a SSD that meets the Rev. type and specifications. You could use this service https://linux-hardware.org/
First, you'll need to install the pkg hw-probe
--- Code: ---sudo apt install hw-probe
--- End code ---
once installed, make a probe with
--- Code: ---sudo -E hw-probe -all -upload
--- End code ---
Note that
--- Quote ---Private information (including the username, machine's hostname, IP addresses, MAC addresses, UUIDs and serial numbers) is NOT uploaded to the database.

--- End quote ---
Also, it might be that you need to upgrade the bios' firmware. https://www.asus.com/us/SupportOnly/K40IN/HelpDesk_BIOS/ To check whether that's the case, in LL terminal run
--- Code: ---sudo demidecode --type bios
--- End code ---
and if the version is lower than the one from the link above, you might consider upgrading it.
I've been thinking on replacing the HDD for a SSD on this hp too, now it seems I need to research about that, thanks to your thread :)
NOTE: Like I said, I don't have experience dealing with SSDs, so the info about is mostly intended to help you ping-pointing the possible reasons you're getting issues, and hopefully find a solution, what I mean is, that I could be wrong about the whole thing, and neither the SATA Rev type nor the bios have anything to do with that. Just wanted to make that clear. :)

stevef:
Did you look at the Linux Lite hardware database at

https://www.linuxliteos.com/hardware.php

There's 60000+ computer variants that have been reported as working.  Searching for 'ssd' reports 6000 results.  Maybe scan through those to try to find some SSD models which you can then check for current availability and compatibility with your hardware.

Personally, I'm happily running LL 5.6 on a Crucial CT250MX500SSD1 which I selected after checking the hardware DB.

trinidad:
Search like this:


--- Code: ---best SSD for ASUS K401N-VX129R
--- End code ---
Here's a start:
https://www.crucial.com/compatible-upgrade-for/asus/k40in


dentalcher:

--- Quote from: Moltke on September 06, 2021, 08:54:49 PM ---
Can you share the specs of your pc? I suggest downloading LL 5.6 https://www.linuxliteos.com/download.php and try with that one. Also, if the SSD has warranty, you might consider returning it and ask for another one.

--- End quote ---

Hi Moltke. thanks for your reply.
My pc:
ASUS K401N-VX129R
Intel Core 2 Duo T6600 2.2GHz FSB 800MHz, 2M L2 Cache
4GB DDR2 Memory
320GB HDD SATA
(1366x768) nVidia GF G102M 512MB VRAM (dedicated)
Intel® GL40 Express Chipset +ICH9M
Motherboard: 60-NVNMB1100-C22 Asus K40IN Intel Motherboard s478

Please let me know if there are other info you need. I already returned the SSD. That's why I"m seeking your help so I can get the right one. I intend to upgrade to LL 5.6 once I finally have an SSD. I just started to use Linux late July, the LL 5.4 - my first ever Linux after reading so many FOSS articles/blogs re "Windows Alternative" and "Best Light Weight Linux Distros". For now I'm sticking with 5.4 - it's running well and I'm learning & loving it...

Thanks again!

Moltke:

--- Quote from: dentalcher on September 06, 2021, 01:36:58 AM ---Hi. I need your help regarding internal SSDs. I am not tech savvy so please pardon me if my questions sound absurd to you:
1.   Will internal SSD work with a very old (12-year-old) laptop?
2.   Are there specific SSD brands/models that are compatible with Linux particularly with Linux Lite (LL is the only OS in this computer)? Some lesser known SSD brands include compatibility with Linux in their product description but I’m worried about their durability. The more known brands do not specify that they are compatible with Linux.
I asked because I replaced the original 320GB HDD (using only 15% OS + files) of my ASUS K401N with a Kingston 240GB A400 SSD 2.5'' SATA. I chose this because the memory (4GB) is also Kingston, and I believe, it’s a reliable low-cost brand. It fit perfectly, computer recognized it, but every time I would install LL 5.4 (always clean install, “Erase Disk and Install Linux” type) there was always a problem after another i.e. error in copying files during installation; cannot open an App; Install updates error (which I posted 2 issues in Installing Software section of the forum); Busybox Initramfs error every time I would reboot, etc. I never had trouble installing and using LL with the old HDD. After around 15 re-install attempts, I realized it was the SSD causing the problem. So for now I’m back with the HDD but I’d like to make it work faster so I want to replace the drive with an SSD.
3.   Is there anything that I should do first like formatting the SSD for LL, etc.?

Thanks very much for your input!

--- End quote ---

Can you share the specs of your pc? I suggest downloading LL 5.6 https://www.linuxliteos.com/download.php and try with that one. Also, if the SSD has warranty, you might consider returning it and ask for another one.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version