6

I am going to do a reinstall of Ubuntu on my Laptop this holiday. I have an ASUS UL30VT, with no flash drive, and i just wondered. I never use my card-reader for anything, but i have a 32GB SD-card that i do not use really. I was then wondering if installing Ubuntu on that SD-card will improve my performance much? Would it be like SSD

dhojgaard
  • 1,137

4 Answers4

7

By experience, I can tell you that running Ubuntu on a SD card is usually unbearably slow. You won't get anywhere near SSD-like performance. This is due to the read and write speed limitations of SD cards and card readers.

Installing on a USB flash drive would give you at least equal, and most likely significantly better, performance.

Please note that I am only speaking from personal experience.

SirCharlo
  • 39,486
3

Worth noting that there's SD cards now that have R/W speeds of up 260MB/240MB per sec, respectively: See this article

Seth
  • 58,122
  • 1
    But, then, the read/write limitation of a typical laptop card reader may be a further limitation. Typically, SD card readers are on the USB2 bus, so we're talking a speed of less than 30 MB/sec. – K7AAY Nov 19 '13 at 00:20
2

I have done this and the result wasn't pleasant(read: it was slow). The instructions I followed were:

http://ubuntuforums.org/showpost.php?s=5cc607fc26815ce5fd89bddee599b84f&p=11915401&postcount=22

Andre
  • 203
2

Even using a class 10 sd card, the sequential speed would be ~10MB/s writting and ~20MB/s reading. That's not much compared to the 50+MB/s writting and 200+MB/s reading provided by entry level ssd disks.

Bruno
  • 21