**** BEGIN LOGGING AT Sun Aug 31 02:59:59 2014 Aug 31 06:35:12 mornin... Aug 31 08:33:49 DocScrutinizer05: you had some objections about lis3lv02d driver in upstream kernel Aug 31 08:34:09 can you write somewhere notes about it? Aug 31 08:40:38 (btw, I found lis3 accelerometer in my notebook connected via smbus intel Lynx Point controller and lis3lv02d_i2c driver can detect and use it) Aug 31 09:02:24 is it possible to convert mydocs to ext3? Aug 31 09:02:35 and let it automount Aug 31 09:32:03 figured it out :D Aug 31 09:32:14 ext3 kicks the arse out of fat Aug 31 09:32:23 what keeps on getting corrupted Aug 31 14:43:14 wizbit: I believe some applications play up with non-FAT MyDocs Aug 31 14:48:38 camera had an issue since they created dcim/ but tried to write to DCIM/* or sth like that Aug 31 14:49:39 other than that, MyDocs *should* be fs-neutral. Of course except mass storage mode Aug 31 14:54:07 but I'm generally doubting ext3 (or any journalling fs in that respect) is really the ideal fs for flash. Journal is optimized for storage where sequencial writes take very little time and "come for free". On flash *every* write is something you better avoid if you can Aug 31 14:55:22 DocScrutinizer05: see ^^^ about lis driver Aug 31 14:55:36 yeah. I pondered what to say Aug 31 14:57:40 maybe just so much: the driver MUST be based on IRQ driven concept. Poll is unacceptable. And it also must support a way to configure the filters of lis302 - a consequence from mandatory IRQ usage, since the filters determine when a IRQ will fire Aug 31 14:58:55 the 100Hz clocked mode is deprecated, even though it uses IRQ Aug 31 14:59:10 It was to do with file permissions for the applications IIRC. Aug 31 14:59:24 generaly an IRQ must happen only when an event is pending Aug 31 14:59:35 sixwheeledbeast: that too Aug 31 14:59:58 rather: owner Aug 31 15:00:17 FAT doesn't know about file owners Aug 31 15:00:22 :nod: Aug 31 15:01:57 sth like: when DCIM is missing, then a root process creates DCIM root:root 644. Then a user process tries to write to dcim/1st-photo.jpg Aug 31 15:03:12 on FAT that will work since no file owners and no 644 permissions either, and no distinguishing between upper and lower case filenames Aug 31 15:03:49 but I think that's been fixed by Nokia somewhere in PR1.2 or 1.3 Aug 31 15:09:39 could using the wrong charger damage the n900 battery / msd card? Aug 31 15:10:42 no Aug 31 15:10:58 my mssd card keeps on getting corrupted Aug 31 15:11:33 maybe cfdisk is corrupting it Aug 31 15:11:35 a *defect* charger however could fry any device you plug to it Aug 31 15:12:03 mssd? Aug 31 15:12:38 yep Aug 31 15:13:09 i will mkfs.ext3 again Aug 31 15:13:19 could a defect battery corrupt it? Aug 31 15:13:46 what's mssd? Aug 31 15:14:09 the extra ssd card you install on a n900 Aug 31 15:14:25 commonly used terms are "eMMC" and micro-SD aka uSD or µSD Aug 31 15:14:57 "eMMC" is embedded MultiMediaCard Aug 31 15:15:11 so MyDocs basically Aug 31 15:16:32 a defect battery that causes device to shut down hard, without an opportunity to flush/sync storage buffers, will definitely damage eMMC and uSD likewise Aug 31 15:17:34 aye ok Aug 31 15:17:57 shutting down the phone from shutdown menu should be a clean to shut it down? Aug 31 15:19:18 yes Aug 31 15:22:20 what about if i did a shutdown from the terminal on the n900? Aug 31 15:22:23 or reboot Aug 31 15:27:39 should all be safe Aug 31 15:27:58 more or less Aug 31 15:28:34 wizbit: You on CSSU-T? Aug 31 15:28:55 cssu stable Aug 31 15:29:26 eMMC seems ok that moment Aug 31 15:29:44 i make sure i logout of ssh sessions and im not cd into a eMMC partition Aug 31 15:29:48 then reboot using phone only Aug 31 15:31:04 umount wont work if cd is on eMMC Aug 31 17:38:28 you shouldn't umount anything before shutdown. initscripts do that for you Aug 31 17:43:29 for reboot in terminal the preferred methos is `dsmetool --reboot` Aug 31 17:47:15 Question is if the uSD card is corrupted already before reboots Aug 31 17:50:24 yup, sure Aug 31 17:50:59 poor contacts may do havoc to uSD Aug 31 17:51:39 also there are bad cards that need no further trigger to corrupt data Aug 31 17:53:24 And don't run fsck on ext3 on sd Aug 31 17:53:42 but if also vfat is getting damaged... Aug 31 17:54:47 otoh removing battery too fast after shutdown is probably also a nice way to mess up stuff. Device is not off already when screen goes black, it still does another few seconds of cleanup in act-dead mode before it actually shits down Aug 31 17:55:39 shuts*, but meh, fits Aug 31 17:58:57 I have modified power off LED pattern to not go completely off at the end of the fade out, but to still shine a bit, so when it goes off I know that the shutdown is completed Aug 31 18:00:50 My samsung pro card has survived sudden powerloss many many times Aug 31 18:07:30 yeah, fsck on ext3 on a sd is silly Aug 31 18:07:35 just mount it and use it Aug 31 19:19:06 dos1, sounds like a good idea Aug 31 19:19:26 sometimes it takes so long for it to have shut down **** ENDING LOGGING AT Mon Sep 01 02:59:58 2014