OSHO, Krishnamurti, etc


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? OSHO, Krishnamurti, etc
# 1  
Old 04-01-2005
OSHO, Krishnamurti, etc

Hi Guys !
I'm just curious, does any of you read books writen by osho or krishnamurti ? Or something else ? I'm realy curious about what do you think about spirituality... what's the goal of life if there is one...

I like Osho and Krishnamurti a lot. Are my favourites, but I also read Samael Aun Weor and book writen by another enlightened spiritual masters.

So, what do you think ? I'm sure that all of you have something in mind... everyone is asking himself at least once in a week "Who am I ? WTF am I doing here ?"
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
xfs_rtcp(8)						      System Manager's Manual						       xfs_rtcp(8)

NAME
xfs_rtcp - XFS realtime copy command SYNOPSIS
xfs_rtcp [ -e extsize ] [ -p ] source ... target xfs_rtcp -V DESCRIPTION
xfs_rtcp copies a file to the realtime partition on an XFS filesystem. If there is more than one source and target, the final argument (the target) must be a directory which already exists. OPTIONS
-e extsize Sets the extent size of the destination realtime file. -p Use if the size of the source file is not an even multiple of the block size of the destination filesystem. When -p is specified xfs_rtcp will pad the destination file to a size which is an even multiple of the filesystem block size. This is necessary since the realtime file is created using direct I/O and the minimum I/O is the filesystem block size. -V Prints the version number and exits. SEE ALSO
xfs(5), mkfs.xfs(8), mount(8). CAVEATS
Currently, realtime partitions are not supported under the Linux version of XFS, and use of a realtime partition WILL CAUSE CORRUPTION on the data partition. As such, this command is made available for curious DEVELOPERS ONLY at this point in time. xfs_rtcp(8)