<div dir="ltr"><div><div>That sounds really weird. <br></div>I've been working with an SSD for a while now and never had any of this issues (but I'm using it on a laptop so never had any power faults).<br></div><div>I don't know a lot about this but 10 mins sound like ages to me surely enough for the SSD to permanently save most of the changes <br></div><div><br><br></div><div>When you checked the file did you do it from PHP Storm or did you just checked it with a regular text editor ?<br></div><div>PHP Storm does a lot of version management for your changes it might be that it decided to restore your file in the wrong state.<br></div><div>what the PHP Storm history shows for the file ?<br><br></div><div>I wouldn't try to recreate this scenario on purpose, doesn't sound very healthy for the hardware in general.<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Sep 2, 2014 at 1:31 PM, Tim <span dir="ltr"><<a href="mailto:weirdit@gmail.com" target="_blank">weirdit@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Just hoping someone here can shed light on this one.<div><br><div>My /home is mounted on a SSD, and I was working on a new file the other day (source code), using PHPStorm as my editor. (I'm normally a Vim user, but having been trialling it for some of it's source code refactoring tools).</div>
<div>I had saved the file a number of times, and know the saves had been "working" as I'd been loading the PHP Class via the webserver, testing the components I was working on.</div><div>Then the power "failed" (a child bumped the powerpoint), and when I restarted the computer, the file I'd been working on, and the workspace.xml file PHPStorm uses to keep track of open files, were both empty. They both existed, but it was if they were truncated.</div>
<div>Given I'd only lost a small amount of work (it was a new class file), I started it again. 10 minutes later, the same happened, a child bumped the power cable, upon restart the same 2 files were again "truncated".</div>
<div>This time however, I'd gotten a bit more work done, and know I'd hit save many times while I'd worked, and checked both my Dropbox and my local script rdiff-backup script, and sure enough the file contents were in both locations. After the restart, Dropbox had of course "truncated" the file on the server to match my client, but thanks to revisions I was able to rollback to my last saved revision, and only lost 1 line, the line I was typing before the power outage.</div>
<div><br></div><div>So given that both Dropbox and my rdiff-backup script had the file contents, why was the file being truncated on the SSD, the origin for the file?</div><div><br></div><div>I can only assume that a file write cache was to blame, but my reading of 'man mount' suggests that the commit interval is 5 seconds. And that's supposed to be metadata and data. I checked with a few mount commands and verified that if you set the commit interval to the default of 5, it doesn't show in the mount options, changing it from the default you then see it in the mount options.</div>
<div><br></div><div><div>$ cat /proc/mounts |grep home</div><div>/dev/sdg2 /home ext4 rw,relatime,errors=remount-ro,data=ordered 0 0</div><div><br></div><div>The destination for the rdiff-backup script is local, but on a spinning disk HDD, and it's copy was correct. It's mount options are:</div>
<div>/dev/sde3 /mnt/data1 ext4 rw,relatime,data=ordered 0 0</div><div><br></div><div>The only other thing I can think of, is that the PHPStorm editor doesn't send a Sync command, allowing those writes to sit in cache, while rdiff-backup sends a Sync. But if that's the case, then the commit interval that mount talks about isn't accurate, and my googling pointing me to the commit interval is also wrong.</div>
<div><br></div><div>Any suggestions? I'm willing to recreate the scenario to try and work out why it's happening.</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Tim</div><div><br></div>-- <br>Timothy White - Somewhere in Australia<br><br>

</font></span></div></div></div>
<br>_______________________________________________<br>
PLUG discussion list: <a href="mailto:plug@plug.org.au">plug@plug.org.au</a><br>
<a href="http://lists.plug.org.au/mailman/listinfo/plug" target="_blank">http://lists.plug.org.au/mailman/listinfo/plug</a><br>
Committee e-mail: <a href="mailto:committee@plug.org.au">committee@plug.org.au</a><br>
PLUG Membership: <a href="http://www.plug.org.au/membership" target="_blank">http://www.plug.org.au/membership</a><br></blockquote></div><br></div>