search for: codigolibre

Displaying 7 results from an estimated 7 matches for "codigolibre".

2014 Jun 06
2
Recommended minimal amount of free space to keep?
...tion but I have not based that on anything just guess. So, what % hysteresis do you recommend? For example, when they get 70% full then grow them so that they get 50% full? Other values? Thanks for the hints! Good day everyone. -- Ivan Baldo - ibaldo@adinet.com.uy - http://ibaldo.codigolibre.net/ From Montevideo, Uruguay, at the south of South America. Freelance programmer and GNU/Linux system administrator, hire me! Alternatives: ibaldo@codigolibre.net - http://go.to/ibaldo
2014 Oct 12
0
power loss protection
...nd run the same tool but in a "check mode" that tells me if the requested data before the barrier is really there. Something sysadmin friendly or maybe even user friendly, but not too hard to use. Thanks for your insight! -- Ivan Baldo - ibaldo@adinet.com.uy - http://ibaldo.codigolibre.net/ From Montevideo, Uruguay, at the south of South America. Freelance programmer and GNU/Linux system administrator, hire me! Alternatives: ibaldo@codigolibre.net - http://go.to/ibaldo
2014 Jun 08
0
Re: Recommended minimal amount of free space to keep?
...sed that on anything just guess. > So, what % hysteresis do you recommend? For example, when they get 70% full then grow them so that they get 50% full? Other values? > Thanks for the hints! > Good day everyone. > > -- > Ivan Baldo - ibaldo@adinet.com.uy - http://ibaldo.codigolibre.net/ > From Montevideo, Uruguay, at the south of South America. > Freelance programmer and GNU/Linux system administrator, hire me! > Alternatives: ibaldo@codigolibre.net - http://go.to/ibaldo > > _______________________________________________ > Ext3-users mailing list > Ext3...
2014 Sep 29
1
Re: problems with usb stick after suspend and wake up
...the USB stick, but when retrying and seeing that the resets are unsuccessful, could the USB power be removed for the stick for half a second and restored and the write retried then? Have a nice day! P.s.: sorry if I am saying nonsense... -- Ivan Baldo - ibaldo@adinet.com.uy - http://ibaldo.codigolibre.net/ From Montevideo, Uruguay, at the south of South America. Freelance programmer and GNU/Linux system administrator, hire me! Alternatives: ibaldo@codigolibre.net - http://go.to/ibaldo
2014 Sep 29
0
Re: problems with usb stick after suspend and wake up
On Mon, 29 Sep 2014, Norbert Preining wrote: > Hi Alan, > > sorry for the journalctl output. I have now done the following:L > > * boot into 3.17-rc7 > * mount the usb stick (recovery completed) > * unmount, mount, unmount - just to be sure all is fine > * started usbmon capturing on bus 3 > * mount the usb stick > * suspend to ram > * wake up > now the
2014 Oct 11
2
Re: CF Card wear optimalisation for ext4
Something else that you might want to do is count the number of journal commits that are taking place, via a command like this: perf stat -e jbd2:jbd2_start_commit -a sleep 3600 This will count the number of jbd2 commits are executed in 3600 seconds --- i.e., an hour. If you are running some workload which is constantly calling fsync(2), that will be forcing journal commits, and those turn into
2014 Sep 29
3
Re: problems with usb stick after suspend and wake up
Hi Alan, sorry for the journalctl output. I have now done the following:L * boot into 3.17-rc7 * mount the usb stick (recovery completed) * unmount, mount, unmount - just to be sure all is fine * started usbmon capturing on bus 3 * mount the usb stick * suspend to ram * wake up now the stick is "officially" mounted (/proc/mounts) * umount error messages pop up * try to mount more