Does anyone know about any usb ssd disks which work with Linux, and which Linux can boot from?
If the disk also have a sata connector it will be even better.
|
feedback
|
|
What you call "real usb harddisk" is exactly the same as putting a generic hard drive in a case equipped with a sata to usb converter. The difference is they are just assembled in the factory and do not necessarily offer a straightforward way to change the drive. Sometimes you can only do it by breaking the case. I have tested several of generic sata to usb cases and all of them worked correctly : the drive was accessible and could be used as a boot drive. There is nothing specific in the distros, all of them use a 2.6 linux kernel. If you really want to know a name of a brand, I can confirm that Icy Box cases are indeed working with linux as I have two of them at home (one 3.5" and one 2.5") right now and both are ok. | |||
|
feedback
|
|
You should be able to use any USB-to-SATA converter to use the SATA-SSD as external USB drive. | |||||||
feedback
|
|
I haven't exactly, but it is probably just like booting from a USB stick. You either have to have all the drivers compiled into the kernel (including the USB controller and block device drivers, which usually aren't), or use an initrd (initial ram disk) that can dynamically load drivers from. If the disk has a SATA connector then it will look just like any other SATA disk to Linux. Same rules apply, but SATA does not require the USB subsystem in-kernel. | |||||||||
feedback
|