Shachar Shemesh wrote:
Michael Sternberg wrote:
> Hello
> Does Linux have something like lockfs(1M) functionality in Solaris ? I
> want to lock filesystem on some particular volume for writes and to
> flush all caches of that filesystem. After that I want to release the
> lock.
mount / -o remount,ro
?

1. Is it performs flush of filesystem cache buffers as well ?
2. Doesn't it invalidates all handles to that volume that were opened with write access ? 3. Why in Solaris do they have a special command ? "mount / -o remount,ro" will work there also..


=================================================================
To unsubscribe, send mail to linux-il-requ...@cs.huji.ac.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-requ...@cs.huji.ac.il

Reply via email to