Wearout Prevention of SD card memory


29 posts   Page 2 of 2   1, 2
by s7mx1 » Wed Jan 02, 2013 11:54 am
Use USB or NFS as the rootfs for your pi if your are worried about sd card wearout. I don't recommend to mount read only rootfs then use tempfs to save all the changes since pi does not have a lot memory.
Posts: 79
Joined: Fri Sep 30, 2011 9:28 am
by Bergschreck » Wed Jan 02, 2013 6:17 pm
Today I tried to setup my system with a /home partition of type udf. That did not work. Accessing the udf partititon was extremely slow and throws lots of error messages like this:

Code: Select all
[   20.013398] UDF-fs: INFO Mounting volume 'home', timestamp 2013/01/02 14:05 (1000)
[   27.650417] mmc0: missed completion of cmd 18 DMA (512/512 [1]/[1]) - ignoring it
[   27.650473] mmc0: DMA IRQ 6 ignored - results were reset
[  105.216183] mmc0: final write to SD card still running
[  115.223636] mmc0: Timeout waiting for hardware interrupt - cmd12.
[  115.224807] mmcblk0: error -110 sending stop command, original cmd response 0x900, card status 0x900
Posts: 10
Joined: Tue Jan 01, 2013 7:41 am
by hojnikb » Wed Jan 02, 2013 8:09 pm
just use ext2 or ext4 without journal and you'll be good.
Using untested fs or fs not intended for flash use (udf) will cause more problems...

IF heavy write is in place, then just use hdd -- problem solved..
+°´°+,¸¸,+°´°~ Everyone should have a taste of UK Raspberry Pie =D ~°´°+,¸¸,+°´°+
Rasberry Pi, SoC @ 1180Mhz, 256MB Ram @ 550Mhz, 16GB SD-Card, Raspbian
User avatar
Posts: 75
Joined: Mon Jun 04, 2012 3:59 pm
Location: @Home
by hormiguero » Fri May 03, 2013 4:59 pm
Why not use RAMLOG to keep log files in memory? I have several Pi's, all using RAMLOG to minimize writing to the SD card. RAMLOG is available from http://www.tremende.com/ramlog/‎ If the SD led is tobe believed, there is no writing going on.
Posts: 6
Joined: Mon Sep 17, 2012 1:31 pm