KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
so-fuse_example
★ 13
Open GitHub ↗
Ejemplo de como usar FUSE
Download README (.md)
Explore Similar Repositories
SimpleSocketConnection
:
Simple socket connections in iOS
IRCBalloon
:
IRC / Justin.tv Chatroom / Twitch Chatroom popup notification.
connect-architect
:
build a connect server using architect plugins
node-sessions
:
NodeJS Session Management
HTMLFeedback
:
jQuery website feedback plugin (like Google) using the canvas element.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
so-fuse_example
?
Download (.md)
## Compilación ## Como parametros de compilación se debe colocar: + *-DFUSE_USE_VERSION=27* + *-D_FILE_OFFSET_BITS=64* Como parametros de linkeo se debe colocar: + *-lpthread* + *-lfuse* ## Ejecución ## Montar el ejemplo en el directorio tmp: <code> ./fuse_example ./tmp -f </code> Montar el ejemplo en el directorio tmp, con mensaje de bienvenida: <code> ./fuse_example ./tmp --welcome-msg "Bienvenido al Ejemplo" -f </code> ## FUSE Parameters ## + **-f**: Desactiva la ejecución en modo background + **-s**: La biblioteca de FUSE se ejecuta en modo single thread + **-d**: Imprime información de debug