Re: mount -u effects

2012-12-11 Thread Polytropon
On Tue, 11 Dec 2012 11:39:24 +0330, takCoder wrote: > but, how to become sure my write operations are completely finished?? by > obtaining some sort of sleep time before my restart command in my upgrade > shell for example? or there are other special ways to do so? Basically, no user action is nee

Re: mount -u effects

2012-12-11 Thread takCoder
nice and quick point! thanks a lot :) > You could have found it out by refering to "man mount". :-) yes, it seems to be right! ;) > So I'd say you should always take care that write operations are finished properly (and so brought to an end) but, how to become sure my write operations are comple

Re: mount -u effects

2012-12-10 Thread Polytropon
On Tue, 11 Dec 2012 10:55:10 +0330, takCoder wrote: > via googling, i found out that i can use "mount -u" on the mentioned > device, and then after doing whatsoever needed, when i restart my server > the ro permission will be back via applying old fstab.. You could have found it out by refering to